Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Settings--
- coin = true -- set to false to disable coin farming
- speedandjump = true -- set to false if you dont want to farm speed and/ or jump
- rebirth = true -- set to false if you want to disable rebirth farm
- coinchange = 9999999999999 -- how many coins do you want per loop?
- --------------
- print('Script Made By Coolsplo1t! Enjoy! the more you execute the faster it goes! but too many kicks you out lol')
- while true do
- if coin == true then game.workspace.Events.CoinChange:FireServer(-coinchange)
- if rebirth == true then game.workspace.Events.Rebirth:FireServer()
- if speedandjump == true then game.workspace.Events.AddSpeed:FireServer()
- if speedandjump == true then game.workspace.Events.AddPoints:FireServer()
- end
- wait(0.1)
- end
- end end end
Add Comment
Please, Sign In to add comment