Advertisement
haydendoeshacking

Untitled

Nov 15th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.53 KB | None | 0 0
  1. 1. -- Made by WolfyGD

  2. 2. -- Farewell Infortality.

  3. 3. -- Version: 2.82

  4. 4. -- Instances:

  5. 5. local VehicleSimulatorFuhaxor = Instance.new("ScreenGui")

  6. 6. local OpenFrame = Instance.new("Frame")

  7. 7. local Open = Instance.new("TextButton")

  8. 8. local Main = Instance.new("Frame")

  9. 9. local BeautyA = Instance.new("Frame")

  10. 10. local Name = Instance.new("TextLabel")

  11. 11. local BeautyB = Instance.new("Frame")

  12. 12. local Credit = Instance.new("TextLabel")

  13. 13. local Torque = Instance.new("TextButton")

  14. 14. local Torquet = Instance.new("TextBox")

  15. 15. local TptoCrate = Instance.new("TextButton")

  16. 16. local NitroSpeed = Instance.new("TextButton")

  17. 17. local NST = Instance.new("TextBox")

  18. 18. local TeleportToCar = Instance.new("TextButton")

  19. 19. local NitroForce = Instance.new("TextButton")

  20. 20. local NFT = Instance.new("TextBox")

  21. 21. local Speed = Instance.new("TextButton")

  22. 22. local SpeedBind = Instance.new("TextBox")

  23. 23. local CrateESP = Instance.new("TextButton")

  24. 24. local SuperCar = Instance.new("TextButton")

  25. 25. local GiveAllPerks = Instance.new("TextButton")

  26. 26. local Close = Instance.new("TextButton")

  27. 27. local JumpHeight = Instance.new("TextButton")

  28. 28. local JHT = Instance.new("TextBox")

  29. 29. local AutoFarm = Instance.new("TextButton")

  30. 30. local Braking = Instance.new("TextButton")

  31. 31. local BrakingT = Instance.new("TextBox")

  32. 32. --Properties:

  33. 33. VehicleSimulatorFuhaxor.Name = "Vehicle Simulator Fuhaxor"

  34. 34. VehicleSimulatorFuhaxor.Parent = game.CoreGui

  35. 35. VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  36. 36.  

  37. 37. OpenFrame.Name = "OpenFrame"

  38. 38. OpenFrame.Parent = VehicleSimulatorFuhaxor

  39. 39. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)

  40. 40. OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)

  41. 41. OpenFrame.Position = UDim2.new(0, 0, 0.47716558, 0)

  42. 42. OpenFrame.Size = UDim2.new(0, 69, 0, 27)

  43. 43. Open.MouseButton1Down:connect(function()

  44. 44. Main.Visible = true

  45. 45. OpenFrame.Visible = false

  46. 46. end)

  47. 47.  

  48. 48. Open.Name = "Open"

  49. 49. Open.Parent = OpenFrame

  50. 50. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)

  51. 51. Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)

  52. 52. Open.Size = UDim2.new(0, 65, 0, 25)

  53. 53. Open.Font = Enum.Font.Cartoon

  54. 54. Open.Text = "Open"

  55. 55. Open.TextColor3 = Color3.new(1, 1, 1)

  56. 56. Open.TextSize = 30

  57. 57.  

  58. 58. Main.Name = "Main"

  59. 59. Main.Parent = VehicleSimulatorFuhaxor

  60. 60. Main.Active = true

  61. 61. Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)

  62. 62. Main.BorderSizePixel = 0

  63. 63. Main.Position = UDim2.new(0.376574308, 0, 0.178571433, 0)

  64. 64. Main.Size = UDim2.new(0, 439, 0, 278)

  65. 65. Main.Visible = false

  66. 66. Main.Draggable = true

  67. 67.  

  68. 68. BeautyA.Name = "BeautyA"

  69. 69. BeautyA.Parent = Main

  70. 70. BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  71. 71. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)

  72. 72. BeautyA.BorderSizePixel = 0

  73. 73. BeautyA.Size = UDim2.new(0, 439, 0, 25)

  74. 74.  

  75. 75. Name.Name = "Name"

  76. 76. Name.Parent = BeautyA

  77. 77. Name.BackgroundColor3 = Color3.new(1, 1, 1)

  78. 78. Name.BackgroundTransparency = 1

  79. 79. Name.BorderSizePixel = 0

  80. 80. Name.Position = UDim2.new(0.316628695, 0, 0, 0)

  81. 81. Name.Size = UDim2.new(0, 154, 0, 25)

  82. 82. Name.Font = Enum.Font.Cartoon

  83. 83. Name.Text = "Vehicle Simulator Succ "

  84. 84. Name.TextColor3 = Color3.new(1, 1, 1)

  85. 85. Name.TextSize = 20

  86. 86.  

  87. 87. BeautyB.Name = "BeautyB"

  88. 88. BeautyB.Parent = Main

  89. 89. BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  90. 90. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)

  91. 91. BeautyB.BorderSizePixel = 0

  92. 92. BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)

  93. 93. BeautyB.Size = UDim2.new(0, 439, 0, 24)

  94. 94.  

  95. 95. Credit.Name = "Credit"

  96. 96. Credit.Parent = BeautyB

  97. 97. Credit.BackgroundColor3 = Color3.new(1, 1, 1)

  98. 98. Credit.BackgroundTransparency = 1

  99. 99. Credit.BorderSizePixel = 0

  100. 100. Credit.Size = UDim2.new(0, 439, 0, 24)

  101. 101. Credit.Font = Enum.Font.Cartoon

  102. 102. Credit.Text = "Gui Made By Duky #4715 , Scripts Made By someone"

  103. 103. Credit.TextColor3 = Color3.new(1, 1, 1)

  104. 104. Credit.TextSize = 16

  105. 105.  

  106. 106. Torque.Name = "Torque"

  107. 107. Torque.Parent = Main

  108. 108. Torque.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  109. 109. Torque.BorderSizePixel = 0

  110. 110. Torque.Position = UDim2.new(0.679532647, 0, 0.169338807, 0)

  111. 111. Torque.Size = UDim2.new(0, 67, 0, 38)

  112. 112. Torque.Font = Enum.Font.Cartoon

  113. 113. Torque.Text = "Torque"

  114. 114. Torque.TextColor3 = Color3.new(1, 1, 1)

  115. 115. Torque.TextSize = 25

  116. 116.  

  117. 117. Torquet.Name = "Torquet"

  118. 118. Torquet.Parent = Torque

  119. 119. Torquet.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  120. 120. Torquet.BorderSizePixel = 0

  121. 121. Torquet.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)

  122. 122. Torquet.Size = UDim2.new(0, 67, 0, 38)

  123. 123. Torquet.Font = Enum.Font.Cartoon

  124. 124. Torquet.Text = "Amount"

  125. 125. Torquet.TextColor3 = Color3.new(0, 0, 0)

  126. 126. Torquet.TextSize = 14

  127. 127. Torquet.TextWrapped = true

  128. 128.  

  129. 129. TptoCrate.Name = "TptoCrate"

  130. 130. TptoCrate.Parent = Main

  131. 131. TptoCrate.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  132. 132. TptoCrate.BorderSizePixel = 0

  133. 133. TptoCrate.Position = UDim2.new(0.0262044966, 0, 0.165741712, 0)

  134. 134. TptoCrate.Size = UDim2.new(0, 126, 0, 38)

  135. 135. TptoCrate.Font = Enum.Font.Cartoon

  136. 136. TptoCrate.Text = "Tp to Crate"

  137. 137. TptoCrate.TextColor3 = Color3.new(1, 1, 1)

  138. 138. TptoCrate.TextSize = 25

  139. 139.  

  140. 140. NitroSpeed.Name = "NitroSpeed"

  141. 141. NitroSpeed.Parent = Main

  142. 142. NitroSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  143. 143. NitroSpeed.BorderSizePixel = 0

  144. 144. NitroSpeed.Position = UDim2.new(0.346034855, 0, 0.169338807, 0)

  145. 145. NitroSpeed.Size = UDim2.new(0, 64, 0, 38)

  146. 146. NitroSpeed.Font = Enum.Font.Cartoon

  147. 147. NitroSpeed.Text = "Nitro Speed"

  148. 148. NitroSpeed.TextColor3 = Color3.new(1, 1, 1)

  149. 149. NitroSpeed.TextScaled = true

  150. 150. NitroSpeed.TextSize = 13

  151. 151. NitroSpeed.TextWrapped = true

  152. 152.  

  153. 153. NST.Name = "NST"

  154. 154. NST.Parent = NitroSpeed

  155. 155. NST.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  156. 156. NST.BorderSizePixel = 0

  157. 157. NST.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)

  158. 158. NST.Size = UDim2.new(0, 67, 0, 38)

  159. 159. NST.Font = Enum.Font.Cartoon

  160. 160. NST.Text = "Amount"

  161. 161. NST.TextColor3 = Color3.new(0, 0, 0)

  162. 162. NST.TextSize = 14

  163. 163. NST.TextWrapped = true

  164. 164.  

  165. 165. TeleportToCar.Name = "TeleportToCar"

  166. 166. TeleportToCar.Parent = Main

  167. 167. TeleportToCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  168. 168. TeleportToCar.BorderSizePixel = 0

  169. 169. TeleportToCar.Position = UDim2.new(0.026204519, 0, 0.332408428, 0)

  170. 170. TeleportToCar.Size = UDim2.new(0, 126, 0, 33)

  171. 171. TeleportToCar.Font = Enum.Font.Cartoon

  172. 172. TeleportToCar.Text = "Teleport To Car"

  173. 173. TeleportToCar.TextColor3 = Color3.new(1, 1, 1)

  174. 174. TeleportToCar.TextScaled = true

  175. 175. TeleportToCar.TextSize = 20

  176. 176. TeleportToCar.TextWrapped = true

  177. 177.  

  178. 178. NitroForce.Name = "NitroForce"

  179. 179. NitroForce.Parent = Main

  180. 180. NitroForce.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  181. 181. NitroForce.BorderSizePixel = 0

  182. 182. NitroForce.Position = UDim2.new(0.346034855, 0, 0.336005569, 0)

  183. 183. NitroForce.Size = UDim2.new(0, 64, 0, 38)

  184. 184. NitroForce.Font = Enum.Font.Cartoon

  185. 185. NitroForce.Text = "Nitro Force"

  186. 186. NitroForce.TextColor3 = Color3.new(1, 1, 1)

  187. 187. NitroForce.TextSize = 17

  188. 188. NitroForce.TextWrapped = true

  189. 189.  

  190. 190. NFT.Name = "NFT"

  191. 191. NFT.Parent = NitroForce

  192. 192. NFT.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  193. 193. NFT.BorderSizePixel = 0

  194. 194. NFT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)

  195. 195. NFT.Size = UDim2.new(0, 67, 0, 38)

  196. 196. NFT.Font = Enum.Font.Cartoon

  197. 197. NFT.Text = "Amount"

  198. 198. NFT.TextColor3 = Color3.new(0, 0, 0)

  199. 199. NFT.TextSize = 14

  200. 200. NFT.TextWrapped = true

  201. 201.  

  202. 202. Speed.Name = "Speed"

  203. 203. Speed.Parent = Main

  204. 204. Speed.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  205. 205. Speed.BorderSizePixel = 0

  206. 206. Speed.Position = UDim2.new(0.679532647, 0, 0.336005569, 0)

  207. 207. Speed.Size = UDim2.new(0, 67, 0, 38)

  208. 208. Speed.Font = Enum.Font.Cartoon

  209. 209. Speed.Text = "Speed"

  210. 210. Speed.TextColor3 = Color3.new(1, 1, 1)

  211. 211. Speed.TextSize = 25

  212. 212.  

  213. 213. SpeedBind.Name = "SpeedBind"

  214. 214. SpeedBind.Parent = Speed

  215. 215. SpeedBind.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  216. 216. SpeedBind.BorderSizePixel = 0

  217. 217. SpeedBind.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)

  218. 218. SpeedBind.Size = UDim2.new(0, 67, 0, 38)

  219. 219. SpeedBind.Font = Enum.Font.Cartoon

  220. 220. SpeedBind.Text = "Amount"

  221. 221. SpeedBind.TextColor3 = Color3.new(0, 0, 0)

  222. 222. SpeedBind.TextSize = 14

  223. 223. SpeedBind.TextWrapped = true

  224. 224.  

  225. 225. CrateESP.Name = "CrateESP"

  226. 226. CrateESP.Parent = Main

  227. 227. CrateESP.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  228. 228. CrateESP.BorderSizePixel = 0

  229. 229. CrateESP.Position = UDim2.new(0.0262044966, 0, 0.748543978, 0)

  230. 230. CrateESP.Size = UDim2.new(0, 126, 0, 38)

  231. 231. CrateESP.Font = Enum.Font.Cartoon

  232. 232. CrateESP.Text = "Crate ESP"

  233. 233. CrateESP.TextColor3 = Color3.new(1, 1, 1)

  234. 234. CrateESP.TextSize = 25

  235. 235.  

  236. 236. SuperCar.Name = "SuperCar"

  237. 237. SuperCar.Parent = Main

  238. 238. SuperCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  239. 239. SuperCar.BorderSizePixel = 0

  240. 240. SuperCar.Position = UDim2.new(0.355146468, 0, 0.748544037, 0)

  241. 241. SuperCar.Size = UDim2.new(0, 126, 0, 38)

  242. 242. SuperCar.Font = Enum.Font.Cartoon

  243. 243. SuperCar.Text = "Super Car"

  244. 244. SuperCar.TextColor3 = Color3.new(1, 1, 1)

  245. 245. SuperCar.TextSize = 25

  246. 246.  

  247. 247. GiveAllPerks.Name = "GiveAllPerks"

  248. 248. GiveAllPerks.Parent = Main

  249. 249. GiveAllPerks.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  250. 250. GiveAllPerks.BorderSizePixel = 0

  251. 251. GiveAllPerks.Position = UDim2.new(0.695478082, 0, 0.748543978, 0)

  252. 252. GiveAllPerks.Size = UDim2.new(0, 126, 0, 38)

  253. 253. GiveAllPerks.Font = Enum.Font.Cartoon

  254. 254. GiveAllPerks.Text = "Give All Perks"

  255. 255. GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)

  256. 256. GiveAllPerks.TextSize = 20

  257. 257.  

  258. 258. Close.Name = "Close"

  259. 259. Close.Parent = Main

  260. 260. Close.BackgroundColor3 = Color3.new(1, 1, 1)

  261. 261. Close.BackgroundTransparency = 1

  262. 262. Close.BorderSizePixel = 0

  263. 263. Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)

  264. 264. Close.Size = UDim2.new(0, 28, 0, 25)

  265. 265. Close.Font = Enum.Font.SourceSans

  266. 266. Close.Text = "X"

  267. 267. Close.TextColor3 = Color3.new(1, 1, 1)

  268. 268. Close.TextSize = 30

  269. 269. Close.MouseButton1Down:connect(function()

  270. 270. OpenFrame.Visible = true

  271. 271. Main.Visible = false

  272. 272. end)

  273. 273.  

  274. 274. JumpHeight.Name = "JumpHeight"

  275. 275. JumpHeight.Parent = Main

  276. 276. JumpHeight.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  277. 277. JumpHeight.BorderSizePixel = 0

  278. 278. JumpHeight.Position = UDim2.new(0.346034855, 0, 0.497876078, 0)

  279. 279. JumpHeight.Size = UDim2.new(0, 64, 0, 38)

  280. 280. JumpHeight.Font = Enum.Font.Cartoon

  281. 281. JumpHeight.Text = "Jump Height"

  282. 282. JumpHeight.TextColor3 = Color3.new(1, 1, 1)

  283. 283. JumpHeight.TextScaled = true

  284. 284. JumpHeight.TextSize = 15

  285. 285. JumpHeight.TextWrapped = true

  286. 286.  

  287. 287. JHT.Name = "JHT"

  288. 288. JHT.Parent = JumpHeight

  289. 289. JHT.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  290. 290. JHT.BorderSizePixel = 0

  291. 291. JHT.Position = UDim2.new(1.08955193, 0, 0, 0)

  292. 292. JHT.Size = UDim2.new(0, 67, 0, 38)

  293. 293. JHT.Font = Enum.Font.Cartoon

  294. 294. JHT.Text = "Amount"

  295. 295. JHT.TextColor3 = Color3.new(0, 0, 0)

  296. 296. JHT.TextSize = 14

  297. 297. JHT.TextWrapped = true

  298. 298.  

  299. 299. AutoFarm.Name = "AutoFarm"

  300. 300. AutoFarm.Parent = Main

  301. 301. AutoFarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  302. 302. AutoFarm.BorderSizePixel = 0

  303. 303. AutoFarm.Position = UDim2.new(0.0262044966, 0, 0.496676952, 0)

  304. 304. AutoFarm.Size = UDim2.new(0, 126, 0, 38)

  305. 305. AutoFarm.Font = Enum.Font.Cartoon

  306. 306. AutoFarm.Text = "Auto Farm"

  307. 307. AutoFarm.TextColor3 = Color3.new(1, 1, 1)

  308. 308. AutoFarm.TextSize = 25

  309. 309.  

  310. 310. Braking.Name = "Braking"

  311. 311. Braking.Parent = Main

  312. 312. Braking.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  313. 313. Braking.BorderSizePixel = 0

  314. 314. Braking.Position = UDim2.new(0.679532647, 0, 0.494278967, 0)

  315. 315. Braking.Size = UDim2.new(0, 67, 0, 38)

  316. 316. Braking.Font = Enum.Font.Cartoon

  317. 317. Braking.Text = "Braking"

  318. 318. Braking.TextColor3 = Color3.new(1, 1, 1)

  319. 319. Braking.TextScaled = true

  320. 320. Braking.TextSize = 23

  321. 321. Braking.TextWrapped = true

  322. 322.  

  323. 323. BrakingT.Name = "BrakingT"

  324. 324. BrakingT.Parent = Braking

  325. 325. BrakingT.BackgroundColor3 = Color3.new(0.666667, 0, 1)

  326. 326. BrakingT.BorderSizePixel = 0

  327. 327. BrakingT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)

  328. 328. BrakingT.Size = UDim2.new(0, 67, 0, 38)

  329. 329. BrakingT.Font = Enum.Font.Cartoon

  330. 330. BrakingT.Text = "Amount"

  331. 331. BrakingT.TextColor3 = Color3.new(0, 0, 0)

  332. 332. BrakingT.TextSize = 14

  333. 333. BrakingT.TextWrapped = true

  334. 334. -- Scripts:

  335. 335.  

  336. 336. function findCar()

  337. 337. local vehicle = workspace.Vehicles:getChildren()

  338. 338. for i=1,#vehicle do

  339. 339. if vehicle[i]:findFirstChild("owner") then

  340. 340. if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then

  341. 341. myCar = vehicle[i]

  342. 342. end

  343. 343. end

  344. 344. end

  345. 345. end

  346. 346.  

  347. 347. AutoFarm.MouseButton1Down:connect(function()

  348. 348. local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37

  349. 349. --Do not change anything below :)

  350. 350. local hint = Instance.new('Hint', Workspace) hint.Text = "Vehicle Simulator Autofarm loading..."

  351. 351. local found = false

  352. 352. local go = true

  353. 353.  

  354. 354. function findVehicle() --Finds your vehicle

  355. 355.     while not found do --Loops until your vehicle has been found

  356. 356.         local vehicles = Workspace.Vehicles:getChildren()

  357. 357.         for i=1,#vehicles do

  358. 358.             if vehicles[i]:findFirstChild'owner' then

  359. 359.                 if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle

  360. 360.                     found = true --Setting found to true so loop breaks

  361. 361.                     vehicle = vehicles[i] -- Declares vehicle variable to your vehicle

  362. 362.                     vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder

  363. 363.                     vehStats.MaxSpeed.Value = 800

  364. 364.                     vehStats.Torque.Value = 60000

  365. 365.                     vehStats.SteeringRadiusConstant.Value = 120000000

  366. 366.                 elseif vehicles[i + 1] == nil and not found then

  367. 367.                     --Autorespawn would go here

  368. 368.                     hint.Text = "Please spawn and enter your vehicle!" --Your vehicle does not exist in the Workspace

  369. 369.                 end

  370. 370.             end

  371. 371.         end

  372. 372.         wait(1) --Waiting before checking again so we don't crash

  373. 373.     end

  374. 374.     wait(2) --We've found the car. Waiting so the car can be properly placed on the highway

  375. 375.     vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat

  376. 376. end

  377. 377.  

  378. 378. function farm() --This is where the magic happens :)

  379. 379.     hint.Text = "Finished loading! Autofarm initialized."

  380. 380.     while wait(waitTime) do --Waits x seconds before resetting car

  381. 381.         vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway

  382. 382.         game:GetService'VirtualUser':SetKeyUp("w") --Resets W key

  383. 383.         game:GetService'VirtualUser':SetKeyDown("w") --Presses W key to go forward

  384. 384.     end

  385. 385. end

  386. 386. findVehicle() --Calls the findVehicle function

  387. 387. while go do

  388. 388.     if not pcall(farm()) then --Calls farm function & checks for errors

  389. 389.         found = false  --If it errors, it sets found to false and continues looking for your vehicle.

  390. 390.         findVehicle()

  391. 391.     end

  392. 392. end

  393. 393. end)

  394. 394.  

  395. 395. SuperCar.MouseButton1Down:connect(function()

  396. 396. findCar()

  397. 397. myCar.Handling.MaxSpeed.Value = 10000

  398. 398. myCar.Handling.Torque.Value = 55555

  399. 399. myCar.Handling.SteeringRadiusConstant.Value = 15000

  400. 400. myCar.Handling.FrictionRoad.Value = 250

  401. 401. myCar.Handling.Nitro.NitroSpeed.Value = 100000

  402. 402. myCar.Handling.Nitro.NitroForce.Value = 100000

  403. 403. myCar.Handling.Braking.Value = 100000

  404. 404. myCar.Handling.TurboJump.TurboJumpHeight.Value = 25

  405. 405. end)

  406. 406.  

  407. 407. Speed.MouseButton1Down:connect(function()

  408. 408. findCar()

  409. 409. myCar.Handling.MaxSpeed.Value = SpeedBind.Text

  410. 410. myCar.Handling.SteeringRadiusConstant.Value = 15000

  411. 411. end)

  412. 412.  

  413. 413. Torque.MouseButton1Down:connect(function()

  414. 414. findCar()

  415. 415. myCar.Handling.Torque.Value = Torquet.Text

  416. 416. end)

  417. 417.  

  418. 418. NitroSpeed.MouseButton1Down:connect(function()

  419. 419. findCar()

  420. 420. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text

  421. 421. end)

  422. 422.  

  423. 423. NitroForce.MouseButton1Down:connect(function()

  424. 424. findCar()

  425. 425. myCar.Handling.Nitro.NitroForce.Value = NFT.Text

  426. 426. end)

  427. 427.  

  428. 428. JumpHeight.MouseButton1Down:connect(function()

  429. 429. findCar()

  430. 430. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text

  431. 431. end)

  432. 432.  

  433. 433. Braking.MouseButton1Down:connect(function()

  434. 434.     findCar()

  435. 435.     myCar.Handling.Braking.Value = BrakingT.Text

  436. 436. end)

  437. 437.  

  438. 438. GiveAllPerks.MouseButton1Down:connect(function()

  439. 439. game:GetService("Players").LocalPlayer.UserId = 1099580

  440. 440. end)

  441. 441.  

  442. 442. CrateESP.MouseButton1Down:connect(function()

  443. 443.     local crates = workspace:getChildren()

  444. 444. for i=1,#crates do

  445. 445. if crates[i].ClassName == "Model" then

  446. 446. local crates2 = crates[i]:getChildren()

  447. 447. for i=1,#crates2 do

  448. 448. if crates2[i].ClassName == "Model" then

  449. 449. local crates3 = crates2[i]:getChildren()

  450. 450. for i=1,#crates3 do

  451. 451. if crates3[i].ClassName == "MeshPart" then

  452. 452. if crates3[i]:findFirstChild("Smoke") then

  453. 453. if crates3[i]:findFirstChild("BoxHandleAdornment") then

  454. 454.     crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()

  455. 455. else

  456. 456. local a = Instance.new("BoxHandleAdornment",crates3[i])

  457. 457. a.Size = Vector3.new(10,500,6)

  458. 458. a.SizeRelativeOffset = Vector3.new(0,135,0)

  459. 459. a.Color3 = Color3.fromRGB(0,255,0)

  460. 460. a.Transparency = 0.5

  461. 461. a.AlwaysOnTop = true

  462. 462. a.Adornee = crates3[i]

  463. 463. a.ZIndex = 1

  464. 464. local b = Instance.new("BoxHandleAdornment",crates3[i])

  465. 465. b.Size = Vector3.new(10,4,6)

  466. 466. b.Color3 = Color3.fromRGB(0,0,255)

  467. 467. b.Transparency = 0.3

  468. 468. b.AlwaysOnTop = true

  469. 469. b.Adornee = crates3[i]

  470. 470. b.ZIndex = 1

  471. 471. end

  472. 472. end

  473. 473. end

  474. 474. end

  475. 475. end

  476. 476. end

  477. 477. end

  478. 478. end

  479. 479. end)

  480. 480.  

  481. 481. TptoCrate.MouseButton1Down:connect(function()

  482. 482.     local crates = workspace:getChildren()

  483. 483. for i=1,#crates do

  484. 484. if crates[i].ClassName == "Model" then

  485. 485. local crates2 = crates[i]:getChildren()

  486. 486. for i=1,#crates2 do

  487. 487. if crates2[i].ClassName == "Model" then

  488. 488. local crates3 = crates2[i]:getChildren()

  489. 489. for i=1,#crates3 do

  490. 490. if crates3[i].ClassName == "MeshPart" then

  491. 491. if crates3[i]:findFirstChild("Smoke") then

  492. 492. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))

  493. 493. wait()

  494. 494. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))

  495. 495. wait(4)

  496. 496. end

  497. 497. end

  498. 498. end

  499. 499. end

  500. 500. end

  501. 501. end

  502. 502. end

  503. 503. end)

  504. 504.  

  505. 505. TeleportToCar.MouseButton1Down:connect(function()

  506. 506.     findCar()

  507. 507. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)

  508. 508. end)

  509. 509.  

  510. 510.  

  511. 511. --] Updated 02.02.2019

  512. 512. --] Added Braking

Advertisement
Add Comment
Please, Sign In to add comment
Advertisement