Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.17 KB | None | 0 0
  1. -- Turn On/Off Gui is Right Control
  2. -- Turn On/Off Gui is Right Control
  3. -- Turn On/Off Gui is Right Control
  4.  
  5.  
  6. local CarSim = Instance.new("ScreenGui")
  7. local CarPres = Instance.new("Frame")
  8. local Presets = Instance.new("TextLabel")
  9. local CarPDash = Instance.new("ImageButton")
  10. local CarSettings = Instance.new("Frame")
  11. local MSpeed = Instance.new("TextLabel")
  12. local SpeedAdd = Instance.new("TextButton")
  13. local SpeedSub = Instance.new("TextButton")
  14. local Tor = Instance.new("TextLabel")
  15. local TorAdd = Instance.new("TextButton")
  16. local TorSub = Instance.new("TextButton")
  17. local NSpeed = Instance.new("TextLabel")
  18. local NAdd = Instance.new("TextButton")
  19. local NSub = Instance.new("TextButton")
  20. local NForce = Instance.new("TextLabel")
  21. local NfAdd = Instance.new("TextButton")
  22. local NfSub = Instance.new("TextButton")
  23. local SuperC = Instance.new("TextLabel")
  24. local ImageButton = Instance.new("ImageButton")
  25. local CJump = Instance.new("TextLabel")
  26. local CAdd = Instance.new("TextButton")
  27. local CSub = Instance.new("TextButton")
  28. local Crates = Instance.new("Frame")
  29. local CrateLab = Instance.new("TextLabel")
  30. local CrateDash = Instance.new("ImageButton")
  31. local CrateSettings = Instance.new("Frame")
  32. local CEsp = Instance.new("TextLabel")
  33. local CespB = Instance.new("TextButton")
  34. local ctp = Instance.new("TextLabel")
  35. local ctpB = Instance.new("TextButton")
  36. local PlayerStuff = Instance.new("Frame")
  37. local PlayerS = Instance.new("TextLabel")
  38. local PlayerDash = Instance.new("ImageButton")
  39. local PlayerSettings = Instance.new("Frame")
  40. local PSpeed = Instance.new("TextLabel")
  41. local PSR = Instance.new("TextButton")
  42. local PSSub = Instance.new("TextButton")
  43. local PSAdd = Instance.new("TextButton")
  44. local Tpcar = Instance.new("TextLabel")
  45. local tpc = Instance.new("TextButton")
  46. local tpt = Instance.new("TextLabel")
  47. local tpl = Instance.new("TextButton")
  48.  
  49.  
  50. -- Properties
  51.  
  52. CarSim.Name = "CarSim"
  53. CarSim.Parent = game.CoreGui
  54.  
  55. CarPres.Name = "CarPres"
  56. CarPres.Parent = CarSim
  57. CarPres.Active = true
  58. CarPres.BackgroundColor3 = Color3.new(1, 0.235294, 0.309804)
  59. CarPres.BorderSizePixel = 0
  60. CarPres.Position = UDim2.new(0.360250771, 0, 0.13691932, 0)
  61. CarPres.Size = UDim2.new(0, 197, 0, 25)
  62. CarPres.Draggable = true
  63.  
  64. Presets.Name = "Presets"
  65. Presets.Parent = CarPres
  66. Presets.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Presets.BackgroundTransparency = 1
  68. Presets.BorderSizePixel = 2
  69. Presets.Position = UDim2.new(0, 0, 0.0799999237, 0)
  70. Presets.Size = UDim2.new(0, 197, 0, 22)
  71. Presets.Font = Enum.Font.SourceSansLight
  72. Presets.Text = "Car Presets"
  73. Presets.TextScaled = true
  74. Presets.TextSize = 15
  75. Presets.TextWrapped = true
  76.  
  77. CarPDash.Name = "CarPDash"
  78. CarPDash.Parent = CarPres
  79. CarPDash.BackgroundColor3 = Color3.new(1, 1, 1)
  80. CarPDash.BackgroundTransparency = 1
  81. CarPDash.Position = UDim2.new(0.876074076, 0, 0.159999996, 0)
  82. CarPDash.Size = UDim2.new(0, 24, 0, 18)
  83. CarPDash.Image = "rbxassetid://190839204"
  84.  
  85. CarSettings.Name = "CarSettings"
  86. CarSettings.Parent = CarPres
  87. CarSettings.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  88. CarSettings.BackgroundTransparency = 0.30000001192093
  89. CarSettings.BorderSizePixel = 0
  90. CarSettings.Position = UDim2.new(0, 0, 1, 0)
  91. CarSettings.Size = UDim2.new(0, 197, 0, 135)
  92.  
  93. MSpeed.Name = "MSpeed"
  94. MSpeed.Parent = CarSettings
  95. MSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  96. MSpeed.BackgroundTransparency = 1
  97. MSpeed.Position = UDim2.new(0.0359999985, 0, 0, 0)
  98. MSpeed.Size = UDim2.new(0, 190, 0, 18)
  99. MSpeed.Font = Enum.Font.SciFi
  100. MSpeed.Text = "Max Speed"
  101. MSpeed.TextColor3 = Color3.new(1, 1, 1)
  102. MSpeed.TextScaled = true
  103. MSpeed.TextSize = 14
  104. MSpeed.TextWrapped = true
  105. MSpeed.TextXAlignment = Enum.TextXAlignment.Left
  106.  
  107. SpeedAdd.Name = "SpeedAdd"
  108. SpeedAdd.Parent = MSpeed
  109. SpeedAdd.BackgroundColor3 = Color3.new(1, 1, 1)
  110. SpeedAdd.BackgroundTransparency = 1
  111. SpeedAdd.BorderSizePixel = 0
  112. SpeedAdd.Position = UDim2.new(0.873684227, 0, -0.166666672, 0)
  113. SpeedAdd.Size = UDim2.new(0, 24, 0, 21)
  114. SpeedAdd.Font = Enum.Font.SourceSans
  115. SpeedAdd.Text = "+"
  116. SpeedAdd.TextColor3 = Color3.new(1, 1, 1)
  117. SpeedAdd.TextScaled = true
  118. SpeedAdd.TextSize = 14
  119. SpeedAdd.TextWrapped = true
  120.  
  121. SpeedSub.Name = "SpeedSub"
  122. SpeedSub.Parent = MSpeed
  123. SpeedSub.BackgroundColor3 = Color3.new(1, 1, 1)
  124. SpeedSub.BackgroundTransparency = 1
  125. SpeedSub.BorderSizePixel = 0
  126. SpeedSub.Position = UDim2.new(0.747368455, 0, -0.0833333358, 0)
  127. SpeedSub.Size = UDim2.new(0, 24, 0, 21)
  128. SpeedSub.Font = Enum.Font.SourceSans
  129. SpeedSub.Text = "-"
  130. SpeedSub.TextColor3 = Color3.new(1, 1, 1)
  131. SpeedSub.TextScaled = true
  132. SpeedSub.TextSize = 14
  133. SpeedSub.TextWrapped = true
  134.  
  135. Tor.Name = "Tor"
  136. Tor.Parent = CarSettings
  137. Tor.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Tor.BackgroundTransparency = 1
  139. Tor.Position = UDim2.new(0.0359999985, 0, 0.148148149, 0)
  140. Tor.Size = UDim2.new(0, 190, 0, 18)
  141. Tor.Font = Enum.Font.SciFi
  142. Tor.Text = "Torque"
  143. Tor.TextColor3 = Color3.new(1, 1, 1)
  144. Tor.TextScaled = true
  145. Tor.TextSize = 14
  146. Tor.TextWrapped = true
  147. Tor.TextXAlignment = Enum.TextXAlignment.Left
  148.  
  149. TorAdd.Name = "TorAdd"
  150. TorAdd.Parent = Tor
  151. TorAdd.BackgroundColor3 = Color3.new(1, 1, 1)
  152. TorAdd.BackgroundTransparency = 1
  153. TorAdd.BorderSizePixel = 0
  154. TorAdd.Position = UDim2.new(0.873684227, 0, -0.166666672, 0)
  155. TorAdd.Size = UDim2.new(0, 24, 0, 21)
  156. TorAdd.Font = Enum.Font.SourceSans
  157. TorAdd.Text = "+"
  158. TorAdd.TextColor3 = Color3.new(1, 1, 1)
  159. TorAdd.TextScaled = true
  160. TorAdd.TextSize = 14
  161. TorAdd.TextWrapped = true
  162.  
  163. TorSub.Name = "TorSub"
  164. TorSub.Parent = Tor
  165. TorSub.BackgroundColor3 = Color3.new(1, 1, 1)
  166. TorSub.BackgroundTransparency = 1
  167. TorSub.BorderSizePixel = 0
  168. TorSub.Position = UDim2.new(0.747368455, 0, -0.0833333358, 0)
  169. TorSub.Size = UDim2.new(0, 24, 0, 21)
  170. TorSub.Font = Enum.Font.SourceSans
  171. TorSub.Text = "-"
  172. TorSub.TextColor3 = Color3.new(1, 1, 1)
  173. TorSub.TextScaled = true
  174. TorSub.TextSize = 14
  175. TorSub.TextWrapped = true
  176.  
  177. NSpeed.Name = "NSpeed"
  178. NSpeed.Parent = CarSettings
  179. NSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  180. NSpeed.BackgroundTransparency = 1
  181. NSpeed.Position = UDim2.new(0.0359999985, 0, 0.296296358, 0)
  182. NSpeed.Size = UDim2.new(0, 190, 0, 18)
  183. NSpeed.Font = Enum.Font.SciFi
  184. NSpeed.Text = "Nitro Speed"
  185. NSpeed.TextColor3 = Color3.new(1, 1, 1)
  186. NSpeed.TextScaled = true
  187. NSpeed.TextSize = 14
  188. NSpeed.TextWrapped = true
  189. NSpeed.TextXAlignment = Enum.TextXAlignment.Left
  190.  
  191. NAdd.Name = "NAdd"
  192. NAdd.Parent = NSpeed
  193. NAdd.BackgroundColor3 = Color3.new(1, 1, 1)
  194. NAdd.BackgroundTransparency = 1
  195. NAdd.BorderSizePixel = 0
  196. NAdd.Position = UDim2.new(0.873684227, 0, -0.166666672, 0)
  197. NAdd.Size = UDim2.new(0, 24, 0, 21)
  198. NAdd.Font = Enum.Font.SourceSans
  199. NAdd.Text = "+"
  200. NAdd.TextColor3 = Color3.new(1, 1, 1)
  201. NAdd.TextScaled = true
  202. NAdd.TextSize = 14
  203. NAdd.TextWrapped = true
  204.  
  205. NSub.Name = "NSub"
  206. NSub.Parent = NSpeed
  207. NSub.BackgroundColor3 = Color3.new(1, 1, 1)
  208. NSub.BackgroundTransparency = 1
  209. NSub.BorderSizePixel = 0
  210. NSub.Position = UDim2.new(0.747368455, 0, -0.0833333358, 0)
  211. NSub.Size = UDim2.new(0, 24, 0, 21)
  212. NSub.Font = Enum.Font.SourceSans
  213. NSub.Text = "-"
  214. NSub.TextColor3 = Color3.new(1, 1, 1)
  215. NSub.TextScaled = true
  216. NSub.TextSize = 14
  217. NSub.TextWrapped = true
  218.  
  219. NForce.Name = "NForce"
  220. NForce.Parent = CarSettings
  221. NForce.BackgroundColor3 = Color3.new(1, 1, 1)
  222. NForce.BackgroundTransparency = 1
  223. NForce.Position = UDim2.new(0.0359999985, 0, 0.444444507, 0)
  224. NForce.Size = UDim2.new(0, 190, 0, 18)
  225. NForce.Font = Enum.Font.SciFi
  226. NForce.Text = "Nitro Force"
  227. NForce.TextColor3 = Color3.new(1, 1, 1)
  228. NForce.TextScaled = true
  229. NForce.TextSize = 14
  230. NForce.TextWrapped = true
  231. NForce.TextXAlignment = Enum.TextXAlignment.Left
  232.  
  233. NfAdd.Name = "NfAdd"
  234. NfAdd.Parent = NForce
  235. NfAdd.BackgroundColor3 = Color3.new(1, 1, 1)
  236. NfAdd.BackgroundTransparency = 1
  237. NfAdd.BorderSizePixel = 0
  238. NfAdd.Position = UDim2.new(0.873684227, 0, -0.166666672, 0)
  239. NfAdd.Size = UDim2.new(0, 24, 0, 21)
  240. NfAdd.Font = Enum.Font.SourceSans
  241. NfAdd.Text = "+"
  242. NfAdd.TextColor3 = Color3.new(1, 1, 1)
  243. NfAdd.TextScaled = true
  244. NfAdd.TextSize = 14
  245. NfAdd.TextWrapped = true
  246.  
  247. NfSub.Name = "NfSub"
  248. NfSub.Parent = NForce
  249. NfSub.BackgroundColor3 = Color3.new(1, 1, 1)
  250. NfSub.BackgroundTransparency = 1
  251. NfSub.BorderSizePixel = 0
  252. NfSub.Position = UDim2.new(0.747368455, 0, -0.0833333358, 0)
  253. NfSub.Size = UDim2.new(0, 24, 0, 21)
  254. NfSub.Font = Enum.Font.SourceSans
  255. NfSub.Text = "-"
  256. NfSub.TextColor3 = Color3.new(1, 1, 1)
  257. NfSub.TextScaled = true
  258. NfSub.TextSize = 14
  259. NfSub.TextWrapped = true
  260.  
  261. SuperC.Name = "SuperC"
  262. SuperC.Parent = CarSettings
  263. SuperC.BackgroundColor3 = Color3.new(1, 1, 1)
  264. SuperC.BackgroundTransparency = 1
  265. SuperC.Position = UDim2.new(0.0359999985, 0, 0.725925982, 0)
  266. SuperC.Size = UDim2.new(0, 190, 0, 18)
  267. SuperC.Font = Enum.Font.SciFi
  268. SuperC.Text = "Super Car"
  269. SuperC.TextColor3 = Color3.new(1, 1, 1)
  270. SuperC.TextScaled = true
  271. SuperC.TextSize = 14
  272. SuperC.TextWrapped = true
  273. SuperC.TextXAlignment = Enum.TextXAlignment.Left
  274.  
  275. ImageButton.Parent = SuperC
  276. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  277. ImageButton.BackgroundTransparency = 1
  278. ImageButton.Position = UDim2.new(0.873684227, 0, 0.055555556, 0)
  279. ImageButton.Size = UDim2.new(0, 18, 0, 16)
  280. ImageButton.Image = "rbxassetid://347801991"
  281.  
  282. CJump.Name = "CJump"
  283. CJump.Parent = CarSettings
  284. CJump.BackgroundColor3 = Color3.new(1, 1, 1)
  285. CJump.BackgroundTransparency = 1
  286. CJump.Position = UDim2.new(0.0359999985, 0, 0.592592657, 0)
  287. CJump.Size = UDim2.new(0, 190, 0, 18)
  288. CJump.Font = Enum.Font.SciFi
  289. CJump.Text = "Car Jump"
  290. CJump.TextColor3 = Color3.new(1, 1, 1)
  291. CJump.TextScaled = true
  292. CJump.TextSize = 14
  293. CJump.TextWrapped = true
  294. CJump.TextXAlignment = Enum.TextXAlignment.Left
  295.  
  296. CAdd.Name = "CAdd"
  297. CAdd.Parent = CJump
  298. CAdd.BackgroundColor3 = Color3.new(1, 1, 1)
  299. CAdd.BackgroundTransparency = 1
  300. CAdd.BorderSizePixel = 0
  301. CAdd.Position = UDim2.new(0.873684227, 0, -0.166666672, 0)
  302. CAdd.Size = UDim2.new(0, 24, 0, 21)
  303. CAdd.Font = Enum.Font.SourceSans
  304. CAdd.Text = "+"
  305. CAdd.TextColor3 = Color3.new(1, 1, 1)
  306. CAdd.TextScaled = true
  307. CAdd.TextSize = 14
  308. CAdd.TextWrapped = true
  309.  
  310. CSub.Name = "CSub"
  311. CSub.Parent = CJump
  312. CSub.BackgroundColor3 = Color3.new(1, 1, 1)
  313. CSub.BackgroundTransparency = 1
  314. CSub.BorderSizePixel = 0
  315. CSub.Position = UDim2.new(0.747368455, 0, -0.0833333358, 0)
  316. CSub.Size = UDim2.new(0, 24, 0, 21)
  317. CSub.Font = Enum.Font.SourceSans
  318. CSub.Text = "-"
  319. CSub.TextColor3 = Color3.new(1, 1, 1)
  320. CSub.TextScaled = true
  321. CSub.TextSize = 14
  322. CSub.TextWrapped = true
  323.  
  324. Crates.Name = "Crates"
  325. Crates.Parent = CarSim
  326. Crates.Active = true
  327. Crates.BackgroundColor3 = Color3.new(1, 0.235294, 0.309804)
  328. Crates.BorderSizePixel = 0
  329. Crates.Position = UDim2.new(0.476935029, 0, 0.13691932, 0)
  330. Crates.Size = UDim2.new(0, 197, 0, 25)
  331. Crates.Draggable = true
  332.  
  333. CrateLab.Name = "CrateLab"
  334. CrateLab.Parent = Crates
  335. CrateLab.BackgroundColor3 = Color3.new(1, 1, 1)
  336. CrateLab.BackgroundTransparency = 1
  337. CrateLab.BorderSizePixel = 2
  338. CrateLab.Position = UDim2.new(0, 0, 0.0599999428, 0)
  339. CrateLab.Size = UDim2.new(0, 197, 0, 22)
  340. CrateLab.Font = Enum.Font.SourceSansLight
  341. CrateLab.Text = "Crates"
  342. CrateLab.TextScaled = true
  343. CrateLab.TextSize = 15
  344. CrateLab.TextWrapped = true
  345.  
  346. CrateDash.Name = "CrateDash"
  347. CrateDash.Parent = Crates
  348. CrateDash.BackgroundColor3 = Color3.new(1, 1, 1)
  349. CrateDash.BackgroundTransparency = 1
  350. CrateDash.Position = UDim2.new(0.876074076, 0, 0.159999996, 0)
  351. CrateDash.Size = UDim2.new(0, 24, 0, 18)
  352. CrateDash.Image = "rbxassetid://190839204"
  353.  
  354. CrateSettings.Name = "CrateSettings"
  355. CrateSettings.Parent = Crates
  356. CrateSettings.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  357. CrateSettings.BackgroundTransparency = 0.30000001192093
  358. CrateSettings.BorderSizePixel = 0
  359. CrateSettings.Position = UDim2.new(-0.00253808498, 0, 0.959999919, 0)
  360. CrateSettings.Size = UDim2.new(0, 197, 0, 135)
  361.  
  362. CEsp.Name = "CEsp"
  363. CEsp.Parent = CrateSettings
  364. CEsp.BackgroundColor3 = Color3.new(1, 1, 1)
  365. CEsp.BackgroundTransparency = 1
  366. CEsp.Position = UDim2.new(0.126903549, 0, 0, 0)
  367. CEsp.Size = UDim2.new(0, 172, 0, 18)
  368. CEsp.Font = Enum.Font.SciFi
  369. CEsp.Text = "Crate Esp"
  370. CEsp.TextColor3 = Color3.new(1, 1, 1)
  371. CEsp.TextScaled = true
  372. CEsp.TextSize = 14
  373. CEsp.TextWrapped = true
  374. CEsp.TextXAlignment = Enum.TextXAlignment.Left
  375.  
  376. CespB.Name = "CespB"
  377. CespB.Parent = CEsp
  378. CespB.BackgroundColor3 = Color3.new(1, 1, 1)
  379. CespB.BackgroundTransparency = 1
  380. CespB.Position = UDim2.new(-0.145348832, 0, -7.4505806e-09, 0)
  381. CespB.Size = UDim2.new(0, 25, 0, 19)
  382. CespB.Font = Enum.Font.SourceSans
  383. CespB.Text = ">"
  384. CespB.TextColor3 = Color3.new(1, 1, 1)
  385. CespB.TextSize = 27
  386. CespB.TextWrapped = true
  387.  
  388. ctp.Name = "ctp"
  389. ctp.Parent = CrateSettings
  390. ctp.BackgroundColor3 = Color3.new(1, 1, 1)
  391. ctp.BackgroundTransparency = 1
  392. ctp.Position = UDim2.new(0.126903549, 0, 0.148148149, 0)
  393. ctp.Size = UDim2.new(0, 172, 0, 18)
  394. ctp.Font = Enum.Font.SciFi
  395. ctp.Text = "Tp to Crate"
  396. ctp.TextColor3 = Color3.new(1, 1, 1)
  397. ctp.TextScaled = true
  398. ctp.TextSize = 14
  399. ctp.TextWrapped = true
  400. ctp.TextXAlignment = Enum.TextXAlignment.Left
  401.  
  402. ctpB.Name = "ctpB"
  403. ctpB.Parent = ctp
  404. ctpB.BackgroundColor3 = Color3.new(1, 1, 1)
  405. ctpB.BackgroundTransparency = 1
  406. ctpB.Position = UDim2.new(-0.145348832, 0, -7.4505806e-09, 0)
  407. ctpB.Size = UDim2.new(0, 25, 0, 19)
  408. ctpB.Font = Enum.Font.SourceSans
  409. ctpB.Text = ">"
  410. ctpB.TextColor3 = Color3.new(1, 1, 1)
  411. ctpB.TextSize = 27
  412. ctpB.TextWrapped = true
  413.  
  414. PlayerStuff.Name = "PlayerStuff"
  415. PlayerStuff.Parent = CarSim
  416. PlayerStuff.Active = true
  417. PlayerStuff.BackgroundColor3 = Color3.new(1, 0.235294, 0.309804)
  418. PlayerStuff.BorderSizePixel = 0
  419. PlayerStuff.Position = UDim2.new(0.590979397, 0, 0.136308074, 0)
  420. PlayerStuff.Size = UDim2.new(0, 197, 0, 25)
  421. PlayerStuff.Draggable = true
  422.  
  423. PlayerS.Name = "PlayerS"
  424. PlayerS.Parent = PlayerStuff
  425. PlayerS.BackgroundColor3 = Color3.new(1, 1, 1)
  426. PlayerS.BackgroundTransparency = 1
  427. PlayerS.BorderSizePixel = 2
  428. PlayerS.Size = UDim2.new(0, 197, 0, 22)
  429. PlayerS.Font = Enum.Font.SourceSansLight
  430. PlayerS.Text = "Player Settings"
  431. PlayerS.TextScaled = true
  432. PlayerS.TextSize = 15
  433. PlayerS.TextWrapped = true
  434.  
  435. PlayerDash.Name = "PlayerDash"
  436. PlayerDash.Parent = PlayerStuff
  437. PlayerDash.BackgroundColor3 = Color3.new(1, 1, 1)
  438. PlayerDash.BackgroundTransparency = 1
  439. PlayerDash.Position = UDim2.new(0.876074076, 0, 0.159999996, 0)
  440. PlayerDash.Size = UDim2.new(0, 24, 0, 18)
  441. PlayerDash.Image = "rbxassetid://190839204"
  442.  
  443. PlayerSettings.Name = "PlayerSettings"
  444. PlayerSettings.Parent = PlayerStuff
  445. PlayerSettings.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  446. PlayerSettings.BackgroundTransparency = 0.30000001192093
  447. PlayerSettings.BorderSizePixel = 0
  448. PlayerSettings.Position = UDim2.new(0, 0, 0.959999919, 0)
  449. PlayerSettings.Size = UDim2.new(0, 197, 0, 135)
  450.  
  451. PSpeed.Name = "PSpeed"
  452. PSpeed.Parent = PlayerSettings
  453. PSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  454. PSpeed.BackgroundTransparency = 1
  455. PSpeed.Position = UDim2.new(0.0359999985, 0, 0, 0)
  456. PSpeed.Size = UDim2.new(0, 190, 0, 18)
  457. PSpeed.Font = Enum.Font.SciFi
  458. PSpeed.Text = "Player Speed"
  459. PSpeed.TextColor3 = Color3.new(1, 1, 1)
  460. PSpeed.TextScaled = true
  461. PSpeed.TextSize = 14
  462. PSpeed.TextWrapped = true
  463. PSpeed.TextXAlignment = Enum.TextXAlignment.Left
  464.  
  465. PSR.Name = "PSR"
  466. PSR.Parent = PSpeed
  467. PSR.BackgroundColor3 = Color3.new(1, 1, 1)
  468. PSR.BackgroundTransparency = 1
  469. PSR.BorderSizePixel = 0
  470. PSR.Position = UDim2.new(0.747368455, 0, 0, 0)
  471. PSR.Size = UDim2.new(0, 24, 0, 21)
  472. PSR.Font = Enum.Font.SourceSans
  473. PSR.Text = "+"
  474. PSR.TextColor3 = Color3.new(1, 1, 1)
  475. PSR.TextScaled = true
  476. PSR.TextSize = 14
  477. PSR.TextWrapped = true
  478.  
  479. PSSub.Name = "PSSub"
  480. PSSub.Parent = PSpeed
  481. PSSub.BackgroundColor3 = Color3.new(1, 1, 1)
  482. PSSub.BackgroundTransparency = 1
  483. PSSub.BorderSizePixel = 0
  484. PSSub.Position = UDim2.new(0.621052682, 0, -0.0277777798, 0)
  485. PSSub.Size = UDim2.new(0, 24, 0, 21)
  486. PSSub.Font = Enum.Font.SourceSans
  487. PSSub.Text = "-"
  488. PSSub.TextColor3 = Color3.new(1, 1, 1)
  489. PSSub.TextScaled = true
  490. PSSub.TextSize = 14
  491. PSSub.TextWrapped = true
  492.  
  493. PSAdd.Name = "PSAdd"
  494. PSAdd.Parent = PSpeed
  495. PSAdd.BackgroundColor3 = Color3.new(1, 1, 1)
  496. PSAdd.BackgroundTransparency = 1
  497. PSAdd.BorderSizePixel = 0
  498. PSAdd.Position = UDim2.new(0.873684168, 0, -7.4505806e-09, 0)
  499. PSAdd.Size = UDim2.new(0, 24, 0, 21)
  500. PSAdd.Font = Enum.Font.SourceSans
  501. PSAdd.Text = "R"
  502. PSAdd.TextColor3 = Color3.new(1, 1, 1)
  503. PSAdd.TextScaled = true
  504. PSAdd.TextSize = 14
  505. PSAdd.TextWrapped = true
  506.  
  507. Tpcar.Name = "Tpcar"
  508. Tpcar.Parent = PlayerSettings
  509. Tpcar.BackgroundColor3 = Color3.new(1, 1, 1)
  510. Tpcar.BackgroundTransparency = 1
  511. Tpcar.Position = UDim2.new(0.127000004, 0, 0.166518509, 0)
  512. Tpcar.Size = UDim2.new(0, 172, 0, 18)
  513. Tpcar.Font = Enum.Font.SciFi
  514. Tpcar.Text = "Teleport to Car"
  515. Tpcar.TextColor3 = Color3.new(1, 1, 1)
  516. Tpcar.TextScaled = true
  517. Tpcar.TextSize = 14
  518. Tpcar.TextWrapped = true
  519. Tpcar.TextXAlignment = Enum.TextXAlignment.Left
  520.  
  521. tpc.Name = "tpc"
  522. tpc.Parent = Tpcar
  523. tpc.BackgroundColor3 = Color3.new(1, 1, 1)
  524. tpc.BackgroundTransparency = 1
  525. tpc.Position = UDim2.new(-0.145348832, 0, -0.166666672, 0)
  526. tpc.Size = UDim2.new(0, 25, 0, 19)
  527. tpc.Font = Enum.Font.SourceSans
  528. tpc.Text = ">"
  529. tpc.TextColor3 = Color3.new(1, 1, 1)
  530. tpc.TextSize = 27
  531. tpc.TextWrapped = true
  532.  
  533. tpt.Name = "tpt"
  534. tpt.Parent = PlayerSettings
  535. tpt.BackgroundColor3 = Color3.new(1, 1, 1)
  536. tpt.BackgroundTransparency = 1
  537. tpt.Position = UDim2.new(0.127000004, 0, 0.310962975, 0)
  538. tpt.Size = UDim2.new(0, 172, 0, 18)
  539. tpt.Font = Enum.Font.SciFi
  540. tpt.Text = "Teleport to Long Tunnel"
  541. tpt.TextColor3 = Color3.new(1, 1, 1)
  542. tpt.TextScaled = true
  543. tpt.TextSize = 14
  544. tpt.TextWrapped = true
  545. tpt.TextXAlignment = Enum.TextXAlignment.Left
  546.  
  547. tpl.Name = "tpl"
  548. tpl.Parent = tpt
  549. tpl.BackgroundColor3 = Color3.new(1, 1, 1)
  550. tpl.BackgroundTransparency = 1
  551. tpl.Position = UDim2.new(-0.145348832, 0, -0.166666672, 0)
  552. tpl.Size = UDim2.new(0, 25, 0, 19)
  553. tpl.Font = Enum.Font.SourceSans
  554. tpl.Text = ">"
  555. tpl.TextColor3 = Color3.new(1, 1, 1)
  556. tpl.TextSize = 27
  557. tpl.TextWrapped = true
  558.  
  559. -- Scripts
  560.  
  561. print("Gui made by Mod3rn#1999 sorry for Levi since it was his source and some leech tricked meh")
  562.  
  563. CarPres:TweenPosition(UDim2.new(0.360250771, 0, 0.13691932, 0), "In")
  564. Crates:TweenPosition(UDim2.new(0.476935029, 0, 0.13691932, 0), "In")
  565. PlayerStuff:TweenPosition(UDim2.new(0.590979397, 0, 0.136308074, 0), "In")
  566.  
  567. function onKeyPress(inputObject, gameProcessedEvent)
  568. if inputObject.KeyCode == Enum.KeyCode.RightControl then
  569. if CarSim.Enabled == true then
  570. CarPres:TweenPosition(UDim2.new(0.361837238, 0, -0.0993496249, 0), "Out")
  571. Crates:TweenPosition(UDim2.new(0.46582979, 0, -0.0997383792, 0), "Out")
  572. PlayerStuff:TweenPosition(UDim2.new(0.565595984, 0, -0.0991271336, 0), "Out")
  573. repeat
  574. wait()
  575. if CarPres.Position == UDim2.new(0.361837238, 0, -0.0993496249, 0) then
  576. CarSim.Enabled = false
  577. end
  578. until CarPres.Position == UDim2.new(0.361837238, 0, -0.0933496249, 0)
  579. else
  580. CarSim.Enabled = true
  581. CarPres:TweenPosition(UDim2.new(0.360250771, 0, 0.13691932, 0), "In")
  582. Crates:TweenPosition(UDim2.new(0.476935029, 0, 0.13691932, 0), "In")
  583. PlayerStuff:TweenPosition(UDim2.new(0.590979397, 0, 0.136308074, 0), "In")
  584. end
  585. end
  586. end
  587. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  588.  
  589.  
  590. function findCar()
  591. local vehicle = workspace.Vehicles:getChildren()
  592. for i=1,#vehicle do
  593. if vehicle[i]:findFirstChild("owner") then
  594. if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
  595. myCar = vehicle[i]
  596. end
  597. end
  598. end
  599. end
  600.  
  601. SpeedAdd.MouseButton1Click:connect(function()
  602. findCar()
  603. myCar.Handling.MaxSpeed.Value = myCar.Handling.MaxSpeed.Value + 5
  604. myCar.Handling.SteeringRadiusConstant.Value = 15000
  605. end)
  606.  
  607. SpeedSub.MouseButton1Click:connect(function()
  608. findCar()
  609. myCar.Handling.MaxSpeed.Value = myCar.Handling.MaxSpeed.Value - 5
  610. myCar.Handling.SteeringRadiusConstant.Value = 15000
  611. end)
  612.  
  613. TorAdd.MouseButton1Click:connect(function()
  614. findCar()
  615. myCar.Handling.Torque.Value = myCar.Handling.Torque.Value + 5
  616. end)
  617.  
  618. TorSub.MouseButton1Click:connect(function()
  619. findCar()
  620. myCar.Handling.Torque.Value = myCar.Handling.Torque.Value - 5
  621. end)
  622.  
  623. NAdd.MouseButton1Click:connect(function()
  624. findCar()
  625. myCar.Handling.Nitro.NitroSpeed.Value = myCar.Handling.Nitro.NitroSpeed.Value + 5
  626. end)
  627.  
  628. NSub.MouseButton1Click:connect(function()
  629. findCar()
  630. myCar.Handling.Nitro.NitroSpeed.Value = myCar.Handling.Nitro.NitroSpeed.Value - 5
  631. end)
  632.  
  633. NfAdd.MouseButton1Down:connect(function()
  634. findCar()
  635. myCar.Handling.Nitro.NitroForce.Value = myCar.Handling.Nitro.NitroForce.Value + 5
  636. end)
  637.  
  638. NfSub.MouseButton1Down:connect(function()
  639. findCar()
  640. myCar.Handling.Nitro.NitroForce.Value = myCar.Handling.Nitro.NitroForce.Value - 5
  641. end)
  642.  
  643. ImageButton.MouseButton1Down:connect(function()
  644. findCar()
  645. myCar.Handling.MaxSpeed.Value = 10000
  646. myCar.Handling.Torque.Value = 40000
  647. myCar.Handling.SteeringRadiusConstant.Value = 15000
  648. myCar.Handling.FrictionRoad.Value = 250
  649. myCar.Handling.Nitro.NitroSpeed.Value = 500
  650. myCar.Handling.Nitro.NitroForce.Value = 5000
  651. myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
  652. end)
  653.  
  654. CespB.MouseButton1Down:connect(function()
  655. local crates = workspace:getChildren()
  656. for i=1,#crates do
  657. if crates[i].ClassName == "Model" then
  658. local crates2 = crates[i]:getChildren()
  659. for i=1,#crates2 do
  660. if crates2[i].ClassName == "Model" then
  661. local crates3 = crates2[i]:getChildren()
  662. for i=1,#crates3 do
  663. if crates3[i].ClassName == "MeshPart" then
  664. if crates3[i]:findFirstChild("Smoke") then
  665. if crates3[i]:findFirstChild("BoxHandleAdornment") then
  666. crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
  667. else
  668. local a = Instance.new("BoxHandleAdornment",crates3[i])
  669. a.Size = Vector3.new(10,500,6)
  670. a.SizeRelativeOffset = Vector3.new(0,135,0)
  671. a.Color3 = Color3.fromRGB(0,255,0)
  672. a.Transparency = 0.5
  673. a.AlwaysOnTop = true
  674. a.Adornee = crates3[i]
  675. a.ZIndex = 1
  676. local b = Instance.new("BoxHandleAdornment",crates3[i])
  677. b.Size = Vector3.new(10,4,6)
  678. b.Color3 = Color3.fromRGB(0,0,255)
  679. b.Transparency = 0.3
  680. b.AlwaysOnTop = true
  681. b.Adornee = crates3[i]
  682. b.ZIndex = 1
  683. end
  684. end
  685. end
  686. end
  687. end
  688. end
  689. end
  690. end
  691. end)
  692.  
  693. ctpB.MouseButton1Down:connect(function()
  694. local crates = workspace:getChildren()
  695. for i=1,#crates do
  696. if crates[i].ClassName == "Model" then
  697. local crates2 = crates[i]:getChildren()
  698. for i=1,#crates2 do
  699. if crates2[i].ClassName == "Model" then
  700. local crates3 = crates2[i]:getChildren()
  701. for i=1,#crates3 do
  702. if crates3[i].ClassName == "MeshPart" then
  703. if crates3[i]:findFirstChild("Smoke") then
  704. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  705. wait()
  706. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  707. wait(4)
  708. end
  709. end
  710. end
  711. end
  712. end
  713. end
  714. end
  715. end)
  716.  
  717. PSR.MouseButton1Down:connect(function()
  718. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed + 5
  719. end)
  720.  
  721. PSAdd.MouseButton1Down:connect(function()
  722. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  723. end)
  724.  
  725. PSSub.MouseButton1Down:connect(function()
  726. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed - 5
  727. end)
  728.  
  729. CAdd.MouseButton1Down:connect(function()
  730. findCar()
  731. myCar.Handling.TurboJump.TurboJumpHeight.Value = myCar.Handling.TurboJump.TurboJumpHeight.Value + 5
  732. end)
  733.  
  734. CSub.MouseButton1Down:connect(function()
  735. findCar()
  736. myCar.Handling.TurboJump.TurboJumpHeight.Value = myCar.Handling.TurboJump.TurboJumpHeight.Value - 5
  737. end)
  738.  
  739. tpc.MouseButton1Down:connect(function()
  740. findCar()
  741. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
  742. end)
  743.  
  744. tpl.MouseButton1Down:connect(function()
  745. findCar()
  746. myCar:MoveTo(Vector3.new(-2180,45,-3650))
  747. end)
  748.  
  749. CarPDash.MouseButton1Down:connect(function()
  750. if CarSettings.Size == UDim2.new(0, 197, 0, 135) then
  751. CarPDash.Rotation = 90
  752. CarSettings:TweenSize(UDim2.new(0, 197, 0, 0), "In")
  753. repeat
  754. wait()
  755. if CarSettings.Size == UDim2.new(0, 197, 0, 0) then
  756. CarSettings.Visible = false
  757. end
  758. until CarSettings.Size == UDim2.new(0, 197, 0, 0)
  759. else
  760. CarSettings.Visible = true
  761. wait()
  762. CarSettings:TweenSize(UDim2.new(0, 197, 0, 135), "Out")
  763. CarPDash.Rotation = 0
  764. end
  765. end)
  766.  
  767. CrateDash.MouseButton1Down:connect(function()
  768. if CrateSettings.Size == UDim2.new(0, 197, 0, 135) then
  769. CrateDash.Rotation = 90
  770. CrateSettings:TweenSize(UDim2.new(0, 197, 0, 0), "In")
  771. repeat
  772. wait()
  773. if CrateSettings.Size == UDim2.new(0, 197, 0, 0) then
  774. CrateSettings.Visible = false
  775. end
  776. until CrateSettings.Size == UDim2.new(0, 197, 0, 0)
  777. else
  778. CrateSettings.Visible = true
  779. wait()
  780. CrateSettings:TweenSize(UDim2.new(0, 197, 0, 135), "Out")
  781. CrateDash.Rotation = 0
  782. end
  783. end)
  784.  
  785. PlayerDash.MouseButton1Down:connect(function()
  786. if PlayerSettings.Size == UDim2.new(0, 197, 0, 135) then
  787. PlayerDash.Rotation = 90
  788. PlayerSettings:TweenSize(UDim2.new(0, 197, 0, 0), "In")
  789. repeat
  790. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement