Advertisement
sonywalker

Vehicle Simulator HURRY...

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