Insanity Mode On Roblox Vehicle Simulator

Jun 17th, 2018

For planes go here. For aquatic vehicles go here. Land Vehicles are vehicles that can be only driven on land. These vehicles are bought at the Auto's Car Dealership, the Parking Lot Dealership, the Tesla Dealership, Motorcycle Dealership, Supercars Dealership, and the JDM Imports Dealership. These vehicles are the most commonly used ones in the game as you can play with them a lot more than.

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Insanity mode on roblox vehicle simulator exploit
  1. -- This works in FE, tested via Roblox Studio's 'Test' tab.
  2. local speed =92
  3. local plr = game:GetService('Players').LocalPlayer
  4. local plrchar = plr.Character or plr.CharacterAdded:Wait()
  5. local tool = Instance.new('Tool', plr:WaitForChild('Backpack'))
  6. local handle = Instance.new('Part', tool)
  7. handle.CanCollide =true
  8. local mesh = Instance.new('SpecialMesh', handle)
  9. mesh.MeshId ='http://www.roblox.com/asset/?id=264666411'
  10. mesh.TextureId ='http://www.roblox.com/asset/?id=264326115'
  11. local gui = Instance.new('ScreenGui', plr:WaitForChild('PlayerGui'))
  12. local frame = Instance.new('Frame', gui)
  13. frame.Position = UDim2.new(0,0,.7,0)
  14. frame.BackgroundColor3 = Color3.fromRGB(255,255,255)
  15. local SetSpeed_label = Instance.new('TextLabel', frame)
  16. SetSpeed_label.BorderSizePixel =0
  17. SetSpeed_label.Font = Enum.Font.Arcade
  18. SetSpeed_label.TextSize =30
  19. SetSpeed_label.BackgroundColor3 = Color3.fromRGB(255,255,255)
  20. SetSpeed.BackgroundTransparency =1
  21. SetSpeed.Position = UDim2.new(0,0,.25,0)
  22. SetSpeed.Font = Enum.Font.SourceSansLight
  23. SetSpeed.PlaceholderColor3 = Color3.fromRGB(48,178,96)
  24. SetSpeed.Text ='
  25. local prevSpeed = plrchar:WaitForChild('Humanoid').WalkSpeed
  26. local prevJumpPower = plrchar:WaitForChild('Humanoid').JumpPower
  27. tool.Equipped:Connect(function()
  28. prevSpeed = plrchar:WaitForChild('Humanoid').WalkSpeed
  29. prevJumpPower = plrchar:WaitForChild('Humanoid').JumpPower
  30. plrchar:WaitForChild('Humanoid').WalkSpeed = speed
  31. equipped =true
  32. plrchar:WaitForChild('Humanoid').WalkSpeed = prevSpeed
  33. plrchar:WaitForChild('Humanoid').JumpPower = prevJumpPower
  34. end)
  35. function SignalError()
  36. SetSpeed_label.TextColor3 = Color3.fromRGB(232,23,23)
  37. SetSpeed_label.TextColor3 = Color3.new(0,0,0)
  38. SetSpeed_label.TextColor3 = Color3.fromRGB(51,204,40)
  39. SetSpeed_label.TextColor3 = Color3.new(0,0,0)
  40. if enter truethen
  41. speed =tonumber(SetSpeed.Text)
  42. plrchar:WaitForChild('Humanoid').WalkSpeed = speed
  43. SignalSuccess()
  44. else
  45. SetSpeed.Text ='
  46. else
  47. end
  48. plrchar:WaitForChild('Humanoid').Died:Connect(function()
  49. script:Destroy()
Roblox
RAW Paste Data
Insanity