Functions: INF Money

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
cashy = 80000000
game.ReplicatedStorage.MainControl:InvokeServer({command = "setvalue"; instance = game.Players.LocalPlayer.realstats.Cash; value= cashy})
while game: service"RunService".RenderStepped:wait() do
cashy = cashy + 800000000
game.ReplicatedStorage.MainControl:InvokeServer({command = "setvalue"; instance = game.Players.LocalPlayer.realstats.Cash; value= cashy})
end