Advertisement
Guest User

Untitled

a guest
Oct 25th, 2022
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --Auto Farm
  2.  
  3. _G.Autofarm = true
  4.  
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/Marco8642/science/main/halloween%20taxi", true))()
  6.  
  7.  
  8.  
  9.  
  10. --Auto Spin Wheel
  11.  
  12. _G.autospin = true
  13. while _G.autospin do
  14. game:GetService("ReplicatedStorage").SpinWheel:InvokeServer()
  15. wait(1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement