Advertisement
whileDo

Cart Ride Around Nothing Script Auto Win 12 win per hour

Sep 25th, 2024
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.20 KB | Gaming | 0 0
  1. -- automatic wait 5 minutes automatic tp and automatic win (12 wins per hour)
  2. Car3Check = Game:GetService("World").CarCheck3.getCoordinates
  3. Car2Check = Game:GetService("World").CarCheck2.getCoordinates
  4. Winner = Game:GetService("World").WinnerPlace.getCoordinates
  5. Car1Check = Game:GetService("World").CarCheck1.getCoordinates
  6. Pick =  Game:GetService("ReplicatedStorage")Events.EnterCar
  7. -- pick car and launch script
  8. wait(1)
  9. WinnerButton = Game:GetService("World").Buttons.WinnerButton.changeCurrentCoordinates
  10. PressE = Game:GetService("ReplicatedStorage").Events.PressingE.NearestDisplay
  11. TPCar = Game:GetService("ReplicatedStorage").CarEvent.changeCurrentCoordinates(rotation = 90)
  12. TPCar2 = Game:GetService("ReplicatedStorage").CarEvent.changeCurrentCoordinates(rotation = 120)
  13. TPCar3 = Game:GetService("ReplicatedStorage").CarEvent.changeCurrentCoordinates(rotation = 180)
  14. TP = cFrame.changeCoordinates
  15. TPCar.FireServer(Car1Check)
  16. TP.FireServer(Car1Check)
  17. Pick()
  18. wait(35)
  19. -- fast pick car u have 15 sec
  20. wait(320)
  21. TPCar2.FireServer(Car2Check)
  22. TP.FireServer(Car2Check)
  23. Pick()
  24. Wait(30)
  25. TPCar3.FireServer(Winner)
  26. TP.FireServer(Winner)
  27. TP.FireServer(WinnerButton)
  28. PressE()
  29.             end
  30.         end
  31.     end
  32. end
  33.  
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement