Car Crash Simulator Roblox

  

In this beamng car crash & test speed breaker challenge, play car destroy driving game as a beam top drive to become a beam damage car crashes stunts, enjoy car crash simulator, beam drive accidents best drive for death fall car & bump speed car break! In the derby of the beamng drive Simulator test short drive car racing crashes.

Mar 26th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local ScreenGui = Instance.new('ScreenGui')
  2. local AutoFarmButton = Instance.new('TextButton')
  3. local DisableAutoFarmButton = Instance.new('TextButton')
  4. local NameOfTheGUI_2 = Instance.new('TextLabel')
  5. local EnabledOrDisabledBar = Instance.new('ImageButton')
  6. local EnabledTextOnBar = Instance.new('TextLabel')
  7. local DisabledTextOnBar = Instance.new('TextLabel')
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.new(0, 0.745098, 0)
  13. Frame.Position = UDim2.new(0.373456776, 0, 0.372727275, 0)
  14. Frame.Size = UDim2.new(0, 262, 0, 212)
  15. AutoFarmButton.Parent = Frame
  16. AutoFarmButton.BackgroundColor3 = Color3.new(0, 0, 0)
  17. AutoFarmButton.Position = UDim2.new(0.141221374, 0, 0.216436312, 0)
  18. AutoFarmButton.Font = Enum.Font.Fantasy
  19. AutoFarmButton.TextColor3 = Color3.new(1, 1, 1)
  20. AutoFarmButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  21. AutoFarmButton.TextStrokeTransparency = 0.60000002384186
  22. AutoFarmButton.MouseButton1Down:connect(function()
  23. game:GetService('StarterGui'):SetCore('SendNotification', {Title = 'Enabled!', Text = 'AutoFarm is starting!'})
  24. DisabledBar.Visible = false
  25. _G.VehicleName = 'UAZ'
  26. wait()
  27. [1] = 'Save',
  28. ['BodyColor'] = 'Institutional white',
  29. },
  30. }
  31. game.ReplicatedStorage.rF['LoadSaveCustoms']:InvokeServer(unpack(Arguments))
  32. game:GetService('ReplicatedStorage').rF.SpawnVehicle:InvokeServer(_G.VehicleName)
  33. wait(0.5)
  34. game.Workspace['All crushers']['Stair Fall'].Wall.CFrame = CFrame.new(0,900,0)
  35. game.Workspace['All crushers']['Stair Fall'].Wall.Size = Vector3.new(10000,1,10000)
  36. game.Workspace['All crushers']['Stair Fall'].Wall.CanCollide = false
  37. game.Workspace.CarCollection:findFirstChild(game.Players.LocalPlayer.Name).Car:MoveTo(Vector3.new(0,910,0))
  38. end
  39. DisableAutoFarmButton.Name = 'DisableAutoFarmButton'
  40. DisableAutoFarmButton.BackgroundColor3 = Color3.new(0, 0, 0)
  41. DisableAutoFarmButton.Position = UDim2.new(0.141221374, 0, 0.655501306, 0)
  42. DisableAutoFarmButton.Size = UDim2.new(0, 187, 0, 47)
  43. DisableAutoFarmButton.Text = 'Turn off'
  44. DisableAutoFarmButton.TextColor3 = Color3.new(1, 1, 1)
  45. DisableAutoFarmButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  46. DisableAutoFarmButton.TextStrokeTransparency = 0.60000002384186
  47. DisableAutoFarmButton.MouseButton1Down:connect(function()
  48. game:GetService('StarterGui'):SetCore('SendNotification', {Title = 'Disabled!', Text = 'AutoFarm is started disable yourself! Just wait...'})
  49. DisabledBar.Visible = true
  50. end)
  51. NameOfTheGUI.Name = 'NameOfTheGUI'
  52. NameOfTheGUI.BackgroundColor3 = Color3.new(0, 0.952941, 0)
  53. NameOfTheGUI.Position = UDim2.new(-0.0648854971, 0, 0, 0)
  54. NameOfTheGUI.Font = Enum.Font.SourceSans
  55. NameOfTheGUI.TextColor3 = Color3.new(0, 0, 0)
  56. NameOfTheGUI.TextSize = 14
  57. NameOfTheGUI_2.Parent = Frame
  58. NameOfTheGUI_2.BackgroundColor3 = Color3.new(0, 0.952941, 0)
  59. NameOfTheGUI_2.Position = UDim2.new(-0.0648854971, 0, 1, 0)
  60. NameOfTheGUI_2.Font = Enum.Font.SourceSans
  61. NameOfTheGUI_2.TextColor3 = Color3.new(0, 0, 0)
  62. NameOfTheGUI_2.TextSize = 14
  63. EnabledOrDisabledBar.Name = 'EnabledOrDisabledBar'
  64. EnabledOrDisabledBar.BackgroundColor3 = Color3.new(1, 1, 1)
  65. EnabledOrDisabledBar.BorderSizePixel = 0
  66. EnabledOrDisabledBar.Position = UDim2.new(0.222070128, 0, 0.302132934, 0)
  67. EnabledOrDisabledBar.Size = UDim2.new(0, 145, 0, 100)
  68. EnabledOrDisabledBar.Image = 'rbxassetid://939118523'
  69. EnabledBar.Name = 'EnabledBar'
  70. EnabledBar.BackgroundColor3 = Color3.new(1, 1, 1)
  71. EnabledBar.Position = UDim2.new(0.337903947, 0, 0.133043513, 0)
  72. EnabledBar.Visible = false
  73. EnabledBar.ImageColor3 = Color3.new(0.333333, 0.666667, 0)
  74. EnabledTextOnBar.Name = 'EnabledTextOnBar'
  75. EnabledTextOnBar.BackgroundColor3 = Color3.new(1, 1, 1)
  76. EnabledTextOnBar.BorderSizePixel = 0
  77. EnabledTextOnBar.Position = UDim2.new(0.142857134, 0, 0.333333313, 0)
  78. EnabledTextOnBar.Font = Enum.Font.SourceSans
  79. EnabledTextOnBar.TextColor3 = Color3.new(0, 1, 0)
  80. DisabledBar.Parent = EnabledOrDisabledBar
  81. DisabledBar.BackgroundColor3 = Color3.new(1, 1, 1)
  82. DisabledBar.Position = UDim2.new(0.0970593691, 0, 0.128695682, 0)
  83. DisabledBar.Image = 'rbxassetid://939126427'
  84. DisabledBar.ImageColor3 = Color3.new(0.666667, 0, 0)
  85. DisabledTextOnBar.Name = 'DisabledTextOnBar'
  86. DisabledTextOnBar.BackgroundColor3 = Color3.new(1, 1, 1)
  87. DisabledTextOnBar.BorderSizePixel = 0
  88. DisabledTextOnBar.Position = UDim2.new(0.185185179, 0, 0.339130461, 0)
  89. DisabledTextOnBar.Font = Enum.Font.SourceSans
  90. DisabledTextOnBar.TextColor3 = Color3.new(1, 0, 0.0156863)
  91. TextButton.BackgroundColor3 = Color3.new(0.470588, 0.862745, 0.188235)
  92. TextButton.BorderColor3 = Color3.new(0.807843, 0, 0)
  93. TextButton.Position = UDim2.new(0.938931286, 0, 0, 0)
  94. TextButton.Font = Enum.Font.SourceSans
  95. TextButton.TextColor3 = Color3.new(0.54902, 0, 0)
  96. TextButton.TextWrapped = true
  97. Frame.Visible = false
  98. end)
Jul 11th, 2019
Car Crash Simulator Roblox
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Instances:
  2. local VehicleSimulatorFuhaxor = Instance.new('ScreenGui')
  3. local Open = Instance.new('TextButton')
  4. local BeautyA = Instance.new('Frame')
  5. local BeautyB = Instance.new('Frame')
  6. local Torque = Instance.new('TextButton')
  7. local TptoCrate = Instance.new('TextButton')
  8. local NST = Instance.new('TextBox')
  9. local NitroForce = Instance.new('TextButton')
  10. local Speed = Instance.new('TextButton')
  11. local CrateESP = Instance.new('TextButton')
  12. local GiveAllPerks = Instance.new('TextButton')
  13. local JumpHeight = Instance.new('TextButton')
  14. local AutoFarm = Instance.new('TextButton')
  15. local BrakingT = Instance.new('TextBox')
  16. VehicleSimulatorFuhaxor.Name = 'Vehicle Simulator'
  17. VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18. OpenFrame.Name = 'OpenFrame'
  19. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  20. OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  21. OpenFrame.Size = UDim2.new(0, 69, 0, 27)
  22. Main.Visible = true
  23. end)
  24. Open.Name = 'Open'
  25. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  26. Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  27. Open.Font = Enum.Font.Cartoon
  28. Open.TextColor3 = Color3.new(1, 1, 1)
  29. Main.Parent = VehicleSimulatorFuhaxor
  30. Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  31. Main.Position = UDim2.new(0.376574308, 0, 0.178571433, 0)
  32. Main.Visible = false
  33. BeautyA.Parent = Main
  34. BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  35. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  36. BeautyA.Size = UDim2.new(0, 439, 0, 25)
  37. Name.Name = 'Name'
  38. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Name.BorderSizePixel = 0
  40. Name.Size = UDim2.new(0, 154, 0, 25)
  41. Name.Text = 'Vehicle Simulator'
  42. Name.TextSize = 20
  43. BeautyB.Name = 'BeautyB'
  44. BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  45. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  46. BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)
  47. Credit.Parent = BeautyB
  48. Credit.BackgroundTransparency = 1
  49. Credit.Size = UDim2.new(0, 439, 0, 24)
  50. Credit.Text = '
  51. Credit.TextSize = 16
  52. Torque.Name = 'Torque'
  53. Torque.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  54. Torque.Position = UDim2.new(0.679532647, 0, 0.169338807, 0)
  55. Torque.Font = Enum.Font.Cartoon
  56. Torque.TextColor3 = Color3.new(1, 1, 1)
  57. Torquet.Parent = Torque
  58. Torquet.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  59. Torquet.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  60. Torquet.Font = Enum.Font.Cartoon
  61. Torquet.TextColor3 = Color3.new(0, 0, 0)
  62. Torquet.TextWrapped = true
  63. TptoCrate.Name = 'TptoCrate'
  64. TptoCrate.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  65. TptoCrate.Position = UDim2.new(0.0262044966, 0, 0.165741712, 0)
  66. TptoCrate.Font = Enum.Font.Cartoon
  67. TptoCrate.TextColor3 = Color3.new(1, 1, 1)
  68. NitroSpeed.Parent = Main
  69. NitroSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  70. NitroSpeed.Position = UDim2.new(0.346034855, 0, 0.169338807, 0)
  71. NitroSpeed.Font = Enum.Font.Cartoon
  72. NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
  73. NitroSpeed.TextSize = 13
  74. NST.Parent = NitroSpeed
  75. NST.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  76. NST.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  77. NST.Font = Enum.Font.Cartoon
  78. NST.TextColor3 = Color3.new(0, 0, 0)
  79. NST.TextWrapped = true
  80. TeleportToCar.Name = 'TeleportToCar'
  81. TeleportToCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  82. TeleportToCar.Position = UDim2.new(0.026204519, 0, 0.332408428, 0)
  83. TeleportToCar.Font = Enum.Font.Cartoon
  84. TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
  85. TeleportToCar.TextSize = 20
  86. NitroForce.Parent = Main
  87. NitroForce.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  88. NitroForce.Position = UDim2.new(0.346034855, 0, 0.336005569, 0)
  89. NitroForce.Font = Enum.Font.Cartoon
  90. NitroForce.TextColor3 = Color3.new(1, 1, 1)
  91. NitroForce.TextWrapped = true
  92. NFT.Name = 'NFT'
  93. NFT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  94. NFT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  95. NFT.Font = Enum.Font.Cartoon
  96. NFT.TextColor3 = Color3.new(0, 0, 0)
  97. NFT.TextWrapped = true
  98. Speed.Name = 'Speed'
  99. Speed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  100. Speed.Position = UDim2.new(0.679532647, 0, 0.336005569, 0)
  101. Speed.Font = Enum.Font.Cartoon
  102. Speed.TextColor3 = Color3.new(1, 1, 1)
  103. SpeedBind.Parent = Speed
  104. SpeedBind.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  105. SpeedBind.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  106. SpeedBind.Font = Enum.Font.Cartoon
  107. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  108. SpeedBind.TextWrapped = true
  109. CrateESP.Name = 'CrateESP'
  110. CrateESP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  111. CrateESP.Position = UDim2.new(0.0262044966, 0, 0.748543978, 0)
  112. CrateESP.Font = Enum.Font.Cartoon
  113. CrateESP.TextColor3 = Color3.new(1, 1, 1)
  114. SuperCar.Parent = Main
  115. SuperCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  116. SuperCar.Position = UDim2.new(0.355146468, 0, 0.748544037, 0)
  117. SuperCar.Font = Enum.Font.Cartoon
  118. SuperCar.TextColor3 = Color3.new(1, 1, 1)
  119. GiveAllPerks.Parent = Main
  120. GiveAllPerks.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  121. GiveAllPerks.Position = UDim2.new(0.695478082, 0, 0.748543978, 0)
  122. GiveAllPerks.Font = Enum.Font.Cartoon
  123. GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
  124. Close.Parent = Main
  125. Close.BackgroundTransparency = 1
  126. Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)
  127. Close.Font = Enum.Font.SourceSans
  128. Close.TextColor3 = Color3.new(1, 1, 1)
  129. Close.MouseButton1Down:connect(function()
  130. Main.Visible = false
  131. JumpHeight.Parent = Main
  132. JumpHeight.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  133. JumpHeight.Position = UDim2.new(0.346034855, 0, 0.497876078, 0)
  134. JumpHeight.Font = Enum.Font.Cartoon
  135. JumpHeight.TextColor3 = Color3.new(1, 1, 1)
  136. JumpHeight.TextSize = 15
  137. JHT.Parent = JumpHeight
  138. JHT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  139. JHT.Position = UDim2.new(1.08955193, 0, 0, 0)
  140. JHT.Font = Enum.Font.Cartoon
  141. JHT.TextColor3 = Color3.new(0, 0, 0)
  142. JHT.TextWrapped = true
  143. AutoFarm.Name = 'AutoFarm'
  144. AutoFarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  145. AutoFarm.Position = UDim2.new(0.0262044966, 0, 0.496676952, 0)
  146. AutoFarm.Font = Enum.Font.Cartoon
  147. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  148. Braking.Parent = Main
  149. Braking.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  150. Braking.Position = UDim2.new(0.679532647, 0, 0.494278967, 0)
  151. Braking.Font = Enum.Font.Cartoon
  152. Braking.TextColor3 = Color3.new(1, 1, 1)
  153. Braking.TextSize = 23
  154. BrakingT.Parent = Braking
  155. BrakingT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  156. BrakingT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  157. BrakingT.Font = Enum.Font.Cartoon
  158. BrakingT.TextColor3 = Color3.new(0, 0, 0)
  159. BrakingT.TextWrapped = true
  160. local vehicle = workspace.Vehicles:getChildren()
  161. if vehicle[i]:findFirstChild('owner') then
  162. if vehicle[i].owner.Value game.Players.LocalPlayer.Name then
  163. end
  164. end
  165. local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37
  166. local hint = Instance.new('Hint', Workspace) hint.Text = 'Vehicle Simulator Autofarm loading...'
  167. local go = true
  168. function findVehicle() --Finds your vehicle
  169. while not found do --Loops until your vehicle has been found
  170. local vehicles = Workspace.Vehicles:getChildren()
  171. if vehicles[i]:findFirstChild'owner' then
  172. if vehicles[i].owner.Value game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
  173. found = true --Setting found to true so loop breaks
  174. vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
  175. vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
  176. vehStats.Torque.Value = 60000
  177. vehStats.SteeringRadiusConstant.Value = 120000000
  178. elseif vehicles[i + 1] nil and not found then
  179. hint.Text = 'Please spawn and enter your vehicle!' --Your vehicle does not exist in the Workspace
  180. end
  181. wait(1) --Waiting before checking again so we don't crash
  182. wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
  183. vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
  184. function farm() --This is where the magic happens :)
  185. hint.Text = 'Finished loading! Autofarm initialized...FAST,TELEPORT,WIN v2'
  186. while wait(waitTime) do --Waits x seconds before resetting car
  187. vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
  188. game:GetService'VirtualUser':SetKeyUp('w') --Resets W key
  189. game:GetService'VirtualUser':SetKeyDown('w') --Presses W key to go forward
  190. end
  191. while go do
  192. if not pcall(farm()) then --Calls farm function & checks for errors
  193. found = false --If it errors, it sets found to false and continues looking for your vehicle.
  194. end
  195. end)
  196. SuperCar.MouseButton1Down:connect(function()
  197. myCar.Handling.MaxSpeed.Value = 10000
  198. myCar.Handling.SteeringRadiusConstant.Value = 15000
  199. myCar.Handling.Nitro.NitroSpeed.Value = 100000
  200. myCar.Handling.Braking.Value = 100000
  201. myCar.Handling.TurboJump.TurboJumpHeight.Value = 25
  202. findCar()
  203. myCar.Handling.SteeringRadiusConstant.Value = 15000
  204. findCar()
  205. end)
  206. NitroSpeed.MouseButton1Down:connect(function()
  207. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
  208. findCar()
  209. end)
  210. JumpHeight.MouseButton1Down:connect(function()
  211. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
  212. findCar()
  213. end)
  214. GiveAllPerks.MouseButton1Down:connect(function()
  215. game:GetService('Players').LocalPlayer.UserId = 1099580
  216. local crates = workspace:getChildren()
  217. if crates[i].ClassName 'Model' then
  218. for i=1,#crates2 do
  219. local crates3 = crates2[i]:getChildren()
  220. if crates3[i].ClassName 'MeshPart' then
  221. if crates3[i]:findFirstChild('BoxHandleAdornment') then
  222. crates3[i]:findFirstChild('BoxHandleAdornment'):Remove()
  223. local a = Instance.new('BoxHandleAdornment',crates3[i])
  224. a.SizeRelativeOffset = Vector3.new(0,135,0)
  225. a.Transparency = 0.5
  226. a.Adornee = crates3[i]
  227. local b = Instance.new('BoxHandleAdornment',crates3[i])
  228. b.Color3 = Color3.fromRGB(0,0,255)
  229. b.AlwaysOnTop = true
  230. b.ZIndex = 1
  231. end
  232. end
  233. end
  234. end
  235. local crates = workspace:getChildren()
  236. if crates[i].ClassName 'Model' then
  237. for i=1,#crates2 do
  238. local crates3 = crates2[i]:getChildren()
  239. if crates3[i].ClassName 'MeshPart' then
  240. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  241. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  242. end
  243. end
  244. end
  245. end
  246. TeleportToCar.MouseButton1Down:connect(function()
  247. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
RAW Paste Data
Car Crash Simulator Roblox