Advertisement
viroisfake

legends of speed autofarm

Dec 6th, 2022
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | Gaming | 0 0
  1. _G.autotap = true
  2. while _G.autotap == true do
  3. local args = {
  4. [1] = "collectOrb",
  5. [2] = "Red Orb",
  6. [3] = "City"
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").rEvents.orbEvent:FireServer(unpack(args))
  10.  
  11. wait()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement