Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local v = pcall(function()
- for a,b in pairs(debug.getregistry()) do
- if type(b) == "table" then
- if b.Horsepower then
- b.Horsepower=3500
- b.ClutchTol=3500
- b.RevAccel=3500
- b.Redline = 12500
- b.TurboEnabled = true
- b.ReturnSpeed = math.huge
- b.Config = "FWD"
- b.SteerSpeed = 0.059000
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment