· 6 years ago · Mar 08, 2020, 06:16 PM
1
2PASTEBIN
3GO API TOOLS FAQ DEALS
4paste
5SIGN IN SIGN UP
6Public Pastes
7
8 Not mocking, Jay.4 sec ago
9 Untitled20 sec ago
10 UntitledBash | 27 sec ago
11 Untitled29 sec ago
12 Untitled33 sec ago
13 GetBalance_Burn38 sec ago
14 Untitled40 sec ago
15 Untitled41 sec ago
16
17SHARE
18TWEET
19Vehicle Simulator GUI
20DatRobloxPlayer Apr 16th, 2019 23,057 Never
21Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
22rawdownloadcloneembedreportprint text 16.83 KB
23
24-- Credits to WolfyGD
25-- Version: 2.82
26-- Instances:
27local VehicleSimulatorFuhaxor = Instance.new("ScreenGui")
28local OpenFrame = Instance.new("Frame")
29local Open = Instance.new("TextButton")
30local Main = Instance.new("Frame")
31local BeautyA = Instance.new("Frame")
32local Name = Instance.new("TextLabel")
33local BeautyB = Instance.new("Frame")
34local Credit = Instance.new("TextLabel")
35local Torque = Instance.new("TextButton")
36local Torquet = Instance.new("TextBox")
37local TptoCrate = Instance.new("TextButton")
38local NitroSpeed = Instance.new("TextButton")
39local NST = Instance.new("TextBox")
40local TeleportToCar = Instance.new("TextButton")
41local NitroForce = Instance.new("TextButton")
42local NFT = Instance.new("TextBox")
43local Speed = Instance.new("TextButton")
44local SpeedBind = Instance.new("TextBox")
45local CrateESP = Instance.new("TextButton")
46local SuperCar = Instance.new("TextButton")
47local GiveAllPerks = Instance.new("TextButton")
48local Close = Instance.new("TextButton")
49local JumpHeight = Instance.new("TextButton")
50local JHT = Instance.new("TextBox")
51local AutoFarm = Instance.new("TextButton")
52local Braking = Instance.new("TextButton")
53local BrakingT = Instance.new("TextBox")
54--Properties:
55VehicleSimulatorFuhaxor.Name = "Vehicle Simulator Fuhaxor"
56VehicleSimulatorFuhaxor.Parent = game.CoreGui
57VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
58
59OpenFrame.Name = "OpenFrame"
60OpenFrame.Parent = VehicleSimulatorFuhaxor
61OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
62OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
63OpenFrame.Position = UDim2.new(0, 0, 0.47716558, 0)
64OpenFrame.Size = UDim2.new(0, 69, 0, 27)
65Open.MouseButton1Down:connect(function()
66Main.Visible = true
67OpenFrame.Visible = false
68end)
69
70Open.Name = "Open"
71Open.Parent = OpenFrame
72Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
73Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
74Open.Size = UDim2.new(0, 65, 0, 25)
75Open.Font = Enum.Font.Cartoon
76Open.Text = "Open"
77Open.TextColor3 = Color3.new(1, 1, 1)
78Open.TextSize = 30
79
80Main.Name = "Main"
81Main.Parent = VehicleSimulatorFuhaxor
82Main.Active = true
83Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
84Main.BorderSizePixel = 0
85Main.Position = UDim2.new(0.376574308, 0, 0.178571433, 0)
86Main.Size = UDim2.new(0, 439, 0, 278)
87Main.Visible = false
88Main.Draggable = true
89
90BeautyA.Name = "BeautyA"
91BeautyA.Parent = Main
92BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
93BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
94BeautyA.BorderSizePixel = 0
95BeautyA.Size = UDim2.new(0, 439, 0, 25)
96
97Name.Name = "Name"
98Name.Parent = BeautyA
99Name.BackgroundColor3 = Color3.new(1, 1, 1)
100Name.BackgroundTransparency = 1
101Name.BorderSizePixel = 0
102Name.Position = UDim2.new(0.316628695, 0, 0, 0)
103Name.Size = UDim2.new(0, 154, 0, 25)
104Name.Font = Enum.Font.Cartoon
105Name.Text = "Vehicle Simulator Succ "
106Name.TextColor3 = Color3.new(1, 1, 1)
107Name.TextSize = 20
108
109BeautyB.Name = "BeautyB"
110BeautyB.Parent = Main
111BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
112BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
113BeautyB.BorderSizePixel = 0
114BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)
115BeautyB.Size = UDim2.new(0, 439, 0, 24)
116
117Credit.Name = "Credit"
118Credit.Parent = BeautyB
119Credit.BackgroundColor3 = Color3.new(1, 1, 1)
120Credit.BackgroundTransparency = 1
121Credit.BorderSizePixel = 0
122Credit.Size = UDim2.new(0, 439, 0, 24)
123Credit.Font = Enum.Font.Cartoon
124Credit.Text = "Gui Made By Duky #4715 , Scripts Made By someone"
125Credit.TextColor3 = Color3.new(1, 1, 1)
126Credit.TextSize = 16
127
128Torque.Name = "Torque"
129Torque.Parent = Main
130Torque.BackgroundColor3 = Color3.new(0.666667, 0, 1)
131Torque.BorderSizePixel = 0
132Torque.Position = UDim2.new(0.679532647, 0, 0.169338807, 0)
133Torque.Size = UDim2.new(0, 67, 0, 38)
134Torque.Font = Enum.Font.Cartoon
135Torque.Text = "Torque"
136Torque.TextColor3 = Color3.new(1, 1, 1)
137Torque.TextSize = 25
138
139Torquet.Name = "Torquet"
140Torquet.Parent = Torque
141Torquet.BackgroundColor3 = Color3.new(0.666667, 0, 1)
142Torquet.BorderSizePixel = 0
143Torquet.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
144Torquet.Size = UDim2.new(0, 67, 0, 38)
145Torquet.Font = Enum.Font.Cartoon
146Torquet.Text = "Amount"
147Torquet.TextColor3 = Color3.new(0, 0, 0)
148Torquet.TextSize = 14
149Torquet.TextWrapped = true
150
151TptoCrate.Name = "TptoCrate"
152TptoCrate.Parent = Main
153TptoCrate.BackgroundColor3 = Color3.new(0.666667, 0, 1)
154TptoCrate.BorderSizePixel = 0
155TptoCrate.Position = UDim2.new(0.0262044966, 0, 0.165741712, 0)
156TptoCrate.Size = UDim2.new(0, 126, 0, 38)
157TptoCrate.Font = Enum.Font.Cartoon
158TptoCrate.Text = "Tp to Crate"
159TptoCrate.TextColor3 = Color3.new(1, 1, 1)
160TptoCrate.TextSize = 25
161
162NitroSpeed.Name = "NitroSpeed"
163NitroSpeed.Parent = Main
164NitroSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
165NitroSpeed.BorderSizePixel = 0
166NitroSpeed.Position = UDim2.new(0.346034855, 0, 0.169338807, 0)
167NitroSpeed.Size = UDim2.new(0, 64, 0, 38)
168NitroSpeed.Font = Enum.Font.Cartoon
169NitroSpeed.Text = "Nitro Speed"
170NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
171NitroSpeed.TextScaled = true
172NitroSpeed.TextSize = 13
173NitroSpeed.TextWrapped = true
174
175NST.Name = "NST"
176NST.Parent = NitroSpeed
177NST.BackgroundColor3 = Color3.new(0.666667, 0, 1)
178NST.BorderSizePixel = 0
179NST.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
180NST.Size = UDim2.new(0, 67, 0, 38)
181NST.Font = Enum.Font.Cartoon
182NST.Text = "Amount"
183NST.TextColor3 = Color3.new(0, 0, 0)
184NST.TextSize = 14
185NST.TextWrapped = true
186
187TeleportToCar.Name = "TeleportToCar"
188TeleportToCar.Parent = Main
189TeleportToCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
190TeleportToCar.BorderSizePixel = 0
191TeleportToCar.Position = UDim2.new(0.026204519, 0, 0.332408428, 0)
192TeleportToCar.Size = UDim2.new(0, 126, 0, 33)
193TeleportToCar.Font = Enum.Font.Cartoon
194TeleportToCar.Text = "Teleport To Car"
195TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
196TeleportToCar.TextScaled = true
197TeleportToCar.TextSize = 20
198TeleportToCar.TextWrapped = true
199
200NitroForce.Name = "NitroForce"
201NitroForce.Parent = Main
202NitroForce.BackgroundColor3 = Color3.new(0.666667, 0, 1)
203NitroForce.BorderSizePixel = 0
204NitroForce.Position = UDim2.new(0.346034855, 0, 0.336005569, 0)
205NitroForce.Size = UDim2.new(0, 64, 0, 38)
206NitroForce.Font = Enum.Font.Cartoon
207NitroForce.Text = "Nitro Force"
208NitroForce.TextColor3 = Color3.new(1, 1, 1)
209NitroForce.TextSize = 17
210NitroForce.TextWrapped = true
211
212NFT.Name = "NFT"
213NFT.Parent = NitroForce
214NFT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
215NFT.BorderSizePixel = 0
216NFT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
217NFT.Size = UDim2.new(0, 67, 0, 38)
218NFT.Font = Enum.Font.Cartoon
219NFT.Text = "Amount"
220NFT.TextColor3 = Color3.new(0, 0, 0)
221NFT.TextSize = 14
222NFT.TextWrapped = true
223
224Speed.Name = "Speed"
225Speed.Parent = Main
226Speed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
227Speed.BorderSizePixel = 0
228Speed.Position = UDim2.new(0.679532647, 0, 0.336005569, 0)
229Speed.Size = UDim2.new(0, 67, 0, 38)
230Speed.Font = Enum.Font.Cartoon
231Speed.Text = "Speed"
232Speed.TextColor3 = Color3.new(1, 1, 1)
233Speed.TextSize = 25
234
235SpeedBind.Name = "SpeedBind"
236SpeedBind.Parent = Speed
237SpeedBind.BackgroundColor3 = Color3.new(0.666667, 0, 1)
238SpeedBind.BorderSizePixel = 0
239SpeedBind.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
240SpeedBind.Size = UDim2.new(0, 67, 0, 38)
241SpeedBind.Font = Enum.Font.Cartoon
242SpeedBind.Text = "Amount"
243SpeedBind.TextColor3 = Color3.new(0, 0, 0)
244SpeedBind.TextSize = 14
245SpeedBind.TextWrapped = true
246
247CrateESP.Name = "CrateESP"
248CrateESP.Parent = Main
249CrateESP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
250CrateESP.BorderSizePixel = 0
251CrateESP.Position = UDim2.new(0.0262044966, 0, 0.748543978, 0)
252CrateESP.Size = UDim2.new(0, 126, 0, 38)
253CrateESP.Font = Enum.Font.Cartoon
254CrateESP.Text = "Crate ESP"
255CrateESP.TextColor3 = Color3.new(1, 1, 1)
256CrateESP.TextSize = 25
257
258SuperCar.Name = "SuperCar"
259SuperCar.Parent = Main
260SuperCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
261SuperCar.BorderSizePixel = 0
262SuperCar.Position = UDim2.new(0.355146468, 0, 0.748544037, 0)
263SuperCar.Size = UDim2.new(0, 126, 0, 38)
264SuperCar.Font = Enum.Font.Cartoon
265SuperCar.Text = "Super Car"
266SuperCar.TextColor3 = Color3.new(1, 1, 1)
267SuperCar.TextSize = 25
268
269GiveAllPerks.Name = "GiveAllPerks"
270GiveAllPerks.Parent = Main
271GiveAllPerks.BackgroundColor3 = Color3.new(0.666667, 0, 1)
272GiveAllPerks.BorderSizePixel = 0
273GiveAllPerks.Position = UDim2.new(0.695478082, 0, 0.748543978, 0)
274GiveAllPerks.Size = UDim2.new(0, 126, 0, 38)
275GiveAllPerks.Font = Enum.Font.Cartoon
276GiveAllPerks.Text = "Give All Perks"
277GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
278GiveAllPerks.TextSize = 20
279
280Close.Name = "Close"
281Close.Parent = Main
282Close.BackgroundColor3 = Color3.new(1, 1, 1)
283Close.BackgroundTransparency = 1
284Close.BorderSizePixel = 0
285Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)
286Close.Size = UDim2.new(0, 28, 0, 25)
287Close.Font = Enum.Font.SourceSans
288Close.Text = "X"
289Close.TextColor3 = Color3.new(1, 1, 1)
290Close.TextSize = 30
291Close.MouseButton1Down:connect(function()
292OpenFrame.Visible = true
293Main.Visible = false
294end)
295
296JumpHeight.Name = "JumpHeight"
297JumpHeight.Parent = Main
298JumpHeight.BackgroundColor3 = Color3.new(0.666667, 0, 1)
299JumpHeight.BorderSizePixel = 0
300JumpHeight.Position = UDim2.new(0.346034855, 0, 0.497876078, 0)
301JumpHeight.Size = UDim2.new(0, 64, 0, 38)
302JumpHeight.Font = Enum.Font.Cartoon
303JumpHeight.Text = "Jump Height"
304JumpHeight.TextColor3 = Color3.new(1, 1, 1)
305JumpHeight.TextScaled = true
306JumpHeight.TextSize = 15
307JumpHeight.TextWrapped = true
308
309JHT.Name = "JHT"
310JHT.Parent = JumpHeight
311JHT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
312JHT.BorderSizePixel = 0
313JHT.Position = UDim2.new(1.08955193, 0, 0, 0)
314JHT.Size = UDim2.new(0, 67, 0, 38)
315JHT.Font = Enum.Font.Cartoon
316JHT.Text = "Amount"
317JHT.TextColor3 = Color3.new(0, 0, 0)
318JHT.TextSize = 14
319JHT.TextWrapped = true
320
321AutoFarm.Name = "AutoFarm"
322AutoFarm.Parent = Main
323AutoFarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)
324AutoFarm.BorderSizePixel = 0
325AutoFarm.Position = UDim2.new(0.0262044966, 0, 0.496676952, 0)
326AutoFarm.Size = UDim2.new(0, 126, 0, 38)
327AutoFarm.Font = Enum.Font.Cartoon
328AutoFarm.Text = "Auto Farm"
329AutoFarm.TextColor3 = Color3.new(1, 1, 1)
330AutoFarm.TextSize = 25
331
332Braking.Name = "Braking"
333Braking.Parent = Main
334Braking.BackgroundColor3 = Color3.new(0.666667, 0, 1)
335Braking.BorderSizePixel = 0
336Braking.Position = UDim2.new(0.679532647, 0, 0.494278967, 0)
337Braking.Size = UDim2.new(0, 67, 0, 38)
338Braking.Font = Enum.Font.Cartoon
339Braking.Text = "Braking"
340Braking.TextColor3 = Color3.new(1, 1, 1)
341Braking.TextScaled = true
342Braking.TextSize = 23
343Braking.TextWrapped = true
344
345BrakingT.Name = "BrakingT"
346BrakingT.Parent = Braking
347BrakingT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
348BrakingT.BorderSizePixel = 0
349BrakingT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
350BrakingT.Size = UDim2.new(0, 67, 0, 38)
351BrakingT.Font = Enum.Font.Cartoon
352BrakingT.Text = "Amount"
353BrakingT.TextColor3 = Color3.new(0, 0, 0)
354BrakingT.TextSize = 14
355BrakingT.TextWrapped = true
356-- Scripts:
357
358function findCar()
359local vehicle = workspace.Vehicles:getChildren()
360for i=1,#vehicle do
361if vehicle[i]:findFirstChild("owner") then
362if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
363myCar = vehicle[i]
364end
365end
366end
367end
368
369AutoFarm.MouseButton1Down:connect(function()
370local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37
371--Do not change anything below :)
372local hint = Instance.new('Hint', Workspace) hint.Text = "Vehicle Simulator Autofarm loading..."
373local found = false
374local go = true
375
376function findVehicle() --Finds your vehicle
377 while not found do --Loops until your vehicle has been found
378 local vehicles = Workspace.Vehicles:getChildren()
379 for i=1,#vehicles do
380 if vehicles[i]:findFirstChild'owner' then
381 if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
382 found = true --Setting found to true so loop breaks
383 vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
384 vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
385 vehStats.MaxSpeed.Value = 800
386 vehStats.Torque.Value = 60000
387 vehStats.SteeringRadiusConstant.Value = 120000000
388 elseif vehicles[i + 1] == nil and not found then
389 --Autorespawn would go here
390 hint.Text = "Please spawn and enter your vehicle!" --Your vehicle does not exist in the Workspace
391 end
392 end
393 end
394 wait(1) --Waiting before checking again so we don't crash
395 end
396 wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
397 vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
398end
399
400function farm() --This is where the magic happens :)
401 hint.Text = "Finished loading! Autofarm initialized."
402 while wait(waitTime) do --Waits x seconds before resetting car
403 vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
404 game:GetService'VirtualUser':SetKeyUp("w") --Resets W key
405 game:GetService'VirtualUser':SetKeyDown("w") --Presses W key to go forward
406 end
407end
408findVehicle() --Calls the findVehicle function
409while go do
410 if not pcall(farm()) then --Calls farm function & checks for errors
411 found = false --If it errors, it sets found to false and continues looking for your vehicle.
412 findVehicle()
413 end
414end
415end)
416
417SuperCar.MouseButton1Down:connect(function()
418findCar()
419myCar.Handling.MaxSpeed.Value = 10000
420myCar.Handling.Torque.Value = 55555
421myCar.Handling.SteeringRadiusConstant.Value = 15000
422myCar.Handling.FrictionRoad.Value = 250
423myCar.Handling.Nitro.NitroSpeed.Value = 100000
424myCar.Handling.Nitro.NitroForce.Value = 100000
425myCar.Handling.Braking.Value = 100000
426myCar.Handling.TurboJump.TurboJumpHeight.Value = 25
427end)
428
429Speed.MouseButton1Down:connect(function()
430findCar()
431myCar.Handling.MaxSpeed.Value = SpeedBind.Text
432myCar.Handling.SteeringRadiusConstant.Value = 15000
433end)
434
435Torque.MouseButton1Down:connect(function()
436findCar()
437myCar.Handling.Torque.Value = Torquet.Text
438end)
439
440NitroSpeed.MouseButton1Down:connect(function()
441findCar()
442myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
443end)
444
445NitroForce.MouseButton1Down:connect(function()
446findCar()
447myCar.Handling.Nitro.NitroForce.Value = NFT.Text
448end)
449
450JumpHeight.MouseButton1Down:connect(function()
451findCar()
452myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
453end)
454
455Braking.MouseButton1Down:connect(function()
456 findCar()
457 myCar.Handling.Braking.Value = BrakingT.Text
458end)
459
460GiveAllPerks.MouseButton1Down:connect(function()
461game:GetService("Players").LocalPlayer.UserId = 1099580
462end)
463
464CrateESP.MouseButton1Down:connect(function()
465 local crates = workspace:getChildren()
466for i=1,#crates do
467if crates[i].ClassName == "Model" then
468local crates2 = crates[i]:getChildren()
469for i=1,#crates2 do
470if crates2[i].ClassName == "Model" then
471local crates3 = crates2[i]:getChildren()
472for i=1,#crates3 do
473if crates3[i].ClassName == "MeshPart" then
474if crates3[i]:findFirstChild("Smoke") then
475if crates3[i]:findFirstChild("BoxHandleAdornment") then
476 crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
477else
478local a = Instance.new("BoxHandleAdornment",crates3[i])
479a.Size = Vector3.new(10,500,6)
480a.SizeRelativeOffset = Vector3.new(0,135,0)
481a.Color3 = Color3.fromRGB(0,255,0)
482a.Transparency = 0.5
483a.AlwaysOnTop = true
484a.Adornee = crates3[i]
485a.ZIndex = 1
486local b = Instance.new("BoxHandleAdornment",crates3[i])
487b.Size = Vector3.new(10,4,6)
488b.Color3 = Color3.fromRGB(0,0,255)
489b.Transparency = 0.3
490b.AlwaysOnTop = true
491b.Adornee = crates3[i]
492b.ZIndex = 1
493end
494end
495end
496end
497end
498end
499end
500end
501end)
502
503TptoCrate.MouseButton1Down:connect(function()
504 local crates = workspace:getChildren()
505for i=1,#crates do
506if crates[i].ClassName == "Model" then
507local crates2 = crates[i]:getChildren()
508for i=1,#crates2 do
509if crates2[i].ClassName == "Model" then
510local crates3 = crates2[i]:getChildren()
511for i=1,#crates3 do
512if crates3[i].ClassName == "MeshPart" then
513if crates3[i]:findFirstChild("Smoke") then
514game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
515wait()
516game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
517wait(4)
518end
519end
520end
521end
522end
523end
524end
525end)
526
527TeleportToCar.MouseButton1Down:connect(function()
528 findCar()
529game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
530end)
531
532
533--] Updated 02.02.2019
534
535 --] Added Braking
536
537RAW Paste Data
538-- Credits to WolfyGD
539-- Version: 2.82
540-- Instances:
541local VehicleSimulatorFuhaxor = Instance.new("ScreenGui")
542local OpenFrame = Instance.new("Frame")
543local Open = Instance.new("TextButton")
544local Main = Instance.new("Frame")
545local BeautyA = Instance.new("Frame")
546local Name = Instance.new("TextLabel")
547local BeautyB = Instance.new("Frame")
548local Credit = Instance.new("TextLabel")
549local Torque = Instance.new("TextButton")
550local Torquet = Instance.new("TextBox")
551local TptoCrate = Instance.new("TextButton")
552local NitroSpeed = Instance.new("TextButton")
553local NST = Instance.new("TextBox")
554local TeleportToCar = Instance.new("TextButton")
555local NitroForce = Instance.new("TextButton")
556local NFT = Instance.new("TextBox")
557local Speed = Instance.new("TextButton")
558local SpeedBind = Instance.new("TextBox")
559local CrateESP = Instance.new("TextButton")
560local SuperCar = Instance.new("TextButton")
561local GiveAllPerks = Instance.new("TextButton")
562local Close = Instance.new("TextButton")
563local JumpHeight = Instance.new("TextButton")
564local JHT = Instance.new("TextBox")
565local AutoFarm = Instance.new("TextButton")
566local Braking = Instance.new("TextButton")
567local BrakingT = Instance.new("TextBox")
568--Properties:
569VehicleSimulatorFuhaxor.Name = "Vehicle Simulator Fuhaxor"
570VehicleSimulatorFuhaxor.Parent = game.CoreGui
571VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
572
573OpenFrame.Name = "OpenFrame"
574OpenFrame.Parent = VehicleSimulatorFuhaxor
575OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
576OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
577OpenFrame.Position = UDim2.new(0, 0, 0.47716558, 0)
578OpenFrame.Size = UDim2.new(0, 69, 0, 27)
579Open.MouseButton1Down:connect(function()
580Main.Visible = true
581OpenFrame.Visible = false
582end)
583
584Open.Name = "Open"
585Open.Parent = OpenFrame
586Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
587Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
588Open.Size = UDim2.new(0, 65, 0, 25)
589Open.Font = Enum.Font.Cartoon
590Open.Text = "Open"
591Open.TextColor3 = Color3.new(1, 1, 1)
592Open.TextSize = 30
593
594Main.Name = "Main"
595Main.Parent = VehicleSimulatorFuhaxor
596Main.Active = true
597Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
598Main.BorderSizePixel = 0
599Main.Position = UDim2.new(0.376574308, 0, 0.178571433, 0)
600Main.Size = UDim2.new(0, 439, 0, 278)
601Main.Visible = false
602Main.Draggable = true
603
604BeautyA.Name = "BeautyA"
605BeautyA.Parent = Main
606BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
607BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
608BeautyA.BorderSizePixel = 0
609BeautyA.Size = UDim2.new(0, 439, 0, 25)
610
611Name.Name = "Name"
612Name.Parent = BeautyA
613Name.BackgroundColor3 = Color3.new(1, 1, 1)
614Name.BackgroundTransparency = 1
615Name.BorderSizePixel = 0
616Name.Position = UDim2.new(0.316628695, 0, 0, 0)
617Name.Size = UDim2.new(0, 154, 0, 25)
618Name.Font = Enum.Font.Cartoon
619Name.Text = "Vehicle Simulator Succ "
620Name.TextColor3 = Color3.new(1, 1, 1)
621Name.TextSize = 20
622
623BeautyB.Name = "BeautyB"
624BeautyB.Parent = Main
625BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
626BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
627BeautyB.BorderSizePixel = 0
628BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)
629BeautyB.Size = UDim2.new(0, 439, 0, 24)
630
631Credit.Name = "Credit"
632Credit.Parent = BeautyB
633Credit.BackgroundColor3 = Color3.new(1, 1, 1)
634Credit.BackgroundTransparency = 1
635Credit.BorderSizePixel = 0
636Credit.Size = UDim2.new(0, 439, 0, 24)
637Credit.Font = Enum.Font.Cartoon
638Credit.Text = "Gui Made By Duky #4715 , Scripts Made By someone"
639Credit.TextColor3 = Color3.new(1, 1, 1)
640Credit.TextSize = 16
641
642Torque.Name = "Torque"
643Torque.Parent = Main
644Torque.BackgroundColor3 = Color3.new(0.666667, 0, 1)
645Torque.BorderSizePixel = 0
646Torque.Position = UDim2.new(0.679532647, 0, 0.169338807, 0)
647Torque.Size = UDim2.new(0, 67, 0, 38)
648Torque.Font = Enum.Font.Cartoon
649Torque.Text = "Torque"
650Torque.TextColor3 = Color3.new(1, 1, 1)
651Torque.TextSize = 25
652
653Torquet.Name = "Torquet"
654Torquet.Parent = Torque
655Torquet.BackgroundColor3 = Color3.new(0.666667, 0, 1)
656Torquet.BorderSizePixel = 0
657Torquet.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
658Torquet.Size = UDim2.new(0, 67, 0, 38)
659Torquet.Font = Enum.Font.Cartoon
660Torquet.Text = "Amount"
661Torquet.TextColor3 = Color3.new(0, 0, 0)
662Torquet.TextSize = 14
663Torquet.TextWrapped = true
664
665TptoCrate.Name = "TptoCrate"
666TptoCrate.Parent = Main
667TptoCrate.BackgroundColor3 = Color3.new(0.666667, 0, 1)
668TptoCrate.BorderSizePixel = 0
669TptoCrate.Position = UDim2.new(0.0262044966, 0, 0.165741712, 0)
670TptoCrate.Size = UDim2.new(0, 126, 0, 38)
671TptoCrate.Font = Enum.Font.Cartoon
672TptoCrate.Text = "Tp to Crate"
673TptoCrate.TextColor3 = Color3.new(1, 1, 1)
674TptoCrate.TextSize = 25
675
676NitroSpeed.Name = "NitroSpeed"
677NitroSpeed.Parent = Main
678NitroSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
679NitroSpeed.BorderSizePixel = 0
680NitroSpeed.Position = UDim2.new(0.346034855, 0, 0.169338807, 0)
681NitroSpeed.Size = UDim2.new(0, 64, 0, 38)
682NitroSpeed.Font = Enum.Font.Cartoon
683NitroSpeed.Text = "Nitro Speed"
684NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
685NitroSpeed.TextScaled = true
686NitroSpeed.TextSize = 13
687NitroSpeed.TextWrapped = true
688
689NST.Name = "NST"
690NST.Parent = NitroSpeed
691NST.BackgroundColor3 = Color3.new(0.666667, 0, 1)
692NST.BorderSizePixel = 0
693NST.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
694NST.Size = UDim2.new(0, 67, 0, 38)
695NST.Font = Enum.Font.Cartoon
696NST.Text = "Amount"
697NST.TextColor3 = Color3.new(0, 0, 0)
698NST.TextSize = 14
699NST.TextWrapped = true
700
701TeleportToCar.Name = "TeleportToCar"
702TeleportToCar.Parent = Main
703TeleportToCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
704TeleportToCar.BorderSizePixel = 0
705TeleportToCar.Position = UDim2.new(0.026204519, 0, 0.332408428, 0)
706TeleportToCar.Size = UDim2.new(0, 126, 0, 33)
707TeleportToCar.Font = Enum.Font.Cartoon
708TeleportToCar.Text = "Teleport To Car"
709TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
710TeleportToCar.TextScaled = true
711TeleportToCar.TextSize = 20
712TeleportToCar.TextWrapped = true
713
714NitroForce.Name = "NitroForce"
715NitroForce.Parent = Main
716NitroForce.BackgroundColor3 = Color3.new(0.666667, 0, 1)
717NitroForce.BorderSizePixel = 0
718NitroForce.Position = UDim2.new(0.346034855, 0, 0.336005569, 0)
719NitroForce.Size = UDim2.new(0, 64, 0, 38)
720NitroForce.Font = Enum.Font.Cartoon
721NitroForce.Text = "Nitro Force"
722NitroForce.TextColor3 = Color3.new(1, 1, 1)
723NitroForce.TextSize = 17
724NitroForce.TextWrapped = true
725
726NFT.Name = "NFT"
727NFT.Parent = NitroForce
728NFT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
729NFT.BorderSizePixel = 0
730NFT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
731NFT.Size = UDim2.new(0, 67, 0, 38)
732NFT.Font = Enum.Font.Cartoon
733NFT.Text = "Amount"
734NFT.TextColor3 = Color3.new(0, 0, 0)
735NFT.TextSize = 14
736NFT.TextWrapped = true
737
738Speed.Name = "Speed"
739Speed.Parent = Main
740Speed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
741Speed.BorderSizePixel = 0
742Speed.Position = UDim2.new(0.679532647, 0, 0.336005569, 0)
743Speed.Size = UDim2.new(0, 67, 0, 38)
744Speed.Font = Enum.Font.Cartoon
745Speed.Text = "Speed"
746Speed.TextColor3 = Color3.new(1, 1, 1)
747Speed.TextSize = 25
748
749SpeedBind.Name = "SpeedBind"
750SpeedBind.Parent = Speed
751SpeedBind.BackgroundColor3 = Color3.new(0.666667, 0, 1)
752SpeedBind.BorderSizePixel = 0
753SpeedBind.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
754SpeedBind.Size = UDim2.new(0, 67, 0, 38)
755SpeedBind.Font = Enum.Font.Cartoon
756SpeedBind.Text = "Amount"
757SpeedBind.TextColor3 = Color3.new(0, 0, 0)
758SpeedBind.TextSize = 14
759SpeedBind.TextWrapped = true
760
761CrateESP.Name = "CrateESP"
762CrateESP.Parent = Main
763CrateESP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
764CrateESP.BorderSizePixel = 0
765CrateESP.Position = UDim2.new(0.0262044966, 0, 0.748543978, 0)
766CrateESP.Size = UDim2.new(0, 126, 0, 38)
767CrateESP.Font = Enum.Font.Cartoon
768CrateESP.Text = "Crate ESP"
769CrateESP.TextColor3 = Color3.new(1, 1, 1)
770CrateESP.TextSize = 25
771
772SuperCar.Name = "SuperCar"
773SuperCar.Parent = Main
774SuperCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
775SuperCar.BorderSizePixel = 0
776SuperCar.Position = UDim2.new(0.355146468, 0, 0.748544037, 0)
777SuperCar.Size = UDim2.new(0, 126, 0, 38)
778SuperCar.Font = Enum.Font.Cartoon
779SuperCar.Text = "Super Car"
780SuperCar.TextColor3 = Color3.new(1, 1, 1)
781SuperCar.TextSize = 25
782
783GiveAllPerks.Name = "GiveAllPerks"
784GiveAllPerks.Parent = Main
785GiveAllPerks.BackgroundColor3 = Color3.new(0.666667, 0, 1)
786GiveAllPerks.BorderSizePixel = 0
787GiveAllPerks.Position = UDim2.new(0.695478082, 0, 0.748543978, 0)
788GiveAllPerks.Size = UDim2.new(0, 126, 0, 38)
789GiveAllPerks.Font = Enum.Font.Cartoon
790GiveAllPerks.Text = "Give All Perks"
791GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
792GiveAllPerks.TextSize = 20
793
794Close.Name = "Close"
795Close.Parent = Main
796Close.BackgroundColor3 = Color3.new(1, 1, 1)
797Close.BackgroundTransparency = 1
798Close.BorderSizePixel = 0
799Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)
800Close.Size = UDim2.new(0, 28, 0, 25)
801Close.Font = Enum.Font.SourceSans
802Close.Text = "X"
803Close.TextColor3 = Color3.new(1, 1, 1)
804Close.TextSize = 30
805Close.MouseButton1Down:connect(function()
806OpenFrame.Visible = true
807Main.Visible = false
808end)
809
810JumpHeight.Name = "JumpHeight"
811JumpHeight.Parent = Main
812JumpHeight.BackgroundColor3 = Color3.new(0.666667, 0, 1)
813JumpHeight.BorderSizePixel = 0
814JumpHeight.Position = UDim2.new(0.346034855, 0, 0.497876078, 0)
815JumpHeight.Size = UDim2.new(0, 64, 0, 38)
816JumpHeight.Font = Enum.Font.Cartoon
817JumpHeight.Text = "Jump Height"
818JumpHeight.TextColor3 = Color3.new(1, 1, 1)
819JumpHeight.TextScaled = true
820JumpHeight.TextSize = 15
821JumpHeight.TextWrapped = true
822
823JHT.Name = "JHT"
824JHT.Parent = JumpHeight
825JHT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
826JHT.BorderSizePixel = 0
827JHT.Position = UDim2.new(1.08955193, 0, 0, 0)
828JHT.Size = UDim2.new(0, 67, 0, 38)
829JHT.Font = Enum.Font.Cartoon
830JHT.Text = "Amount"
831JHT.TextColor3 = Color3.new(0, 0, 0)
832JHT.TextSize = 14
833JHT.TextWrapped = true
834
835AutoFarm.Name = "AutoFarm"
836AutoFarm.Parent = Main
837AutoFarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)
838AutoFarm.BorderSizePixel = 0
839AutoFarm.Position = UDim2.new(0.0262044966, 0, 0.496676952, 0)
840AutoFarm.Size = UDim2.new(0, 126, 0, 38)
841AutoFarm.Font = Enum.Font.Cartoon
842AutoFarm.Text = "Auto Farm"
843AutoFarm.TextColor3 = Color3.new(1, 1, 1)
844AutoFarm.TextSize = 25
845
846Braking.Name = "Braking"
847Braking.Parent = Main
848Braking.BackgroundColor3 = Color3.new(0.666667, 0, 1)
849Braking.BorderSizePixel = 0
850Braking.Position = UDim2.new(0.679532647, 0, 0.494278967, 0)
851Braking.Size = UDim2.new(0, 67, 0, 38)
852Braking.Font = Enum.Font.Cartoon
853Braking.Text = "Braking"
854Braking.TextColor3 = Color3.new(1, 1, 1)
855Braking.TextScaled = true
856Braking.TextSize = 23
857Braking.TextWrapped = true
858
859BrakingT.Name = "BrakingT"
860BrakingT.Parent = Braking
861BrakingT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
862BrakingT.BorderSizePixel = 0
863BrakingT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
864BrakingT.Size = UDim2.new(0, 67, 0, 38)
865BrakingT.Font = Enum.Font.Cartoon
866BrakingT.Text = "Amount"
867BrakingT.TextColor3 = Color3.new(0, 0, 0)
868BrakingT.TextSize = 14
869BrakingT.TextWrapped = true
870-- Scripts:
871
872function findCar()
873local vehicle = workspace.Vehicles:getChildren()
874for i=1,#vehicle do
875if vehicle[i]:findFirstChild("owner") then
876if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
877myCar = vehicle[i]
878end
879end
880end
881end
882
883AutoFarm.MouseButton1Down:connect(function()
884local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37
885--Do not change anything below :)
886local hint = Instance.new('Hint', Workspace) hint.Text = "Vehicle Simulator Autofarm loading..."
887local found = false
888local go = true
889
890function findVehicle() --Finds your vehicle
891 while not found do --Loops until your vehicle has been found
892 local vehicles = Workspace.Vehicles:getChildren()
893 for i=1,#vehicles do
894 if vehicles[i]:findFirstChild'owner' then
895 if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
896 found = true --Setting found to true so loop breaks
897 vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
898 vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
899 vehStats.MaxSpeed.Value = 800
900 vehStats.Torque.Value = 60000
901 vehStats.SteeringRadiusConstant.Value = 120000000
902 elseif vehicles[i + 1] == nil and not found then
903 --Autorespawn would go here
904 hint.Text = "Please spawn and enter your vehicle!" --Your vehicle does not exist in the Workspace
905 end
906 end
907 end
908 wait(1) --Waiting before checking again so we don't crash
909 end
910 wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
911 vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
912end
913
914function farm() --This is where the magic happens :)
915 hint.Text = "Finished loading! Autofarm initialized."
916 while wait(waitTime) do --Waits x seconds before resetting car
917 vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
918 game:GetService'VirtualUser':SetKeyUp("w") --Resets W key
919 game:GetService'VirtualUser':SetKeyDown("w") --Presses W key to go forward
920 end
921end
922findVehicle() --Calls the findVehicle function
923while go do
924 if not pcall(farm()) then --Calls farm function & checks for errors
925 found = false --If it errors, it sets found to false and continues looking for your vehicle.
926 findVehicle()
927 end
928end
929end)
930
931SuperCar.MouseButton1Down:connect(function()
932findCar()
933myCar.Handling.MaxSpeed.Value = 10000
934myCar.Handling.Torque.Value = 55555
935myCar.Handling.SteeringRadiusConstant.Value = 15000
936myCar.Handling.FrictionRoad.Value = 250
937myCar.Handling.Nitro.NitroSpeed.Value = 100000
938myCar.Handling.Nitro.NitroForce.Value = 100000
939myCar.Handling.Braking.Value = 100000
940myCar.Handling.TurboJump.TurboJumpHeight.Value = 25
941end)
942
943Speed.MouseButton1Down:connect(function()
944findCar()
945myCar.Handling.MaxSpeed.Value = SpeedBind.Text
946myCar.Handling.SteeringRadiusConstant.Value = 15000
947end)
948
949Torque.MouseButton1Down:connect(function()
950findCar()
951myCar.Handling.Torque.Value = Torquet.Text
952end)
953
954NitroSpeed.MouseButton1Down:connect(function()
955findCar()
956myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
957end)
958
959NitroForce.MouseButton1Down:connect(function()
960findCar()
961myCar.Handling.Nitro.NitroForce.Value = NFT.Text
962end)
963
964JumpHeight.MouseButton1Down:connect(function()
965findCar()
966myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
967end)
968
969Braking.MouseButton1Down:connect(function()
970 findCar()
971 myCar.Handling.Braking.Value = BrakingT.Text
972end)
973
974GiveAllPerks.MouseButton1Down:connect(function()
975game:GetService("Players").LocalPlayer.UserId = 1099580
976end)
977
978CrateESP.MouseButton1Down:connect(function()
979 local crates = workspace:getChildren()
980for i=1,#crates do
981if crates[i].ClassName == "Model" then
982local crates2 = crates[i]:getChildren()
983for i=1,#crates2 do
984if crates2[i].ClassName == "Model" then
985local crates3 = crates2[i]:getChildren()
986for i=1,#crates3 do
987if crates3[i].ClassName == "MeshPart" then
988if crates3[i]:findFirstChild("Smoke") then
989if crates3[i]:findFirstChild("BoxHandleAdornment") then
990 crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
991else
992local a = Instance.new("BoxHandleAdornment",crates3[i])
993a.Size = Vector3.new(10,500,6)
994a.SizeRelativeOffset = Vector3.new(0,135,0)
995a.Color3 = Color3.fromRGB(0,255,0)
996a.Transparency = 0.5
997a.AlwaysOnTop = true
998a.Adornee = crates3[i]
999a.ZIndex = 1
1000local b = Instance.new("BoxHandleAdornment",crates3[i])
1001b.Size = Vector3.new(10,4,6)
1002b.Color3 = Color3.fromRGB(0,0,255)
1003b.Transparency = 0.3
1004b.AlwaysOnTop = true
1005b.Adornee = crates3[i]
1006b.ZIndex = 1
1007end
1008end
1009end
1010end
1011end
1012end
1013end
1014end
1015end)
1016
1017TptoCrate.MouseButton1Down:connect(function()
1018 local crates = workspace:getChildren()
1019for i=1,#crates do
1020if crates[i].ClassName == "Model" then
1021local crates2 = crates[i]:getChildren()
1022for i=1,#crates2 do
1023if crates2[i].ClassName == "Model" then
1024local crates3 = crates2[i]:getChildren()
1025for i=1,#crates3 do
1026if crates3[i].ClassName == "MeshPart" then
1027if crates3[i]:findFirstChild("Smoke") then
1028game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
1029wait()
1030game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
1031wait(4)
1032end
1033end
1034end
1035end
1036end
1037end
1038end
1039end)
1040
1041TeleportToCar.MouseButton1Down:connect(function()
1042 findCar()
1043game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
1044end)
1045
1046
1047--] Updated 02.02.2019
1048--] Added Braking
1049create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
1050privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
1051
1052By using Pastebin.com you agree to our cookies policy to enhance your experience.
1053Site design & logo © 2020 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- FavPNG -- Dedicated Server Hosting by Steadfast