Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.04 KB | None | 0 0
  1. local VehicleSimulator = Instance.new("ScreenGui")
  2. local VSV1 = Instance.new("Frame")
  3. local GiveAllPerks = Instance.new("TextButton")
  4. local SuperCar = Instance.new("TextButton")
  5. local CrateESP = Instance.new("TextButton")
  6. local Speed = Instance.new("TextButton")
  7. local SpeedBind = Instance.new("TextBox")
  8. local Torque = Instance.new("TextButton")
  9. local Torquet = Instance.new("TextBox")
  10. local NitroSpeed = Instance.new("TextButton")
  11. local NST = Instance.new("TextBox")
  12. local Title = Instance.new("TextLabel")
  13. local TeleportLT = Instance.new("TextButton")
  14. local TeleportToCar = Instance.new("TextButton")
  15. local MadebyTokumeiAresuu = Instance.new("TextLabel")
  16. local CreditOwners = Instance.new("TextLabel")
  17. local NitroForce = Instance.new("TextButton")
  18. local NFT = Instance.new("TextBox")
  19. local JumpHeight = Instance.new("TextButton")
  20. local JHT = Instance.new("TextBox")
  21. local TptoCrate = Instance.new("TextButton")
  22. local Open = Instance.new("TextButton")
  23. local Close = Instance.new("TextButton")
  24. --Properties:
  25. VehicleSimulator.Name = "Vehicle Simulator"
  26. VehicleSimulator.Parent = game.CoreGui
  27.  
  28. VSV1.Name = "VSV1"
  29. VSV1.Parent = VehicleSimulator
  30. VSV1.Active = true
  31. VSV1.BackgroundColor3 = Color3.new(0, 0, 0)
  32. VSV1.BackgroundTransparency = 0.10000000149012
  33. VSV1.BorderColor3 = Color3.new(0.501961, 0, 0)
  34. VSV1.BorderSizePixel = 6
  35. VSV1.Position = UDim2.new(0.155411661, 0, 0.117529884, 0)
  36. VSV1.Size = UDim2.new(0, 325, 0, 332)
  37. VSV1.Draggable = true
  38. VSV1.Visible = true
  39.  
  40. GiveAllPerks.Name = "Give All Perks"
  41. GiveAllPerks.Parent = VSV1
  42. GiveAllPerks.BackgroundColor3 = Color3.new(1, 0, 0.4)
  43. GiveAllPerks.BackgroundTransparency = 0.20000000298023
  44. GiveAllPerks.BorderColor3 = Color3.new(0, 0, 0)
  45. GiveAllPerks.BorderSizePixel = 0
  46. GiveAllPerks.Position = UDim2.new(0, 0, 0.777108431, 0)
  47. GiveAllPerks.Size = UDim2.new(0, 148, 0, 36)
  48. GiveAllPerks.Font = Enum.Font.Cartoon
  49. GiveAllPerks.Text = "Give All Perks"
  50. GiveAllPerks.TextColor3 = Color3.new(0, 0, 0)
  51. GiveAllPerks.TextScaled = true
  52. GiveAllPerks.TextSize = 14
  53. GiveAllPerks.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  54. GiveAllPerks.TextWrapped = true
  55.  
  56. SuperCar.Name = "Super Car"
  57. SuperCar.Parent = VSV1
  58. SuperCar.BackgroundColor3 = Color3.new(1, 0, 0.4)
  59. SuperCar.BackgroundTransparency = 0.20000000298023
  60. SuperCar.BorderColor3 = Color3.new(0, 0, 0)
  61. SuperCar.BorderSizePixel = 0
  62. SuperCar.Position = UDim2.new(0.464970767, 0, 0.777963579, 0)
  63. SuperCar.Size = UDim2.new(0, 174, 0, 36)
  64. SuperCar.Font = Enum.Font.Cartoon
  65. SuperCar.Text = "Super Car "
  66. SuperCar.TextColor3 = Color3.new(0, 0, 0)
  67. SuperCar.TextScaled = true
  68. SuperCar.TextSize = 14
  69. SuperCar.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  70. SuperCar.TextWrapped = true
  71.  
  72. CrateESP.Name = "Crate ESP"
  73. CrateESP.Parent = VSV1
  74. CrateESP.BackgroundColor3 = Color3.new(1, 0, 0.4)
  75. CrateESP.BackgroundTransparency = 0.20000000298023
  76. CrateESP.BorderColor3 = Color3.new(0, 0, 0)
  77. CrateESP.BorderSizePixel = 0
  78. CrateESP.Position = UDim2.new(0, 0, 0.654845238, 0)
  79. CrateESP.Size = UDim2.new(0, 148, 0, 41)
  80. CrateESP.Font = Enum.Font.Cartoon
  81. CrateESP.Text = "Crate ESP"
  82. CrateESP.TextColor3 = Color3.new(0, 0, 0)
  83. CrateESP.TextScaled = true
  84. CrateESP.TextSize = 14
  85. CrateESP.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  86. CrateESP.TextWrapped = true
  87.  
  88. Speed.Name = "Speed"
  89. Speed.Parent = VSV1
  90. Speed.BackgroundColor3 = Color3.new(1, 0, 0.4)
  91. Speed.BackgroundTransparency = 0.20000000298023
  92. Speed.BorderColor3 = Color3.new(0, 0, 0)
  93. Speed.BorderSizePixel = 0
  94. Speed.Position = UDim2.new(0.0182370823, 0, 0.0913978517, 0)
  95. Speed.Size = UDim2.new(0, 148, 0, 26)
  96. Speed.Font = Enum.Font.Cartoon
  97. Speed.Text = "Speed"
  98. Speed.TextColor3 = Color3.new(0, 0, 0)
  99. Speed.TextScaled = true
  100. Speed.TextSize = 14
  101. Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  102. Speed.TextWrapped = true
  103.  
  104. SpeedBind.Name = "SpeedBind"
  105. SpeedBind.Parent = Speed
  106. SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  107. SpeedBind.BorderColor3 = Color3.new(0, 0, 0)
  108. SpeedBind.BorderSizePixel = 2
  109. SpeedBind.Position = UDim2.new(1.07476318, 0, 0, 0)
  110. SpeedBind.Size = UDim2.new(0, 151, 0, 26)
  111. SpeedBind.Font = Enum.Font.Cartoon
  112. SpeedBind.Text = "Amount"
  113. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  114. SpeedBind.TextScaled = true
  115. SpeedBind.TextSize = 14
  116. SpeedBind.TextWrapped = true
  117.  
  118. Torque.Name = "Torque"
  119. Torque.Parent = VSV1
  120. Torque.BackgroundColor3 = Color3.new(1, 0, 0.4)
  121. Torque.BackgroundTransparency = 0.20000000298023
  122. Torque.BorderColor3 = Color3.new(0, 0, 0)
  123. Torque.BorderSizePixel = 0
  124. Torque.Position = UDim2.new(0.0182370823, 0, 0.16731441, 0)
  125. Torque.Size = UDim2.new(0, 148, 0, 26)
  126. Torque.Font = Enum.Font.Cartoon
  127. Torque.Text = "Torque"
  128. Torque.TextColor3 = Color3.new(0, 0, 0)
  129. Torque.TextScaled = true
  130. Torque.TextSize = 14
  131. Torque.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  132. Torque.TextWrapped = true
  133.  
  134. Torquet.Name = "Torquet"
  135. Torquet.Parent = Torque
  136. Torquet.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  137. Torquet.BorderColor3 = Color3.new(0, 0, 0)
  138. Torquet.BorderSizePixel = 2
  139. Torquet.Position = UDim2.new(1.07476318, 0, 0, 0)
  140. Torquet.Size = UDim2.new(0, 151, 0, 26)
  141. Torquet.Font = Enum.Font.Cartoon
  142. Torquet.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  143. Torquet.Text = "Amount"
  144. Torquet.TextColor3 = Color3.new(0, 0, 0)
  145. Torquet.TextScaled = true
  146. Torquet.TextSize = 14
  147. Torquet.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  148. Torquet.TextWrapped = true
  149.  
  150. NitroSpeed.Name = "Nitro Speed"
  151. NitroSpeed.Parent = VSV1
  152. NitroSpeed.BackgroundColor3 = Color3.new(1, 0, 0.4)
  153. NitroSpeed.BackgroundTransparency = 0.20000000298023
  154. NitroSpeed.BorderColor3 = Color3.new(0, 0, 0)
  155. NitroSpeed.BorderSizePixel = 0
  156. NitroSpeed.Position = UDim2.new(0.0182370823, 0, 0.246243045, 0)
  157. NitroSpeed.Size = UDim2.new(0, 148, 0, 26)
  158. NitroSpeed.Font = Enum.Font.Cartoon
  159. NitroSpeed.Text = "Nitro Speed"
  160. NitroSpeed.TextColor3 = Color3.new(0, 0, 0)
  161. NitroSpeed.TextScaled = true
  162. NitroSpeed.TextSize = 14
  163. NitroSpeed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  164. NitroSpeed.TextWrapped = true
  165.  
  166. NST.Name = "NST"
  167. NST.Parent = NitroSpeed
  168. NST.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  169. NST.BorderColor3 = Color3.new(0, 0, 0)
  170. NST.BorderSizePixel = 2
  171. NST.Position = UDim2.new(1.07476318, 0, 0, 0)
  172. NST.Size = UDim2.new(0, 151, 0, 26)
  173. NST.Font = Enum.Font.Cartoon
  174. NST.Text = "Amount"
  175. NST.TextColor3 = Color3.new(0, 0, 0)
  176. NST.TextScaled = true
  177. NST.TextSize = 14
  178. NST.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  179. NST.TextWrapped = true
  180.  
  181. Title.Name = "Title"
  182. Title.Parent = VSV1
  183. Title.BackgroundColor3 = Color3.new(0.901961, 0.0980392, 0.419608)
  184. Title.BorderColor3 = Color3.new(0.0117647, 0, 0)
  185. Title.BorderSizePixel = 0
  186. Title.Size = UDim2.new(0, 329, 0, 22)
  187. Title.Font = Enum.Font.Cartoon
  188. Title.Text = "Vehicle Simulator"
  189. Title.TextColor3 = Color3.new(0, 0, 0)
  190. Title.TextScaled = true
  191. Title.TextSize = 16
  192. Title.TextWrapped = true
  193.  
  194. TeleportLT.Name = "TeleportLT"
  195. TeleportLT.Parent = VSV1
  196. TeleportLT.BackgroundColor3 = Color3.new(1, 0, 0.4)
  197. TeleportLT.BackgroundTransparency = 0.20000000298023
  198. TeleportLT.BorderColor3 = Color3.new(0, 0, 0)
  199. TeleportLT.BorderSizePixel = 0
  200. TeleportLT.Position = UDim2.new(0.464970767, 0, 0.529569924, 0)
  201. TeleportLT.Size = UDim2.new(0, 174, 0, 41)
  202. TeleportLT.Font = Enum.Font.Cartoon
  203. TeleportLT.Text = "Teleport to Long Tunnel"
  204. TeleportLT.TextColor3 = Color3.new(0, 0, 0)
  205. TeleportLT.TextScaled = true
  206. TeleportLT.TextSize = 14
  207. TeleportLT.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  208. TeleportLT.TextWrapped = true
  209.  
  210. TeleportToCar.Name = "Teleport To Car"
  211. TeleportToCar.Parent = VSV1
  212. TeleportToCar.BackgroundColor3 = Color3.new(1, 0, 0.4)
  213. TeleportToCar.BackgroundTransparency = 0.20000000298023
  214. TeleportToCar.BorderColor3 = Color3.new(0, 0, 0)
  215. TeleportToCar.BorderSizePixel = 0
  216. TeleportToCar.Position = UDim2.new(0, 0, 0.529569924, 0)
  217. TeleportToCar.Size = UDim2.new(0, 148, 0, 41)
  218. TeleportToCar.Font = Enum.Font.Cartoon
  219. TeleportToCar.Text = "Teleport To Car"
  220. TeleportToCar.TextColor3 = Color3.new(0, 0, 0)
  221. TeleportToCar.TextScaled = true
  222. TeleportToCar.TextSize = 14
  223. TeleportToCar.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  224. TeleportToCar.TextWrapped = true
  225.  
  226. MadebyTokumeiAresuu.Name = "Made by Tokumei/Aresuu"
  227. MadebyTokumeiAresuu.Parent = VSV1
  228. MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  229. MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
  230. MadebyTokumeiAresuu.BorderSizePixel = 0
  231. MadebyTokumeiAresuu.Position = UDim2.new(0, 0, 0.909638584, 0)
  232. MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 30)
  233. MadebyTokumeiAresuu.Font = Enum.Font.Cartoon
  234. MadebyTokumeiAresuu.Text = "Made by Tokumei/Aresuu"
  235. MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
  236. MadebyTokumeiAresuu.TextSize = 14
  237.  
  238. CreditOwners.Name = "Credit Owners"
  239. CreditOwners.Parent = MadebyTokumeiAresuu
  240. CreditOwners.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  241. CreditOwners.BorderColor3 = Color3.new(0, 0, 0)
  242. CreditOwners.BorderSizePixel = 0
  243. CreditOwners.Position = UDim2.new(1.0625, 0, 0, 0)
  244. CreditOwners.Size = UDim2.new(0, 172, 0, 30)
  245. CreditOwners.Font = Enum.Font.Cartoon
  246. CreditOwners.Text = "Credit to LeviTheOtaku for the Scripts"
  247. CreditOwners.TextColor3 = Color3.new(0, 0, 0)
  248. CreditOwners.TextScaled = true
  249. CreditOwners.TextSize = 14
  250. CreditOwners.TextWrapped = true
  251.  
  252. NitroForce.Name = "Nitro Force"
  253. NitroForce.Parent = VSV1
  254. NitroForce.BackgroundColor3 = Color3.new(1, 0, 0.4)
  255. NitroForce.BackgroundTransparency = 0.20000000298023
  256. NitroForce.BorderColor3 = Color3.new(0, 0, 0)
  257. NitroForce.BorderSizePixel = 0
  258. NitroForce.Position = UDim2.new(0.0182370823, 0, 0.325171649, 0)
  259. NitroForce.Size = UDim2.new(0, 148, 0, 26)
  260. NitroForce.Font = Enum.Font.Cartoon
  261. NitroForce.Text = "Nitro Force"
  262. NitroForce.TextColor3 = Color3.new(0, 0, 0)
  263. NitroForce.TextScaled = true
  264. NitroForce.TextSize = 14
  265. NitroForce.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  266. NitroForce.TextWrapped = true
  267.  
  268. NFT.Name = "NFT"
  269. NFT.Parent = NitroForce
  270. NFT.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  271. NFT.BorderColor3 = Color3.new(0, 0, 0)
  272. NFT.BorderSizePixel = 2
  273. NFT.Position = UDim2.new(1.07476318, 0, 0, 0)
  274. NFT.Size = UDim2.new(0, 151, 0, 26)
  275. NFT.Font = Enum.Font.Cartoon
  276. NFT.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  277. NFT.Text = "Amount"
  278. NFT.TextColor3 = Color3.new(0, 0, 0)
  279. NFT.TextScaled = true
  280. NFT.TextSize = 14
  281. NFT.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  282. NFT.TextWrapped = true
  283.  
  284. JumpHeight.Name = "Jump Height"
  285. JumpHeight.Parent = VSV1
  286. JumpHeight.BackgroundColor3 = Color3.new(1, 0, 0.4)
  287. JumpHeight.BackgroundTransparency = 0.20000000298023
  288. JumpHeight.BorderColor3 = Color3.new(0, 0, 0)
  289. JumpHeight.BorderSizePixel = 0
  290. JumpHeight.Position = UDim2.new(0.0182370823, 0, 0.404100299, 0)
  291. JumpHeight.Size = UDim2.new(0, 148, 0, 26)
  292. JumpHeight.Font = Enum.Font.Cartoon
  293. JumpHeight.Text = "Jump Height"
  294. JumpHeight.TextColor3 = Color3.new(0, 0, 0)
  295. JumpHeight.TextScaled = true
  296. JumpHeight.TextSize = 14
  297. JumpHeight.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  298. JumpHeight.TextWrapped = true
  299.  
  300. JHT.Name = "JHT"
  301. JHT.Parent = JumpHeight
  302. JHT.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  303. JHT.BorderColor3 = Color3.new(0, 0, 0)
  304. JHT.BorderSizePixel = 2
  305. JHT.Position = UDim2.new(1.07476318, 0, 0, 0)
  306. JHT.Size = UDim2.new(0, 151, 0, 26)
  307. JHT.Font = Enum.Font.Cartoon
  308. JHT.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  309. JHT.Text = "Amount"
  310. JHT.TextColor3 = Color3.new(0, 0, 0)
  311. JHT.TextScaled = true
  312. JHT.TextSize = 14
  313. JHT.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  314. JHT.TextWrapped = true
  315.  
  316. TptoCrate.Name = "Tp to Crate"
  317. TptoCrate.Parent = VSV1
  318. TptoCrate.BackgroundColor3 = Color3.new(1, 0, 0.4)
  319. TptoCrate.BackgroundTransparency = 0.20000000298023
  320. TptoCrate.BorderColor3 = Color3.new(0, 0, 0)
  321. TptoCrate.BorderSizePixel = 0
  322. TptoCrate.Position = UDim2.new(0.464970767, 0, 0.654845238, 0)
  323. TptoCrate.Size = UDim2.new(0, 174, 0, 41)
  324. TptoCrate.Font = Enum.Font.Cartoon
  325. TptoCrate.Text = "TP to Crates"
  326. TptoCrate.TextColor3 = Color3.new(0, 0, 0)
  327. TptoCrate.TextScaled = true
  328. TptoCrate.TextSize = 14
  329. TptoCrate.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  330. TptoCrate.TextWrapped = true
  331.  
  332. Open.Name = "Open"
  333. Open.Parent = VehicleSimulator
  334. Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  335. Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
  336. Open.BorderSizePixel = 6
  337. Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  338. Open.Size = UDim2.new(0, 114, 0, 19)
  339. Open.Font = Enum.Font.Cartoon
  340. Open.Text = "Open"
  341. Open.TextColor3 = Color3.new(0, 0, 0)
  342. Open.TextScaled = true
  343. Open.TextSize = 14
  344. Open.TextWrapped = true
  345.  
  346. Close.Name = "Close"
  347. Close.Parent = VehicleSimulator
  348. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  349. Close.BorderColor3 = Color3.new(0, 0, 0)
  350. Close.BorderSizePixel = 6
  351. Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  352. Close.Size = UDim2.new(0, 114, 0, 19)
  353. Close.Font = Enum.Font.Cartoon
  354. Close.Text = "Close"
  355. Close.TextColor3 = Color3.new(0, 0, 0)
  356. Close.TextScaled = true
  357. Close.TextSize = 14
  358. Close.TextWrapped = true
  359. -- Scripts:
  360.  
  361. Open.MouseButton1Click:connect(function()
  362. VSV1.Visible = true
  363. Open.Visible = false
  364. Close.Visible = true
  365. end)
  366.  
  367. Close.MouseButton1Click:connect(function()
  368. VSV1.Visible = false
  369. Open.Visible = true
  370. Close.Visible = false
  371. end)
  372.  
  373.  
  374. function findCar()
  375. local vehicle = workspace.Vehicles:getChildren()
  376. for i=1,#vehicle do
  377. if vehicle[i]:findFirstChild("owner") then
  378. if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
  379. myCar = vehicle[i]
  380. end
  381. end
  382. end
  383. end
  384.  
  385.  
  386. SuperCar.MouseButton1Down:connect(function()
  387. findCar()
  388. myCar.Handling.MaxSpeed.Value = 10000
  389. myCar.Handling.Torque.Value = 40000
  390. myCar.Handling.SteeringRadiusConstant.Value = 15000
  391. myCar.Handling.FrictionRoad.Value = 250
  392. myCar.Handling.Nitro.NitroSpeed.Value = 500
  393. myCar.Handling.Nitro.NitroForce.Value = 5000
  394. myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
  395. end)
  396.  
  397. Speed.MouseButton1Down:connect(function()
  398. findCar()
  399. myCar.Handling.MaxSpeed.Value = SpeedBind.Text
  400. myCar.Handling.SteeringRadiusConstant.Value = 15000
  401. end)
  402.  
  403. Torque.MouseButton1Down:connect(function()
  404. findCar()
  405. myCar.Handling.Torque.Value = Torquet.Text
  406. end)
  407.  
  408. NitroSpeed.MouseButton1Down:connect(function()
  409. findCar()
  410. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
  411. end)
  412.  
  413. NitroForce.MouseButton1Down:connect(function()
  414. findCar()
  415. myCar.Handling.Nitro.NitroForce.Value = NFT.Text
  416. end)
  417.  
  418. JumpHeight.MouseButton1Down:connect(function()
  419. findCar()
  420. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
  421. end)
  422.  
  423. GiveAllPerks.MouseButton1Down:connect(function()
  424. game:GetService("Players").LocalPlayer.UserId = 1099580
  425. end)
  426.  
  427. CrateESP.MouseButton1Down:connect(function()
  428. local crates = workspace:getChildren()
  429. for i=1,#crates do
  430. if crates[i].ClassName == "Model" then
  431. local crates2 = crates[i]:getChildren()
  432. for i=1,#crates2 do
  433. if crates2[i].ClassName == "Model" then
  434. local crates3 = crates2[i]:getChildren()
  435. for i=1,#crates3 do
  436. if crates3[i].ClassName == "MeshPart" then
  437. if crates3[i]:findFirstChild("Smoke") then
  438. if crates3[i]:findFirstChild("BoxHandleAdornment") then
  439. crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
  440. else
  441. local a = Instance.new("BoxHandleAdornment",crates3[i])
  442. a.Size = Vector3.new(10,500,6)
  443. a.SizeRelativeOffset = Vector3.new(0,135,0)
  444. a.Color3 = Color3.fromRGB(0,255,0)
  445. a.Transparency = 0.5
  446. a.AlwaysOnTop = true
  447. a.Adornee = crates3[i]
  448. a.ZIndex = 1
  449. local b = Instance.new("BoxHandleAdornment",crates3[i])
  450. b.Size = Vector3.new(10,4,6)
  451. b.Color3 = Color3.fromRGB(0,0,255)
  452. b.Transparency = 0.3
  453. b.AlwaysOnTop = true
  454. b.Adornee = crates3[i]
  455. b.ZIndex = 1
  456. end
  457. end
  458. end
  459. end
  460. end
  461. end
  462. end
  463. end
  464. end)
  465.  
  466. TptoCrate.MouseButton1Down:connect(function()
  467. local crates = workspace:getChildren()
  468. for i=1,#crates do
  469. if crates[i].ClassName == "Model" then
  470. local crates2 = crates[i]:getChildren()
  471. for i=1,#crates2 do
  472. if crates2[i].ClassName == "Model" then
  473. local crates3 = crates2[i]:getChildren()
  474. for i=1,#crates3 do
  475. if crates3[i].ClassName == "MeshPart" then
  476. if crates3[i]:findFirstChild("Smoke") then
  477. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  478. wait()
  479. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  480. wait(4)
  481. end
  482. end
  483. end
  484. end
  485. end
  486. end
  487. end
  488. end)
  489.  
  490. TeleportToCar.MouseButton1Down:connect(function()
  491. findCar()
  492. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
  493. end)
  494.  
  495. TeleportLT.MouseButton1Down:connect(function()
  496. findCar()
  497. myCar:MoveTo(Vector3.new(-2180,45,-3650))
  498. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement