Advertisement
kphs2

Destruction Simulator Inf Coins

Dec 25th, 2022
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. _G.run = true
  2.  
  3. game:GetService("RunService").RenderStepped:Connect(function()
  4. if _G.run == true then
  5. game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer("Coins", 480, 999999*99)
  6. game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer("Levels", 480, 10)
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement