Advertisement
deathknight6666

Retro Clicker

Dec 9th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. -- weird flex but ok.
  2. -- enjoy.
  3. _G.toggle = true --true ON | false OFF
  4. while _G.toggle do
  5. wait()
  6. local A_1 = "Click"
  7. local A_2 = 30
  8. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  9. Event:FireServer(A_1, A_2)
  10. end
  11.  
  12. -- https://www.roblox.com/games/2633662095/Retro-Clicker-New
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement