Advertisement
Anvnymousperson

Joy Joy cheat

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