vehicle simulator infinite money script pastebin loadstring(game:HttpGet("https://pastebin.com/raw/0u5zXZkc", true))() local plr = game.Players.LocalPlayer local inftoggle = false function getvehicle() for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do if v:IsA("Model") then if v.owner.Value == plr.Name then return v end end vehicle simulator infinite money script pastebin How to dowload it? vehicle simulator infinite money script pastebin end return nil end function hint(txt, t) if t then local h = Instance.new("Hint",plr.PlayerGui) h.Text = txt wait(t) h:remove() else vehicle simulator infinite money script pastebin How to use it? vehicle simulator infinite money script pastebin local h = Instance.new("Hint",plr.PlayerGui) h.Text = txt wait(2) h:remove() end end plr.Chatted:connect(function(msg) if msg:lower():sub(1,10) == "/e toggle:" then local ins = msg:lower():sub(11) vehicle simulator infinite money script pastebin How to dowload it? vehicle simulator infinite money script pastebin local vehicle = getvehicle() if vehicle then if ins == "infnitro" then if inftoggle == true then inftoggle = false hint("(-)Disabled Infinite Nitro!(-)") else inftoggle = true hint("(+)Enabled Infinite Nitro!(+)") end vehicle simulator infinite money script pastebin How to use it? vehicle simulator infinite money script pastebin end else hint("(-)You do not have a vehicle spawned!(-)") end elseif msg:lower():sub(1,14) == "/e nitrospeed:" then local num = msg:sub(15) local vehicle = getvehicle() if vehicle then vehicle.Handling.Nitro.NitroSpeed.Value = tonumber(num) else vehicle simulator infinite money script pastebin How to dowload it? vehicle simulator infinite money script pastebin hint("(-)You do not have a vehicle spawned!(-)") end elseif msg:lower():sub(1,14) == "/e stop" then local num = msg:sub(1,15) local vehicle = getvehicle() if vehicle then vehicle.Chassis.VehicleSeat.Anchored = true else hint("(-)You do not have a vehicle spawned!(-)") end vehicle simulator infinite money script pastebin PasteShr vehicle simulator infinite money script pastebin elseif msg:lower():sub(1,14) == "/e nitroforce:" then local num = msg:sub(1,15) local vehicle = getvehicle() if vehicle then vehicle.Handling.Nitro.NitroForce.Value = tonumber(num) else hint("(-)You do not have a vehicle spawned!(-)") end elseif msg:lower():sub(1,12) == "/e maxspeed:" then local num = msg:sub(13) vehicle simulator infinite money script pastebin How to get it? vehicle simulator infinite money script pastebin local vehicle = getvehicle() if vehicle then vehicle.Handling.MaxSpeed.Value = tonumber(num) else hint("(-)You do not have a vehicle spawned!(-)") end elseif msg:lower():sub(1,10) == "/e torque:" then local num = msg:sub(11) local vehicle = getvehicle() if vehicle then vehicle simulator infinite money script pastebin How to get it for free? vehicle simulator infinite money script pastebin vehicle.Handling.Torque.Value = tonumber(num) else hint("(-)You do not have a vehicle spawned!(-)") end elseif msg:lower():sub(1,12) == "/e friction:" then local num = msg:sub(13) local vehicle = getvehicle() if vehicle then vehicle.Handling.FrictionOffroad.Value = tonumber(num) vehicle.Handling.FrictionRoad.Value = tonumber(num) vehicle simulator infinite money script pastebin How to use it? vehicle simulator infinite money script pastebin else hint("(-)You do not have a vehicle spawned!(-)") end elseif msg:lower():sub(1,13) == "/e racingmode" then local vehicle = getvehicle() if vehicle then han = vehicle.Handling han.MaxSpeed.Value = 10000 han.Torque.Value = 30000 han.SteeringRadiusConstant.Value = 12000 vehicle simulator infinite money script pastebin How to get it for free? vehicle simulator infinite money script pastebin han.FrictionOffroad.Value = 200 han.FrictionRoad.Value = 200 han.Nitro.NitroSpeed.Value = 300 han.Nitro.NitroForce.Value = 8000 han.TurboJump.TurboJumpHeight.Value = 300 inftoggle = true else hint("(-)You do not have a vehicle spawned!(-)") end end vehicle simulator infinite money script pastebin How to get it? vehicle simulator infinite money script pastebin end) wait(0.5) while inftoggle == true do wait(0.02) local vehicle = getvehicle() if vehicle then vehicle.Handling.Nitro.NitroAmount.Value = 250 end end vehicle simulator infinite money script pastebin