[ad_1]
Created by Lucky gta
Features:
- SPEED CHANGER
- DEV NOTES:
- change accel to any number u want accel is how fast ur car goes from zero to hero
- gearspeed is how fast u car goes before changing gears aka the gears speed cap
local Accel = 50
local GearSpeed = 999
for i,v in pairs(getgc(true)) do
if type(v) == "table" and rawget(v,"GearSpeeds") ~= nil then
wait()
v.GearSpeeds[1] = GearSpeed
v.GearSpeeds[2] = GearSpeed
v.GearSpeeds[3] =GearSpeed
v.GearSpeeds[4] =GearSpeed
v.GearSpeeds[5] = GearSpeed
v.GearAccels[1] = Accel
v.GearAccels[2] = Accel
v.GearAccels[3] = Accel
v.GearAccels[4] = Accel
v.GearAccels[5] = Accel
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]