RgRacks

Roblox Clicking sumlator INFINITE CLICKS (WORKS)

May 26th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while true do
  2. wait(2)
  3. for i=1, 1000 do
  4. local Remote = game.Workspace.Events['Give']
  5.  
  6. local Arguments = {
  7.  
  8. }
  9.  
  10. Remote:FireServer(unpack(Arguments))
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment