Cookiemonstr

SPEED SIMULATOR 2 / AUTO FARM HACK XP AND STEP

Oct 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. -- made by Cookiemonstr
  2. while true do
  3. local A_1 = "exp"
  4. local A_2 = 99999999999999999999999
  5. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  6. Event:FireServer(A_1, A_2)
  7. wait(0)
  8. end
  9. local A_1 = "steps"
  10. local A_2 = 99999999999999
  11. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  12. Event:FireServer(A_1, A_2)
Add Comment
Please, Sign In to add comment