Advertisement
Guest User

Ultimate Driving Script

a guest
Dec 7th, 2018
22,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. - I Modified the script's BrakeForce function, you can keep it if you want. Delete this line.
  2.  
  3. local GGGGGGGGGGGG,AAAAAAAAAAAA=pcall(function()
  4. for a,b in pairs(debug.getregistry()) do
  5. if type(b) == "table" then
  6. if b.Horsepower then
  7. b.Horsepower=999
  8. b.ClutchTol=999
  9. b.RevAccel=999
  10. b.Redline = 25500
  11. b.TurboEnabled = true
  12. b.BrakeForce = 1500000000000000000000000000000000000
  13. end
  14. end
  15. end
  16.  
  17. end)
  18.  
  19. if not GGGGGGGGGGGG then
  20. print(AAAAAAAAAAAA) end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement