Advertisement
Honansik

Destruction Simulator Auto Farm Script

Nov 20th, 2021
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. while true do
  2. wait(.2)
  3.  
  4. game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer("Levels", 480, 10)
  5. game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer("Coins", 480, 10000000)
  6.  
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement