Advertisement
rexscripts

Car Dealership Tycoon script – (Speed Changer)

Mar 9th, 2022
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. local Accel = 50
  2. local GearSpeed = 999
  3. for i,v in pairs(getgc(true)) do
  4.    if type(v) == "table" and rawget(v,"GearSpeeds") ~= nil then
  5.        wait()
  6. v.GearSpeeds[1] = GearSpeed
  7. v.GearSpeeds[2] = GearSpeed
  8. v.GearSpeeds[3] =GearSpeed
  9. v.GearSpeeds[4] =GearSpeed
  10. v.GearSpeeds[5] = GearSpeed
  11. v.GearAccels[1] = Accel
  12. v.GearAccels[2] = Accel
  13. v.GearAccels[3] = Accel
  14. v.GearAccels[4] = Accel
  15. v.GearAccels[5] = Accel
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement