Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.run = true
- game:GetService("RunService").RenderStepped:Connect(function()
- if _G.run == true then
- game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer("Coins", 480, 999999*99)
- game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer("Levels", 480, 10)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement