Advertisement
YFD_YT

Untitled

Apr 4th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. --Settings--
  2. coin = true -- set to false to disable coin farming
  3. speedandjump = true -- set to false if you dont want to farm speed and/ or jump
  4. rebirth = true -- set to false if you want to disable rebirth farm
  5. coinchange = 9999999999999 -- how many coins do you want per loop?
  6. --------------
  7. print('Script Made By Coolsplo1t! Enjoy! the more you execute the faster it goes! but too many kicks you out lol')
  8. while true do
  9. if coin == true then game.workspace.Events.CoinChange:FireServer(-coinchange)
  10. if rebirth == true then game.workspace.Events.Rebirth:FireServer()
  11. if speedandjump == true then game.workspace.Events.AddSpeed:FireServer()
  12. if speedandjump == true then game.workspace.Events.AddPoints:FireServer()
  13. end
  14. wait(0.1)
  15. end
  16. end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement