turrtle

Untitled

Nov 30th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for i = 1,5000 do
  2. local A_1 = "moneybutton"
  3. local A_2 = -1
  4. local Event = game:GetService("ReplicatedStorage").RPC["Businesses_Purchase"]
  5. Event:FireServer(A_1, A_2)
  6. wait()
  7. local Event = game:GetService("ReplicatedStorage").RPC.AttemptRebirth
  8. Event:FireServer()
  9. end
Add Comment
Please, Sign In to add comment