Advertisement
Moyfe

Untitled

Jul 21st, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.92 KB | None | 0 0
  1. -- Objects
  2.  
  3. local VehiclesimElite = Instance.new("ScreenGui")
  4. local Open = Instance.new("TextButton")
  5. local Close = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local Exit = Instance.new("TextButton")
  8. local Teleports = Instance.new("TextButton")
  9. local Functions = Instance.new("TextButton")
  10. local Credits = Instance.new("TextButton")
  11. local DealerShips = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local Teleports_2 = Instance.new("Frame")
  14. local Exit2 = Instance.new("TextButton")
  15. local AirportTp = Instance.new("TextButton")
  16. local Teleports_3 = Instance.new("TextLabel")
  17. local RaceTrackTp = Instance.new("TextButton")
  18. local DuneRace = Instance.new("TextButton")
  19. local Highway = Instance.new("TextButton")
  20. local QuarterTP = Instance.new("TextButton")
  21. local GreenDom = Instance.new("TextButton")
  22. local YellowDom = Instance.new("TextButton")
  23. local BlueDom = Instance.new("TextButton")
  24. local BlueDom_2 = Instance.new("TextButton")
  25. local Popo = Instance.new("TextButton")
  26. local DonutShop = Instance.new("TextButton")
  27. local Sword = Instance.new("TextButton")
  28. local Apartments = Instance.new("TextButton")
  29. local Functions_2 = Instance.new("Frame")
  30. local Exit3 = Instance.new("TextButton")
  31. local CrateTP = Instance.new("TextButton")
  32. local QuarterMileWin = Instance.new("TextButton")
  33. local AirportWin = Instance.new("TextButton")
  34. local TextLabel_2 = Instance.new("TextLabel")
  35. local MoneyFarm = Instance.new("TextButton")
  36. local Flingallcars = Instance.new("TextButton")
  37. local Credits_2 = Instance.new("Frame")
  38. local Exit4 = Instance.new("TextButton")
  39. local TextLabel_3 = Instance.new("TextLabel")
  40. local TextLabel_4 = Instance.new("TextLabel")
  41. local TextLabel_5 = Instance.new("TextLabel")
  42. local TextLabel_6 = Instance.new("TextLabel")
  43. local TextLabel_7 = Instance.new("TextLabel")
  44. local DealerShips_2 = Instance.new("Frame")
  45. local Exit5 = Instance.new("TextButton")
  46. local AutoShop = Instance.new("TextButton")
  47. local Tesla = Instance.new("TextButton")
  48. local SuperCar = Instance.new("TextButton")
  49. local TextLabel_8 = Instance.new("TextLabel")
  50. local Aquatic = Instance.new("TextButton")
  51.  
  52. -- Properties
  53.  
  54. VehiclesimElite.Name = "VehiclesimElite"
  55. VehiclesimElite.Parent = game.CoreGui
  56.  
  57. Open.Name = "Open"
  58. Open.Parent = VehiclesimElite
  59. Open.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  60. Open.BorderSizePixel = 0
  61. Open.Position = UDim2.new(0, 0, 0, 730)
  62. Open.Size = UDim2.new(0, 129, 0, 50)
  63. Open.Font = Enum.Font.SciFi
  64. Open.Text = "Open"
  65. Open.TextColor3 = Color3.new(1, 1, 1)
  66. Open.TextSize = 25
  67. Open.TextWrapped = true
  68. Open.Visible = true
  69.  
  70. Close.Name = "Close"
  71. Close.Parent = VehiclesimElite
  72. Close.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  73. Close.BorderSizePixel = 0
  74. Close.Position = UDim2.new(0, 0, 0, 730)
  75. Close.Size = UDim2.new(0, 129, 0, 50)
  76. Close.Font = Enum.Font.SciFi
  77. Close.Text = "Close"
  78. Close.TextColor3 = Color3.new(1, 1, 1)
  79. Close.TextSize = 25
  80. Close.TextWrapped = true
  81. Close.Visible = false
  82.  
  83. Main.Name = "Main"
  84. Main.Parent = VehiclesimElite
  85. Main.Active = true
  86. Main.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  87. Main.BorderSizePixel = 0
  88. Main.Draggable = true
  89. Main.Position = UDim2.new(0, 1070, 0, 244)
  90. Main.Size = UDim2.new(0, 210, 0, 279)
  91. Main.Visible = false
  92.  
  93. Exit.Name = "Exit"
  94. Exit.Parent = Main
  95. Exit.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  96. Exit.BackgroundTransparency = 1
  97. Exit.BorderSizePixel = 0
  98. Exit.Position = UDim2.new(0, 174, 0, 0)
  99. Exit.Size = UDim2.new(0, 36, 0, 35)
  100. Exit.Font = Enum.Font.Fantasy
  101. Exit.Text = "X"
  102. Exit.TextColor3 = Color3.new(1, 1, 1)
  103. Exit.TextSize = 30
  104. Exit.TextWrapped = true
  105.  
  106. Teleports.Name = "Teleports"
  107. Teleports.Parent = Main
  108. Teleports.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  109. Teleports.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  110. Teleports.BorderSizePixel = 3
  111. Teleports.Position = UDim2.new(0, 25, 0, 47)
  112. Teleports.Size = UDim2.new(0, 164, 0, 36)
  113. Teleports.Font = Enum.Font.Fantasy
  114. Teleports.Text = "Teleports"
  115. Teleports.TextColor3 = Color3.new(1, 1, 1)
  116. Teleports.TextSize = 20
  117. Teleports.TextWrapped = true
  118.  
  119. Functions.Name = "Functions"
  120. Functions.Parent = Main
  121. Functions.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  122. Functions.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  123. Functions.BorderSizePixel = 3
  124. Functions.Position = UDim2.new(0, 25, 0, 104)
  125. Functions.Size = UDim2.new(0, 164, 0, 36)
  126. Functions.Font = Enum.Font.Fantasy
  127. Functions.Text = "Functions"
  128. Functions.TextColor3 = Color3.new(1, 1, 1)
  129. Functions.TextSize = 20
  130. Functions.TextWrapped = true
  131.  
  132. Credits.Name = "Credits"
  133. Credits.Parent = Main
  134. Credits.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  135. Credits.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  136. Credits.BorderSizePixel = 3
  137. Credits.Position = UDim2.new(0, 25, 0, 159)
  138. Credits.Size = UDim2.new(0, 164, 0, 36)
  139. Credits.Font = Enum.Font.Fantasy
  140. Credits.Text = "Credits"
  141. Credits.TextColor3 = Color3.new(1, 1, 1)
  142. Credits.TextSize = 20
  143. Credits.TextWrapped = true
  144.  
  145. DealerShips.Name = "DealerShips"
  146. DealerShips.Parent = Main
  147. DealerShips.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  148. DealerShips.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  149. DealerShips.BorderSizePixel = 3
  150. DealerShips.Position = UDim2.new(0, 25, 0, 215)
  151. DealerShips.Size = UDim2.new(0, 164, 0, 36)
  152. DealerShips.Font = Enum.Font.Fantasy
  153. DealerShips.Text = "DealerShips"
  154. DealerShips.TextColor3 = Color3.new(1, 1, 1)
  155. DealerShips.TextSize = 20
  156. DealerShips.TextWrapped = true
  157.  
  158. TextLabel.Parent = Main
  159. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  160. TextLabel.BackgroundTransparency = 5
  161. TextLabel.Position = UDim2.new(0, 3, 0, 0)
  162. TextLabel.Size = UDim2.new(0, 173, 0, 39)
  163. TextLabel.Font = Enum.Font.Fantasy
  164. TextLabel.Text = "Vehicle Simulator V2.1.0B"
  165. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  166. TextLabel.TextSize = 16
  167.  
  168. Teleports_2.Name = "Teleports"
  169. Teleports_2.Parent = VehiclesimElite
  170. Teleports_2.Active = true
  171. Teleports_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  172. Teleports_2.BorderSizePixel = 0
  173. Teleports_2.Draggable = true
  174. Teleports_2.Position = UDim2.new(0, 129, 0, 0)
  175. Teleports_2.Size = UDim2.new(0, 429, 0, 291)
  176. Teleports_2.Visible = false
  177.  
  178. Exit2.Name = "Exit2"
  179. Exit2.Parent = Teleports_2
  180. Exit2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  181. Exit2.BackgroundTransparency = 1
  182. Exit2.BorderSizePixel = 0
  183. Exit2.Position = UDim2.new(0, 390, 0, 0)
  184. Exit2.Size = UDim2.new(0, 36, 0, 35)
  185. Exit2.Font = Enum.Font.Fantasy
  186. Exit2.Text = "X"
  187. Exit2.TextColor3 = Color3.new(1, 1, 1)
  188. Exit2.TextSize = 30
  189. Exit2.TextWrapped = true
  190.  
  191. AirportTp.Name = "AirportTp"
  192. AirportTp.Parent = Teleports_2
  193. AirportTp.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  194. AirportTp.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  195. AirportTp.BorderSizePixel = 3
  196. AirportTp.Position = UDim2.new(0, 20, 0, 42)
  197. AirportTp.Size = UDim2.new(0, 116, 0, 36)
  198. AirportTp.Font = Enum.Font.Fantasy
  199. AirportTp.Text = "Airport"
  200. AirportTp.TextColor3 = Color3.new(1, 1, 1)
  201. AirportTp.TextSize = 20
  202. AirportTp.TextWrapped = true
  203.  
  204. Teleports_3.Name = "Teleports"
  205. Teleports_3.Parent = Teleports_2
  206. Teleports_3.BackgroundColor3 = Color3.new(1, 1, 1)
  207. Teleports_3.BackgroundTransparency = 5
  208. Teleports_3.Position = UDim2.new(0, 3, 0, 0)
  209. Teleports_3.Size = UDim2.new(0, 426, 0, 39)
  210. Teleports_3.Font = Enum.Font.Fantasy
  211. Teleports_3.Text = "Teleports"
  212. Teleports_3.TextColor3 = Color3.new(1, 1, 1)
  213. Teleports_3.TextSize = 25
  214.  
  215. RaceTrackTp.Name = "RaceTrackTp"
  216. RaceTrackTp.Parent = Teleports_2
  217. RaceTrackTp.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  218. RaceTrackTp.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  219. RaceTrackTp.BorderSizePixel = 3
  220. RaceTrackTp.Position = UDim2.new(0, 20, 0, 90)
  221. RaceTrackTp.Size = UDim2.new(0, 116, 0, 36)
  222. RaceTrackTp.Font = Enum.Font.Fantasy
  223. RaceTrackTp.Text = "RaceTrack"
  224. RaceTrackTp.TextColor3 = Color3.new(1, 1, 1)
  225. RaceTrackTp.TextSize = 20
  226. RaceTrackTp.TextWrapped = true
  227.  
  228. DuneRace.Name = "DuneRace"
  229. DuneRace.Parent = Teleports_2
  230. DuneRace.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  231. DuneRace.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  232. DuneRace.BorderSizePixel = 3
  233. DuneRace.Position = UDim2.new(0, 20, 0, 141)
  234. DuneRace.Size = UDim2.new(0, 116, 0, 36)
  235. DuneRace.Font = Enum.Font.Fantasy
  236. DuneRace.Text = "Dune Race"
  237. DuneRace.TextColor3 = Color3.new(1, 1, 1)
  238. DuneRace.TextSize = 20
  239. DuneRace.TextWrapped = true
  240.  
  241. Highway.Name = "Highway"
  242. Highway.Parent = Teleports_2
  243. Highway.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  244. Highway.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  245. Highway.BorderSizePixel = 3
  246. Highway.Position = UDim2.new(0, 156, 0, 42)
  247. Highway.Size = UDim2.new(0, 116, 0, 36)
  248. Highway.Font = Enum.Font.Fantasy
  249. Highway.Text = "Highway"
  250. Highway.TextColor3 = Color3.new(1, 1, 1)
  251. Highway.TextSize = 20
  252. Highway.TextWrapped = true
  253.  
  254. QuarterTP.Name = "QuarterTP"
  255. QuarterTP.Parent = Teleports_2
  256. QuarterTP.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  257. QuarterTP.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  258. QuarterTP.BorderSizePixel = 3
  259. QuarterTP.Position = UDim2.new(0, 156, 0, 90)
  260. QuarterTP.Size = UDim2.new(0, 116, 0, 36)
  261. QuarterTP.Font = Enum.Font.Fantasy
  262. QuarterTP.Text = "Quarter Mile"
  263. QuarterTP.TextColor3 = Color3.new(1, 1, 1)
  264. QuarterTP.TextSize = 20
  265. QuarterTP.TextWrapped = true
  266.  
  267. GreenDom.Name = "GreenDom"
  268. GreenDom.Parent = Teleports_2
  269. GreenDom.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  270. GreenDom.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  271. GreenDom.BorderSizePixel = 3
  272. GreenDom.Position = UDim2.new(0, 156, 0, 141)
  273. GreenDom.Size = UDim2.new(0, 116, 0, 36)
  274. GreenDom.Font = Enum.Font.Fantasy
  275. GreenDom.Text = "Green Dominus"
  276. GreenDom.TextColor3 = Color3.new(1, 1, 1)
  277. GreenDom.TextSize = 18
  278. GreenDom.TextWrapped = true
  279.  
  280. YellowDom.Name = "YellowDom"
  281. YellowDom.Parent = Teleports_2
  282. YellowDom.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  283. YellowDom.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  284. YellowDom.BorderSizePixel = 3
  285. YellowDom.Position = UDim2.new(0, 287, 0, 42)
  286. YellowDom.Size = UDim2.new(0, 116, 0, 36)
  287. YellowDom.Font = Enum.Font.Fantasy
  288. YellowDom.Text = "Yellow Dominus"
  289. YellowDom.TextColor3 = Color3.new(1, 1, 1)
  290. YellowDom.TextSize = 18
  291. YellowDom.TextWrapped = true
  292.  
  293. BlueDom.Name = "BlueDom"
  294. BlueDom.Parent = Teleports_2
  295. BlueDom.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  296. BlueDom.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  297. BlueDom.BorderSizePixel = 3
  298. BlueDom.Position = UDim2.new(0, 287, 0, 90)
  299. BlueDom.Size = UDim2.new(0, 116, 0, 36)
  300. BlueDom.Font = Enum.Font.Fantasy
  301. BlueDom.Text = "Blue Dominus"
  302. BlueDom.TextColor3 = Color3.new(1, 1, 1)
  303. BlueDom.TextSize = 18
  304. BlueDom.TextWrapped = true
  305.  
  306. BlueDom_2.Name = "BlueDom"
  307. BlueDom_2.Parent = Teleports_2
  308. BlueDom_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  309. BlueDom_2.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  310. BlueDom_2.BorderSizePixel = 3
  311. BlueDom_2.Position = UDim2.new(0, 289, 0, 141)
  312. BlueDom_2.Size = UDim2.new(0, 116, 0, 36)
  313. BlueDom_2.Font = Enum.Font.Fantasy
  314. BlueDom_2.Text = "Secret island"
  315. BlueDom_2.TextColor3 = Color3.new(1, 1, 1)
  316. BlueDom_2.TextSize = 18
  317. BlueDom_2.TextWrapped = true
  318.  
  319. Popo.Name = "Popo"
  320. Popo.Parent = Teleports_2
  321. Popo.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  322. Popo.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  323. Popo.BorderSizePixel = 3
  324. Popo.Position = UDim2.new(0, 20, 0, 189)
  325. Popo.Size = UDim2.new(0, 116, 0, 36)
  326. Popo.Font = Enum.Font.Fantasy
  327. Popo.Text = "Police Station"
  328. Popo.TextColor3 = Color3.new(1, 1, 1)
  329. Popo.TextSize = 20
  330. Popo.TextWrapped = true
  331.  
  332. DonutShop.Name = "DonutShop"
  333. DonutShop.Parent = Teleports_2
  334. DonutShop.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  335. DonutShop.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  336. DonutShop.BorderSizePixel = 3
  337. DonutShop.Position = UDim2.new(0, 156, 0, 189)
  338. DonutShop.Size = UDim2.new(0, 116, 0, 36)
  339. DonutShop.Font = Enum.Font.Fantasy
  340. DonutShop.Text = "Donut Shop"
  341. DonutShop.TextColor3 = Color3.new(1, 1, 1)
  342. DonutShop.TextSize = 18
  343. DonutShop.TextWrapped = true
  344.  
  345. Sword.Name = "Sword"
  346. Sword.Parent = Teleports_2
  347. Sword.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  348. Sword.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  349. Sword.BorderSizePixel = 3
  350. Sword.Position = UDim2.new(0, 289, 0, 189)
  351. Sword.Size = UDim2.new(0, 116, 0, 36)
  352. Sword.Font = Enum.Font.Fantasy
  353. Sword.Text = "Sword"
  354. Sword.TextColor3 = Color3.new(1, 1, 1)
  355. Sword.TextSize = 18
  356. Sword.TextWrapped = true
  357.  
  358. Apartments.Name = "Apartments"
  359. Apartments.Parent = Teleports_2
  360. Apartments.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  361. Apartments.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  362. Apartments.BorderSizePixel = 3
  363. Apartments.Position = UDim2.new(0, 20, 0, 239)
  364. Apartments.Size = UDim2.new(0, 116, 0, 36)
  365. Apartments.Font = Enum.Font.Fantasy
  366. Apartments.Text = "Apartments"
  367. Apartments.TextColor3 = Color3.new(1, 1, 1)
  368. Apartments.TextSize = 20
  369. Apartments.TextWrapped = true
  370.  
  371. Functions_2.Name = "Functions"
  372. Functions_2.Parent = VehiclesimElite
  373. Functions_2.Active = true
  374. Functions_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  375. Functions_2.BorderSizePixel = 0
  376. Functions_2.Draggable = true
  377. Functions_2.Position = UDim2.new(0, 157, 0, 0)
  378. Functions_2.Size = UDim2.new(0, 429, 0, 194)
  379. Functions_2.Visible = false
  380.  
  381. Exit3.Name = "Exit3"
  382. Exit3.Parent = Functions_2
  383. Exit3.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  384. Exit3.BackgroundTransparency = 1
  385. Exit3.BorderSizePixel = 0
  386. Exit3.Position = UDim2.new(0, 390, 0, 0)
  387. Exit3.Size = UDim2.new(0, 36, 0, 35)
  388. Exit3.Font = Enum.Font.Fantasy
  389. Exit3.Text = "X"
  390. Exit3.TextColor3 = Color3.new(1, 1, 1)
  391. Exit3.TextSize = 30
  392. Exit3.TextWrapped = true
  393.  
  394. CrateTP.Name = "CrateTP"
  395. CrateTP.Parent = Functions_2
  396. CrateTP.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  397. CrateTP.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  398. CrateTP.BorderSizePixel = 3
  399. CrateTP.Position = UDim2.new(0, 23, 0, 54)
  400. CrateTP.Size = UDim2.new(0, 160, 0, 36)
  401. CrateTP.Font = Enum.Font.Fantasy
  402. CrateTP.Text = "Crate TP"
  403. CrateTP.TextColor3 = Color3.new(1, 1, 1)
  404. CrateTP.TextSize = 20
  405. CrateTP.TextWrapped = true
  406.  
  407. QuarterMileWin.Name = "QuarterMileWin"
  408. QuarterMileWin.Parent = Functions_2
  409. QuarterMileWin.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  410. QuarterMileWin.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  411. QuarterMileWin.BorderSizePixel = 3
  412. QuarterMileWin.Position = UDim2.new(0, 232, 0, 53)
  413. QuarterMileWin.Size = UDim2.new(0, 164, 0, 36)
  414. QuarterMileWin.Font = Enum.Font.Fantasy
  415. QuarterMileWin.Text = "Quarter Mile Win"
  416. QuarterMileWin.TextColor3 = Color3.new(1, 1, 1)
  417. QuarterMileWin.TextSize = 20
  418. QuarterMileWin.TextWrapped = true
  419.  
  420. AirportWin.Name = "AirportWin"
  421. AirportWin.Parent = Functions_2
  422. AirportWin.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  423. AirportWin.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  424. AirportWin.BorderSizePixel = 3
  425. AirportWin.Position = UDim2.new(0, 23, 0, 101)
  426. AirportWin.Size = UDim2.new(0, 160, 0, 36)
  427. AirportWin.Font = Enum.Font.Fantasy
  428. AirportWin.Text = "Airport Win"
  429. AirportWin.TextColor3 = Color3.new(1, 1, 1)
  430. AirportWin.TextSize = 20
  431. AirportWin.TextWrapped = true
  432.  
  433. TextLabel_2.Parent = Functions_2
  434. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  435. TextLabel_2.BackgroundTransparency = 5
  436. TextLabel_2.Position = UDim2.new(0, 3, 0, 0)
  437. TextLabel_2.Size = UDim2.new(0, 426, 0, 39)
  438. TextLabel_2.Font = Enum.Font.Fantasy
  439. TextLabel_2.Text = "Functions"
  440. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  441. TextLabel_2.TextSize = 25
  442.  
  443. MoneyFarm.Name = "MoneyFarm"
  444. MoneyFarm.Parent = Functions_2
  445. MoneyFarm.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  446. MoneyFarm.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  447. MoneyFarm.BorderSizePixel = 3
  448. MoneyFarm.Position = UDim2.new(0, 232, 0, 101)
  449. MoneyFarm.Size = UDim2.new(0, 164, 0, 36)
  450. MoneyFarm.Font = Enum.Font.Fantasy
  451. MoneyFarm.Text = "Money Farm"
  452. MoneyFarm.TextColor3 = Color3.new(1, 1, 1)
  453. MoneyFarm.TextSize = 20
  454. MoneyFarm.TextWrapped = true
  455.  
  456. Flingallcars.Name = "Flingallcars"
  457. Flingallcars.Parent = Functions_2
  458. Flingallcars.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  459. Flingallcars.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  460. Flingallcars.BorderSizePixel = 3
  461. Flingallcars.Position = UDim2.new(0, 23, 0, 150)
  462. Flingallcars.Size = UDim2.new(0, 160, 0, 36)
  463. Flingallcars.Font = Enum.Font.Fantasy
  464. Flingallcars.Text = "Fling All cars"
  465. Flingallcars.TextColor3 = Color3.new(1, 1, 1)
  466. Flingallcars.TextSize = 20
  467. Flingallcars.TextWrapped = true
  468.  
  469. Credits_2.Name = "Credits"
  470. Credits_2.Parent = VehiclesimElite
  471. Credits_2.Active = true
  472. Credits_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  473. Credits_2.BorderSizePixel = 0
  474. Credits_2.Draggable = true
  475. Credits_2.Position = UDim2.new(0, 169, 0, 0)
  476. Credits_2.Size = UDim2.new(0, 429, 0, 180)
  477. Credits_2.Visible = false
  478.  
  479. Exit4.Name = "Exit4"
  480. Exit4.Parent = Credits_2
  481. Exit4.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  482. Exit4.BackgroundTransparency = 1
  483. Exit4.BorderSizePixel = 0
  484. Exit4.Position = UDim2.new(0, 390, 0, 0)
  485. Exit4.Size = UDim2.new(0, 36, 0, 35)
  486. Exit4.Font = Enum.Font.Fantasy
  487. Exit4.Text = "X"
  488. Exit4.TextColor3 = Color3.new(1, 1, 1)
  489. Exit4.TextSize = 30
  490. Exit4.TextWrapped = true
  491.  
  492. TextLabel_3.Parent = Credits_2
  493. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  494. TextLabel_3.BackgroundTransparency = 5
  495. TextLabel_3.Position = UDim2.new(0, 3, 0, 0)
  496. TextLabel_3.Size = UDim2.new(0, 426, 0, 39)
  497. TextLabel_3.Font = Enum.Font.Fantasy
  498. TextLabel_3.Text = "Credits"
  499. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  500. TextLabel_3.TextSize = 25
  501.  
  502. TextLabel_4.Parent = Credits_2
  503. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  504. TextLabel_4.BackgroundTransparency = 5
  505. TextLabel_4.Position = UDim2.new(0, 3, 0, 42)
  506. TextLabel_4.Size = UDim2.new(0, 426, 0, 39)
  507. TextLabel_4.Font = Enum.Font.Fantasy
  508. TextLabel_4.Text = "Gui Designer: Jag #0060"
  509. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  510. TextLabel_4.TextSize = 20
  511.  
  512. TextLabel_5.Parent = Credits_2
  513. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  514. TextLabel_5.BackgroundTransparency = 5
  515. TextLabel_5.Position = UDim2.new(0, 3, 0, 78)
  516. TextLabel_5.Size = UDim2.new(0, 426, 0, 39)
  517. TextLabel_5.Font = Enum.Font.Fantasy
  518. TextLabel_5.Text = "Crate TP: Lukki02r#1337"
  519. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  520. TextLabel_5.TextSize = 20
  521.  
  522. TextLabel_6.Parent = Credits_2
  523. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  524. TextLabel_6.BackgroundTransparency = 5
  525. TextLabel_6.Position = UDim2.new(0, 3, 0, 112)
  526. TextLabel_6.Size = UDim2.new(0, 426, 0, 39)
  527. TextLabel_6.Font = Enum.Font.Fantasy
  528. TextLabel_6.Text = "Other scripts: Jag #0060"
  529. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  530. TextLabel_6.TextSize = 20
  531.  
  532. TextLabel_7.Parent = Credits_2
  533. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  534. TextLabel_7.BackgroundTransparency = 5
  535. TextLabel_7.Position = UDim2.new(0, 3, 0, 141)
  536. TextLabel_7.Size = UDim2.new(0, 426, 0, 39)
  537. TextLabel_7.Font = Enum.Font.Fantasy
  538. TextLabel_7.Text = "Fling all cars: Victini #4791"
  539. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  540. TextLabel_7.TextSize = 20
  541.  
  542. DealerShips_2.Name = "DealerShips"
  543. DealerShips_2.Parent = VehiclesimElite
  544. DealerShips_2.Active = true
  545. DealerShips_2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  546. DealerShips_2.BorderSizePixel = 0
  547. DealerShips_2.Draggable = true
  548. DealerShips_2.Position = UDim2.new(0, 386, 0, 0)
  549. DealerShips_2.Size = UDim2.new(0, 429, 0, 153)
  550. DealerShips_2.Visible = false
  551.  
  552. Exit5.Name = "Exit5"
  553. Exit5.Parent = DealerShips_2
  554. Exit5.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  555. Exit5.BackgroundTransparency = 1
  556. Exit5.BorderSizePixel = 0
  557. Exit5.Position = UDim2.new(0, 390, 0, 0)
  558. Exit5.Size = UDim2.new(0, 36, 0, 35)
  559. Exit5.Font = Enum.Font.Fantasy
  560. Exit5.Text = "X"
  561. Exit5.TextColor3 = Color3.new(1, 1, 1)
  562. Exit5.TextSize = 30
  563. Exit5.TextWrapped = true
  564.  
  565. AutoShop.Name = "AutoShop"
  566. AutoShop.Parent = DealerShips_2
  567. AutoShop.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  568. AutoShop.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  569. AutoShop.BorderSizePixel = 3
  570. AutoShop.Position = UDim2.new(0, 23, 0, 54)
  571. AutoShop.Size = UDim2.new(0, 160, 0, 36)
  572. AutoShop.Font = Enum.Font.Fantasy
  573. AutoShop.Text = "Auto shop"
  574. AutoShop.TextColor3 = Color3.new(1, 1, 1)
  575. AutoShop.TextSize = 20
  576. AutoShop.TextWrapped = true
  577.  
  578. Tesla.Name = "Tesla"
  579. Tesla.Parent = DealerShips_2
  580. Tesla.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  581. Tesla.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  582. Tesla.BorderSizePixel = 3
  583. Tesla.Position = UDim2.new(0, 232, 0, 53)
  584. Tesla.Size = UDim2.new(0, 164, 0, 36)
  585. Tesla.Font = Enum.Font.Fantasy
  586. Tesla.Text = "Tesla"
  587. Tesla.TextColor3 = Color3.new(1, 1, 1)
  588. Tesla.TextSize = 20
  589. Tesla.TextWrapped = true
  590.  
  591. SuperCar.Name = "SuperCar"
  592. SuperCar.Parent = DealerShips_2
  593. SuperCar.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  594. SuperCar.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  595. SuperCar.BorderSizePixel = 3
  596. SuperCar.Position = UDim2.new(0, 23, 0, 101)
  597. SuperCar.Size = UDim2.new(0, 160, 0, 36)
  598. SuperCar.Font = Enum.Font.Fantasy
  599. SuperCar.Text = "Super Car"
  600. SuperCar.TextColor3 = Color3.new(1, 1, 1)
  601. SuperCar.TextSize = 20
  602. SuperCar.TextWrapped = true
  603.  
  604. TextLabel_8.Parent = DealerShips_2
  605. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  606. TextLabel_8.BackgroundTransparency = 5
  607. TextLabel_8.Position = UDim2.new(0, 3, 0, 0)
  608. TextLabel_8.Size = UDim2.new(0, 426, 0, 39)
  609. TextLabel_8.Font = Enum.Font.Fantasy
  610. TextLabel_8.Text = "DealerShips"
  611. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  612. TextLabel_8.TextSize = 25
  613.  
  614. Aquatic.Name = "Aquatic"
  615. Aquatic.Parent = DealerShips_2
  616. Aquatic.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  617. Aquatic.BorderColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  618. Aquatic.BorderSizePixel = 3
  619. Aquatic.Position = UDim2.new(0, 232, 0, 101)
  620. Aquatic.Size = UDim2.new(0, 164, 0, 36)
  621. Aquatic.Font = Enum.Font.Fantasy
  622. Aquatic.Text = "Aquatic"
  623. Aquatic.TextColor3 = Color3.new(1, 1, 1)
  624. Aquatic.TextSize = 20
  625. Aquatic.TextWrapped = true
  626.  
  627. ----Functions----
  628.  
  629. Open.MouseButton1Down:connect(function()
  630. Main.Visible = true
  631. Open.Visible = false
  632. Close.Visible = true
  633. end)
  634.  
  635. Close.MouseButton1Down:connect(function()
  636. Main.Visible = false
  637. Open.Visible = true
  638. Close.Visible = false
  639. end)
  640.  
  641. DealerShips.MouseButton1Down:connect(function()
  642. Main.Visible = false
  643. DealerShips_2.Visible = true
  644. end)
  645.  
  646. Functions.MouseButton1Down:connect(function()
  647. Main.Visible = false
  648. Functions_2.Visible = true
  649. end)
  650.  
  651. Teleports.MouseButton1Down:connect(function()
  652. Main.Visible = false
  653. Teleports_2.Visible = true
  654. end)
  655.  
  656. Credits.MouseButton1Down:connect(function()
  657. Main.Visible = false
  658. Credits_2.Visible = true
  659. end)
  660.  
  661. Exit.MouseButton1Down:connect(function()
  662. Main.Visible = false
  663. end)
  664.  
  665. Exit2.MouseButton1Down:connect(function()
  666. Teleports_2.Visible = false
  667. Main.Visible = true
  668. end)
  669.  
  670. Exit3.MouseButton1Down:connect(function()
  671. Functions_2.Visible = false
  672. Main.Visible = true
  673. end)
  674.  
  675. Exit4.MouseButton1Down:connect(function()
  676. Credits_2.Visible = false
  677. Main.Visible = true
  678. end)
  679.  
  680. Exit5.MouseButton1Down:connect(function()
  681. DealerShips_2.Visible = false
  682. Main.Visible = true
  683. end)
  684. wait(1)
  685.  
  686. local car
  687.  
  688. function check()
  689. for _,v in pairs(workspace.Vehicles:GetChildren()) do
  690. if v:IsA("Model") and v:FindFirstChild("owner").Value == game.Players.LocalPlayer.Name then
  691. car = v
  692. end
  693. end
  694. if car ~= nil then
  695. return true
  696. else
  697. return false
  698. end
  699. end
  700.  
  701. function notify(msg)
  702. game.StarterGui:SetCore("SendNotification", {
  703. Title = "NOTIFACITON";
  704. Text = msg;
  705. Duration = 5;
  706. })
  707. end
  708.  
  709. AirportWin.MouseButton1Down:connect(function()
  710. if check() == true then
  711. car:SetPrimaryPartCFrame(workspace.race_checkpoints.airport_checkpoints["Checkpoint_1_Airport Quarter Mile"].CFrame)
  712. elseif check() == false then
  713. notify("You must be in a car")
  714. end
  715. end)
  716.  
  717. QuarterMileWin.MouseButton1Down:connect(function()
  718. if check() == true then
  719. car:SetPrimaryPartCFrame(workspace.race_checkpoints.quartermile_checkpoints["Checkpoint_1_Quarter Mile"].CFrame)
  720. elseif check() == false then
  721. notify("You must be in a car")
  722. end
  723. end)
  724.  
  725. SuperCar.MouseButton1Down:connect(function()
  726. if check() == false then
  727. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-414, 60.1, -1191))
  728. elseif check() == true then
  729. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-414, 60.1, -1191)))
  730. end
  731. end)
  732.  
  733. Tesla.MouseButton1Down:connect(function()
  734. if check() == false then
  735. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2813, 57.909, -441))
  736. elseif check() == true then
  737. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-2813, 57.909, -441)))
  738. end
  739. end)
  740.  
  741. AutoShop.MouseButton1Down:connect(function()
  742. if check() == false then
  743. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1903, 53.297, -1216))
  744. elseif check() == true then
  745. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-1903, 53.297, -1216)))
  746. end
  747. end)
  748.  
  749.  
  750.  
  751. AirportTp.MouseButton1Down:connect(function()
  752. if check() == false then
  753. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2035,40,1518))
  754. elseif check() == true then
  755. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-2035,40,1518)))
  756. end
  757. end)
  758.  
  759. RaceTrackTp.MouseButton1Down:connect(function()
  760. if check() == false then
  761. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1343,42,592))
  762. elseif check() == true then
  763. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(1343,42,592)))
  764. end
  765. end)
  766.  
  767. DuneRace.MouseButton1Down:connect(function()
  768. if check() == false then
  769. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2697,43,-2809))
  770. elseif check() == true then
  771. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(2697,43,-2809)))
  772. end
  773. end)
  774.  
  775. QuarterTP.MouseButton1Down:connect(function()
  776. if check() == false then
  777. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-436,42,-3528))
  778. elseif check() == true then
  779. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-436,42,-3528)))
  780. end
  781. end)
  782.  
  783. Highway.MouseButton1Down:connect(function()
  784. if check() == false then
  785. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1060,43,-2773))
  786. elseif check() == true then
  787. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-1060,43,-2773)))
  788. end
  789. end)
  790.  
  791. Sword.MouseButton1Down:connect(function()
  792. if check() == false then
  793. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2622.016, 38.9, -1657.96))
  794. elseif check() == true then
  795. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(2622.016, 38.9, -1657.96)))
  796. end
  797. end)
  798.  
  799. Apartments.MouseButton1Down:connect(function()
  800. if check() == false then
  801. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-497.641, 38.915, -262.415))
  802. elseif check() == true then
  803. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-497.641, 38.915, -262.415)))
  804. end
  805. end)
  806.  
  807. Aquatic.MouseButton1Down:connect(function()
  808. if check() == false then
  809. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2951.88, 34.645, 144.59))
  810. elseif check() == true then
  811. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-2951.88, 34.645, 144.59)))
  812. end
  813. end)
  814.  
  815. BlueDom_2.MouseButton1Down:connect(function()
  816. if check() == false then
  817. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10772.249, 81.83, 2668.821))
  818. elseif check() == true then
  819. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-10772.249, 81.83, 2668.821)))
  820. end
  821. end)
  822.  
  823. DonutShop.MouseButton1Down:connect(function()
  824. if check() == false then
  825. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10772.249, 81.83, 2668.821))
  826. elseif check() == true then
  827. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-1844.555, 38.899, -1587.866)))
  828. end
  829. end)
  830.  
  831. Popo.MouseButton1Down:connect(function()
  832. if check() == false then
  833. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1841.214, 38.9, -1936.007))
  834. elseif check() == true then
  835. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-1841.214, 38.9, -1936.007)))
  836. end
  837. end)
  838.  
  839. MoneyFarm.MouseButton1Down:connect(function()
  840. for i=1,math.huge do
  841.  
  842. local car
  843.  
  844. function check()
  845. for _,v in pairs(workspace.Vehicles:GetChildren()) do
  846. if v:IsA("Model") and v:FindFirstChild("owner").Value == game.Players.LocalPlayer.Name then
  847. car = v
  848. end
  849. end
  850. if car ~= nil then
  851. return true
  852. else
  853. return false
  854. end
  855. end
  856. if check() == true then
  857. car:SetPrimaryPartCFrame(game.workspace.SoccarArena.Team1.Roof.CFrame + Vector3.new(0,5,0))
  858. wait(0.9)
  859. elseif check() == false then
  860. print("You must be in a car")
  861. end
  862. wait(0.5)
  863. end
  864. end)
  865.  
  866. Flingallcars.MouseButton1Down:connect(function()
  867. Cars = game.Workspace.Vehicles
  868. remote = game.ReplicatedStorage.VehicleEvents.Nitro
  869.  
  870. for i, v in pairs(Cars:GetChildren()) do
  871. for a, b in pairs(v:GetChildren()) do
  872. if b.Name == "Bodykit" then
  873. for c, d in pairs(b:GetChildren()) do
  874. if d.Name == "CenterOfMass" then
  875. for e, f in pairs(d:GetChildren()) do
  876. if f.Name == "SoundSource" then
  877. for i, v in pairs(f:GetChildren()) do
  878. if v.Name == "NitroSound" then
  879. for a, b in pairs(d:GetChildren()) do
  880. if b.Name == "Nitro" then
  881. remote:FireServer(true, v, b, 1000000000)
  882. end
  883. end
  884. end
  885. end
  886. end
  887. end
  888. end
  889. end
  890. end
  891. end
  892. end
  893. end)
  894.  
  895. BlueDom.MouseButton1Down:connect(function()
  896. if check() == false then
  897. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1310.6,-205.5,-4584.7))
  898. elseif check() == true then
  899. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(-1310.6,-205.5,-4584.7)))
  900. end
  901. end)
  902.  
  903. YellowDom.MouseButton1Down:connect(function()
  904. if check() == false then
  905. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2835.1,-37.5,-3064.8))
  906. elseif check() == true then
  907. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(2835.1,-37.5,-3064.8)))
  908. end
  909. end)
  910.  
  911. GreenDom.MouseButton1Down:connect(function()
  912. if check() == false then
  913. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1048.3,185.9,-1186.5))
  914. elseif check() == true then
  915. car:SetPrimaryPartCFrame(CFrame.new(Vector3.new(1048.3,185.9,-1186.5)))
  916. end
  917. end)
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926. CrateTP.MouseButton1Down:connect(function()
  927. local descendants = game.Workspace:GetDescendants()
  928.  
  929. for index, descendant in pairs(descendants) do
  930. if descendant:IsA("MeshPart") then
  931. if descendant.Name == "Crate" then
  932. print(descendant.Parent.Parent.Name)
  933. descendant.Parent.Parent.Name = "tpcrate"
  934. end
  935. end
  936. end
  937.  
  938. wait(0.5)
  939.  
  940. local plr = game.Players.LocalPlayer
  941.  
  942. hum = plr.Character.HumanoidRootPart
  943.  
  944. hum.CFrame = game.Workspace.tpcrate.Crate.Crate.CFrame + Vector3.new(math.random(10,15), math.random(10,15), math.random(10,15))
  945.  
  946. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement