Dr1llz_

Untitled

Jan 2nd, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextLabel_2 = Instance.new("TextLabel")
  5. local TextLabel_3 = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local SpeedeBox = Instance.new("TextBox")
  11. local NitroeSpeed = Instance.new("TextBox")
  12. local NitroeForce = Instance.new("TextBox")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15. local TextButton_7 = Instance.new("TextButton")
  16. local Tourq = Instance.new("TextBox")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. --Frame
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.fromRGB(150, 150, 150)
  25. Frame.Position = UDim2.new(0.256072849, 0, 0.205457464, 0)
  26. Frame.Size = UDim2.new(0, 382, 0, 264)
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.fromRGB(150, 150, 150)
  32. TextLabel.Size = UDim2.new(0, 382, 0, 32)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "Vehicle Simulator GUI"
  35. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextLabel.TextSize = 35.000
  37.  
  38. TextLabel_2.Parent = Frame
  39. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. TextLabel_2.BackgroundTransparency = 1.000
  41. TextLabel_2.Position = UDim2.new(0, 0, 0.0972644389, 0)
  42. TextLabel_2.Size = UDim2.new(0, 222, 0, 44)
  43. TextLabel_2.Font = Enum.Font.SourceSans
  44. TextLabel_2.Text = "Gerneral "
  45. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. TextLabel_2.TextSize = 27.000
  47.  
  48. TextLabel_3.Parent = Frame
  49. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. TextLabel_3.BackgroundTransparency = 1.000
  51. TextLabel_3.Position = UDim2.new(0.662303746, 0, 0.0972644389, 0)
  52. TextLabel_3.Size = UDim2.new(0, 129, 0, 44)
  53. TextLabel_3.Font = Enum.Font.SourceSans
  54. TextLabel_3.Text = "Custom Perks"
  55. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. TextLabel_3.TextSize = 27.000
  57. --Speed
  58. TextButton.Parent = Frame
  59. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. TextButton.Position = UDim2.new(0, 0, 0.231003046, 0)
  61. TextButton.Size = UDim2.new(0, 99, 0, 50)
  62. TextButton.Font = Enum.Font.SourceSans
  63. TextButton.Text = "Speed"
  64. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. TextButton.TextSize = 25.000
  66. --Nit Speed
  67. TextButton_2.Parent = Frame
  68. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. TextButton_2.Position = UDim2.new(0, 0, 0.420396984, 0)
  70. TextButton_2.Size = UDim2.new(0, 99, 0, 51)
  71. TextButton_2.Font = Enum.Font.SourceSans
  72. TextButton_2.Text = "Nitro Speed"
  73. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. TextButton_2.TextSize = 25.000
  75. --Nit force
  76. TextButton_3.Parent = Frame
  77. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  78. TextButton_3.Position = UDim2.new(0, 0, 0.614499867, 0)
  79. TextButton_3.Size = UDim2.new(0, 99, 0, 51)
  80. TextButton_3.Font = Enum.Font.SourceSans
  81. TextButton_3.Text = "Nitro Force"
  82. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. TextButton_3.TextSize = 25.000
  84. --Torqe
  85. TextButton_4.Parent = Frame
  86. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. TextButton_4.Position = UDim2.new(0, 0, 0.808142245, 0)
  88. TextButton_4.Size = UDim2.new(0, 99, 0, 50)
  89. TextButton_4.Font = Enum.Font.SourceSans
  90. TextButton_4.Text = "Tourqe"
  91. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. TextButton_4.TextSize = 25.000
  93. --Speed Text box
  94. SpeedeBox.Name = "SpeedeBox"
  95. SpeedeBox.Parent = Frame
  96. SpeedeBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. SpeedeBox.Position = UDim2.new(0.259162307, 0, 0.227272734, 0)
  98. SpeedeBox.Size = UDim2.new(0, 107, 0, 50)
  99. SpeedeBox.Font = Enum.Font.SourceSans
  100. SpeedeBox.Text = ""
  101. SpeedeBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. SpeedeBox.TextSize = 14.000
  103. --Nit Speed Box
  104. NitroeSpeed.Name = "NitroeSpeed"
  105. NitroeSpeed.Parent = Frame
  106. NitroeSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. NitroeSpeed.Position = UDim2.new(0.259162307, 0, 0.420396984, 0)
  108. NitroeSpeed.Size = UDim2.new(0, 107, 0, 51)
  109. NitroeSpeed.Font = Enum.Font.SourceSans
  110. NitroeSpeed.Text = ""
  111. NitroeSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. NitroeSpeed.TextSize = 14.000
  113. --Nit Force box
  114. NitroeForce.Name = "NitroeForce"
  115. NitroeForce.Parent = Frame
  116. NitroeForce.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. NitroeForce.Position = UDim2.new(0.259162307, 0, 0.61742425, 0)
  118. NitroeForce.Size = UDim2.new(0, 107, 0, 50)
  119. NitroeForce.Font = Enum.Font.SourceSans
  120. NitroeForce.Text = ""
  121. NitroeForce.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. NitroeForce.TextSize = 14.000
  123. --Mega jump
  124. TextButton_5.Parent = Frame
  125. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  126. TextButton_5.Position = UDim2.new(0.662303746, 0, 0.227272734, 0)
  127. TextButton_5.Size = UDim2.new(0, 129, 0, 29)
  128. TextButton_5.Font = Enum.Font.SourceSans
  129. TextButton_5.Text = "Mega Jump"
  130. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. TextButton_5.TextSize = 25.000
  132. --Super car
  133. TextButton_6.Parent = Frame
  134. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. TextButton_6.Position = UDim2.new(0.662303746, 0, 0.337121218, 0)
  136. TextButton_6.Size = UDim2.new(0, 129, 0, 31)
  137. TextButton_6.Font = Enum.Font.SourceSans
  138. TextButton_6.Text = "Super Car "
  139. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  140. TextButton_6.TextSize = 25.000
  141. --Inf nit
  142. TextButton_7.Parent = Frame
  143. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  144. TextButton_7.Position = UDim2.new(0.662303746, 0, 0.454545468, 0)
  145. TextButton_7.Size = UDim2.new(0, 129, 0, 28)
  146. TextButton_7.Font = Enum.Font.SourceSans
  147. TextButton_7.Text = "Inf Nitro "
  148. TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  149. TextButton_7.TextSize = 25.000
  150. -- Torque text box
  151. Tourq.Name = "Tourq"
  152. Tourq.Parent = Frame
  153. Tourq.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  154. Tourq.Position = UDim2.new(0.259162307, 0, 0.810606062, 0)
  155. Tourq.Size = UDim2.new(0, 107, 0, 49)
  156. Tourq.Font = Enum.Font.SourceSans
  157. Tourq.Text = ""
  158. Tourq.TextColor3 = Color3.fromRGB(0, 0, 0)
  159. Tourq.TextSize = 14.000
  160.  
  161. -- Scripts
  162. function findCar()
  163. local vehicle = workspace.Vehicles:getChildren()
  164. for i=1,#vehicle do
  165. if vehicle[i]:findFirstChild("owner") then
  166. if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
  167. myCar = vehicle[i]
  168. end
  169. end
  170. end
  171. end
  172.  
  173. TextButton_6.MouseButton1Down:connect(function()
  174. findCar()
  175. myCar.Handling.MaxSpeed.Value = 10000
  176. myCar.Handling.Torque.Value = 40000
  177. myCar.Handling.SteeringRadiusConstant.Value = 15000
  178. myCar.Handling.FrictionRoad.Value = 250
  179. myCar.Handling.Nitro.NitroSpeed.Value = 500
  180. myCar.Handling.Nitro.NitroForce.Value = 5000
  181. myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
  182. end)
  183.  
  184.  
  185. TextButton.MouseButton1Down:connect(function()
  186. findCar()
  187. myCar.Handling.MaxSpeed.Value = SpeedeBox.Text
  188. myCar.Handling.SteeringRadiusConstant.Value = 1500000
  189. end)
  190.  
  191.  
  192. TextButton_4.MouseButton1Down:connect(function()
  193. findCar()
  194. myCar.Handling.Torque.Value = Tourq.Text
  195. end)
  196.  
  197. TextButton_2.MouseButton1Down:connect(function()
  198. findCar()
  199. myCar.Handling.Nitro.NitroSpeed.Value = NitroeSpeed.Text
  200. end)
  201.  
  202. TextButton_3.MouseButton1Down:connect(function()
  203. findCar()
  204. myCar.Handling.Nitro.NitroForce.Value = NitroeForce.Text
  205. end)
  206.  
  207. TextButton_5.MouseButton1Down:connect(function()
  208. findCar()
  209. myCar.Handling.TurboJump.TurboJumpHeight.Value = 50
  210. end)
  211.  
  212. TextButton_7.MouseButton1Down:connect(function()
  213. veh = nil
  214. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  215. if v:IsA("Model") then
  216. if v.owner.Value == game.Players.LocalPlayer.Name then
  217. veh = v
  218. end
  219. end
  220. end
  221. han = veh.Handling
  222.  
  223. while han ~= nil do
  224. wait(0.1)
  225. han.Nitro.NitroAmount.Value = 250
  226. end
  227. end)
  228.  
  229.  
Add Comment
Please, Sign In to add comment