Trucking Empire Script | MOD VEHICLES

Created by True_Gamer#4959

Features:

  • MOD VEHICLES
    • Execute after spawning a truck/car/vehicle
    • Execute after spawning a truck/car/vehicle
for _,t in pairs(getgc(true)) do
if type(t) == 'table' then
   if rawget(t, "E_Horsepower") then
   rawset(t, "E_Horsepower", 1000)
   if rawget(t,'E_Torque') then
   rawset(t,'E_Torque', 2000)
   if rawget(t,'Turbochargers') then
   rawset(t,'Turbochargers', 10)
   if rawget(t,'T_Boost') then
   rawset(t, 'T_Boost', 50)
   if rawget(t,'T_Efficiency') then
   rawset(t,'T_Efficiency', 40)
   if rawget(t, 'T_Size') then
   rawset(t,'T_Size', 300)
   if rawget(t,'Superchargers') then
   rawset(t,'Superchargers', 10)
   if rawget(t,'S_Boost') then
   rawset(t,'S_Boost', 50)
   if rawget(t,'S_Efficiency') then
   rawset(t,'S_Efficiency', 40)
   --Brakes
   if rawget(t,'ABSEnabled') then
   rawset(t,'ABSEnabled', true)
   if rawget(t,'ABSThreshold') then
   rawset(t,'ABSThreshold', 100)
   if rawget(t,'AirBrakeForce') then
   rawset(t,'AirBrakeForce', 6000)
   if rawget(t,'BrakeForce') then
   rawset(t,'BrakeForce', 20000)
end
end
end
end
end
end
end
end
end
end
end
end
end
end
end