All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Gain battery life (Sorta Godmode)

The Gain battery life (Sorta Godmode) code is below. Copy & inject it into the game. Enjoy!

 game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
 if key == "any button to bind it to here" then
local args = {
    [1] = -50
}

game:GetService("ReplicatedStorage").Remotes.Ow:FireServer(unpack(args))
 end
end)