Advertisement
gggaming

Untitled

Feb 26th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.34 KB | None | 0 0
  1. print ('Welcome to VaporXHub JB')
  2. print ('Patch Notes:')
  3. print ('Fixed Open Button not Disappearing')
  4. print ('If you see any errors or text under here in red DM me with a screenshot, and I will try to fix it')
  5. -- Objects
  6.  
  7. local VaporX = Instance.new("ScreenGui")
  8. local VaporXAgreement = Instance.new("Frame")
  9. local JFAgreeLabel = Instance.new("TextLabel")
  10. local JFAgreeTxt = Instance.new("TextLabel")
  11. local UnderstoodContinueButton = Instance.new("TextButton")
  12. local VaporXMain = Instance.new("Frame")
  13. local Teleports = Instance.new("TextButton")
  14. local Functions = Instance.new("TextButton")
  15. local TopBar = Instance.new("Frame")
  16. local CloseButtonMainMenu = Instance.new("TextButton")
  17. local VaporXVerTopBar = Instance.new("TextLabel")
  18. local MainMenuTxt = Instance.new("TextLabel")
  19. local VaporXFunctions = Instance.new("Frame")
  20. local TopBar_2 = Instance.new("Frame")
  21. local CloseButtonFunctionsMenu = Instance.new("TextButton")
  22. local VaporXVerTopBar_2 = Instance.new("TextLabel")
  23. local BackToHomeFunctionsMenu = Instance.new("TextButton")
  24. local FunctionLabel = Instance.new("TextLabel")
  25. local InfRFuel = Instance.new("TextButton")
  26. local GodBuggy = Instance.new("TextButton")
  27. local Walkspeed = Instance.new("TextButton")
  28. local Shotgun = Instance.new("TextButton")
  29. local Pistol = Instance.new("TextButton")
  30. local Noclip = Instance.new("TextButton")
  31. local RemoveDoors = Instance.new("TextButton")
  32. local GravSelection = Instance.new("TextBox")
  33. local SetTheGravity = Instance.new("TextButton")
  34. local DestroyCityBuildings = Instance.new("TextButton")
  35. local VaporXTeleports = Instance.new("Frame")
  36. local TopBar_3 = Instance.new("Frame")
  37. local CloseButtonTeleportsMenu = Instance.new("TextButton")
  38. local VaporXVerTopBar_3 = Instance.new("TextLabel")
  39. local BackToHomeTeleportsMenu = Instance.new("TextButton")
  40. local TeleportLabel = Instance.new("TextLabel")
  41. local Ferrari = Instance.new("TextButton")
  42. local BankIn = Instance.new("TextButton")
  43. local TrainSpawn = Instance.new("TextButton")
  44. local DealerShip = Instance.new("TextButton")
  45. local Helipad = Instance.new("TextButton")
  46. local TPButton = Instance.new("TextButton")
  47. local SecondHelipad = Instance.new("TextButton")
  48. local PoliceStation = Instance.new("TextButton")
  49. local Porsche = Instance.new("TextButton")
  50. local PYard = Instance.new("TextButton")
  51. local Museum = Instance.new("TextButton")
  52. local Lambo = Instance.new("TextButton")
  53. local JewTop = Instance.new("TextButton")
  54. local BankOut = Instance.new("TextButton")
  55. local JewIn = Instance.new("TextButton")
  56. local GasStation = Instance.new("TextButton")
  57. local Ciminal1 = Instance.new("TextButton")
  58. local Tesla = Instance.new("TextButton")
  59. local Criminal2 = Instance.new("TextButton")
  60. local OpenButton = Instance.new("TextButton")
  61.  
  62. -- Properties
  63.  
  64. VaporX.Name = "VaporX JB Hub"
  65. VaporX.Parent = game.CoreGui
  66.  
  67. VaporXAgreement.Name = "VaporXAgreement"
  68. VaporXAgreement.Parent = VaporX
  69. VaporXAgreement.BackgroundColor3 = Color3.new(0, 0, 1)
  70. VaporXAgreement.BorderColor3 = Color3.new(1, 1, 1)
  71. VaporXAgreement.BorderSizePixel = 3
  72. VaporXAgreement.Position = UDim2.new(0.154201299, 0, 0.279456198, 0)
  73. VaporXAgreement.Size = UDim2.new(0, 254, 0, 274)
  74.  
  75. JFAgreeLabel.Name = "JFAgreeLabel"
  76. JFAgreeLabel.Parent = VaporXAgreement
  77. JFAgreeLabel.BackgroundColor3 = Color3.new(0, 0, 1)
  78. JFAgreeLabel.BorderColor3 = Color3.new(1, 1, 1)
  79. JFAgreeLabel.BorderSizePixel = 0
  80. JFAgreeLabel.Position = UDim2.new(0.104765125, 0, 0.000330775976, 0)
  81. JFAgreeLabel.Size = UDim2.new(0, 200, 0, 50)
  82. JFAgreeLabel.Font = Enum.Font.Cartoon
  83. JFAgreeLabel.Text = "VaporX"
  84. JFAgreeLabel.TextColor3 = Color3.new(1, 1, 1)
  85. JFAgreeLabel.TextScaled = true
  86. JFAgreeLabel.TextSize = 14
  87. JFAgreeLabel.TextWrapped = true
  88.  
  89. JFAgreeTxt.Name = "JFAgreeTxt"
  90. JFAgreeTxt.Parent = VaporXAgreement
  91. JFAgreeTxt.BackgroundColor3 = Color3.new(0, 0, 1)
  92. JFAgreeTxt.BorderColor3 = Color3.new(1, 1, 1)
  93. JFAgreeTxt.BorderSizePixel = 0
  94. JFAgreeTxt.Position = UDim2.new(0.051181104, 0, 0.167883202, 0)
  95. JFAgreeTxt.Size = UDim2.new(0, 227, 0, 182)
  96. JFAgreeTxt.Font = Enum.Font.Cartoon
  97. JFAgreeTxt.TextColor3 = Color3.new(1, 1, 1)
  98. JFAgreeTxt.TextScaled = true
  99. JFAgreeTxt.TextSize = 14
  100. JFAgreeTxt.TextWrapped = true
  101.  
  102. UnderstoodContinueButton.Name = "UnderstoodContinueButton"
  103. UnderstoodContinueButton.Parent = VaporXAgreement
  104. UnderstoodContinueButton.BackgroundColor3 = Color3.new(0, 0, 1)
  105. UnderstoodContinueButton.BorderColor3 = Color3.new(1, 1, 1)
  106. UnderstoodContinueButton.BorderSizePixel = 3
  107. UnderstoodContinueButton.Position = UDim2.new(0.236220464, 0, 0.864963531, 0)
  108. UnderstoodContinueButton.Size = UDim2.new(0, 133, 0, 29)
  109. UnderstoodContinueButton.Font = Enum.Font.Cartoon
  110. UnderstoodContinueButton.Text = "Understood"
  111. UnderstoodContinueButton.TextColor3 = Color3.new(1, 1, 1)
  112. UnderstoodContinueButton.TextSize = 20
  113.  
  114. VaporXMain.Name = "VaporXMain"
  115. VaporXMain.Parent = VaporX
  116. VaporXMain.Active = true
  117. VaporXMain.BackgroundColor3 = Color3.new(0, 0, 1)
  118. VaporXMain.BorderColor3 = Color3.new(1, 1, 1)
  119. VaporXMain.BorderSizePixel = 3
  120. VaporXMain.Position = UDim2.new(0.148661122, 0, 0.333836854, 0)
  121. VaporXMain.Size = UDim2.new(0, 306, 0, 220)
  122. VaporXMain.Visible = false
  123.  
  124. Teleports.Name = "TPS"
  125. Teleports.Parent = VaporXMain
  126. Teleports.BackgroundColor3 = Color3.new(0, 0, 1)
  127. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  128. Teleports.BorderSizePixel = 3
  129. Teleports.Position = UDim2.new(0.238562107, 0, 0.390909076, 0)
  130. Teleports.Size = UDim2.new(0, 159, 0, 47)
  131. Teleports.Font = Enum.Font.Cartoon
  132. Teleports.Text = "Teleports"
  133. Teleports.TextColor3 = Color3.new(1, 1, 1)
  134. Teleports.TextSize = 30
  135. Teleports.TextWrapped = true
  136.  
  137. Functions.Name = "Functions"
  138. Functions.Parent = VaporXMain
  139. Functions.BackgroundColor3 = Color3.new(0, 0, 1)
  140. Functions.BorderColor3 = Color3.new(1, 1, 1)
  141. Functions.BorderSizePixel = 3
  142. Functions.Position = UDim2.new(0.238562107, 0, 0.663636386, 0)
  143. Functions.Size = UDim2.new(0, 159, 0, 47)
  144. Functions.Font = Enum.Font.Cartoon
  145. Functions.Text = "Functions"
  146. Functions.TextColor3 = Color3.new(1, 1, 1)
  147. Functions.TextSize = 30
  148. Functions.TextWrapped = true
  149.  
  150. TopBar.Name = "TopBar"
  151. TopBar.Parent = VaporXMain
  152. TopBar.BackgroundColor3 = Color3.new(0, 0, 1)
  153. TopBar.BorderColor3 = Color3.new(1, 1, 1)
  154. TopBar.BorderSizePixel = 3
  155. TopBar.Size = UDim2.new(0, 306, 0, 18)
  156.  
  157. CloseButtonMainMenu.Name = "CloseButtonMainMenu"
  158. CloseButtonMainMenu.Parent = TopBar
  159. CloseButtonMainMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  160. CloseButtonMainMenu.BorderColor3 = Color3.new(1, 1, 1)
  161. CloseButtonMainMenu.BorderSizePixel = 3
  162. CloseButtonMainMenu.Position = UDim2.new(0.945158243, 0, 0, 0)
  163. CloseButtonMainMenu.Size = UDim2.new(0, 17, 0, 18)
  164. CloseButtonMainMenu.Font = Enum.Font.ArialBold
  165. CloseButtonMainMenu.Text = "X"
  166. CloseButtonMainMenu.TextColor3 = Color3.new(1, 1, 1)
  167. CloseButtonMainMenu.TextScaled = true
  168. CloseButtonMainMenu.TextSize = 22
  169. CloseButtonMainMenu.TextWrapped = true
  170.  
  171. VaporXVerTopBar.Name = "VaporXVerTopBar"
  172. VaporXVerTopBar.Parent = TopBar
  173. VaporXVerTopBar.BackgroundColor3 = Color3.new(0, 0, 1)
  174. VaporXVerTopBar.BackgroundTransparency = 1
  175. VaporXVerTopBar.BorderColor3 = Color3.new(1, 1, 1)
  176. VaporXVerTopBar.BorderSizePixel = 3
  177. VaporXVerTopBar.Position = UDim2.new(0.071895428, 0, 0, 0)
  178. VaporXVerTopBar.Size = UDim2.new(0, 261, 0, 18)
  179. VaporXVerTopBar.Font = Enum.Font.Cartoon
  180. VaporXVerTopBar.Text = "VaporX Version 1.1"
  181. VaporXVerTopBar.TextColor3 = Color3.new(1, 1, 1)
  182. VaporXVerTopBar.TextScaled = true
  183. VaporXVerTopBar.TextSize = 14
  184. VaporXVerTopBar.TextWrapped = true
  185.  
  186. MainMenuTxt.Name = "MainMenuTxt"
  187. MainMenuTxt.Parent = VaporXMain
  188. MainMenuTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  189. MainMenuTxt.BackgroundTransparency = 1
  190. MainMenuTxt.Position = UDim2.new(0.173202619, 0, 0.122727267, 0)
  191. MainMenuTxt.Size = UDim2.new(0, 200, 0, 50)
  192. MainMenuTxt.Font = Enum.Font.Cartoon
  193. MainMenuTxt.Text = "Main Menu"
  194. MainMenuTxt.TextColor3 = Color3.new(1, 1, 1)
  195. MainMenuTxt.TextScaled = true
  196. MainMenuTxt.TextSize = 14
  197. MainMenuTxt.TextWrapped = true
  198.  
  199. VaporXFunctions.Name = "VaporXFunctions"
  200. VaporXFunctions.Parent = VaporX
  201. VaporXFunctions.Active = true
  202. VaporXFunctions.BackgroundColor3 = Color3.new(0, 0, 1)
  203. VaporXFunctions.BorderColor3 = Color3.new(1, 1, 1)
  204. VaporXFunctions.BorderSizePixel = 3
  205. VaporXFunctions.Position = UDim2.new(0.149000004, 0, 0.333999991, 0)
  206. VaporXFunctions.Size = UDim2.new(0, 306, 0, 220)
  207. VaporXFunctions.Visible = false
  208.  
  209. TopBar_2.Name = "TopBar"
  210. TopBar_2.Parent = VaporXFunctions
  211. TopBar_2.BackgroundColor3 = Color3.new(0, 0, 1)
  212. TopBar_2.BorderColor3 = Color3.new(1, 1, 1)
  213. TopBar_2.BorderSizePixel = 3
  214. TopBar_2.Size = UDim2.new(0, 306, 0, 18)
  215.  
  216. CloseButtonFunctionsMenu.Name = "CloseButtonFunctionsMenu"
  217. CloseButtonFunctionsMenu.Parent = TopBar_2
  218. CloseButtonFunctionsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  219. CloseButtonFunctionsMenu.BorderColor3 = Color3.new(1, 1, 1)
  220. CloseButtonFunctionsMenu.BorderSizePixel = 3
  221. CloseButtonFunctionsMenu.Position = UDim2.new(0.945158243, 0, 0, 0)
  222. CloseButtonFunctionsMenu.Size = UDim2.new(0, 17, 0, 18)
  223. CloseButtonFunctionsMenu.Font = Enum.Font.ArialBold
  224. CloseButtonFunctionsMenu.Text = "X"
  225. CloseButtonFunctionsMenu.TextColor3 = Color3.new(1, 1, 1)
  226. CloseButtonFunctionsMenu.TextScaled = true
  227. CloseButtonFunctionsMenu.TextSize = 22
  228. CloseButtonFunctionsMenu.TextWrapped = true
  229.  
  230. VaporXVerTopBar_2.Name = "VaporXVerTopBar"
  231. VaporXVerTopBar_2.Parent = TopBar_2
  232. VaporXVerTopBar_2.BackgroundColor3 = Color3.new(0, 0, 1)
  233. VaporXVerTopBar_2.BackgroundTransparency = 1
  234. VaporXVerTopBar_2.BorderColor3 = Color3.new(1, 1, 1)
  235. VaporXVerTopBar_2.BorderSizePixel = 3
  236. VaporXVerTopBar_2.Position = UDim2.new(0.071895428, 0, 0, 0)
  237. VaporXVerTopBar_2.Size = UDim2.new(0, 261, 0, 18)
  238. VaporXVerTopBar_2.Font = Enum.Font.Cartoon
  239. VaporXVerTopBar_2.Text = "VaporX Version 1.1"
  240. VaporXVerTopBar_2.TextColor3 = Color3.new(1, 1, 1)
  241. VaporXVerTopBar_2.TextScaled = true
  242. VaporXVerTopBar_2.TextSize = 14
  243. VaporXVerTopBar_2.TextWrapped = true
  244.  
  245. BackToHomeFunctionsMenu.Name = "BackToHomeFunctionsMenu"
  246. BackToHomeFunctionsMenu.Parent = TopBar_2
  247. BackToHomeFunctionsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  248. BackToHomeFunctionsMenu.BorderColor3 = Color3.new(1, 1, 1)
  249. BackToHomeFunctionsMenu.BorderSizePixel = 3
  250. BackToHomeFunctionsMenu.Position = UDim2.new(0.833333313, 0, 0, 0)
  251. BackToHomeFunctionsMenu.Size = UDim2.new(0, 30, 0, 18)
  252. BackToHomeFunctionsMenu.Font = Enum.Font.ArialBold
  253. BackToHomeFunctionsMenu.Text = "Back"
  254. BackToHomeFunctionsMenu.TextColor3 = Color3.new(1, 1, 1)
  255. BackToHomeFunctionsMenu.TextSize = 11
  256. BackToHomeFunctionsMenu.TextWrapped = true
  257.  
  258. FunctionLabel.Name = "FunctionLabel"
  259. FunctionLabel.Parent = VaporXFunctions
  260. FunctionLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  261. FunctionLabel.BackgroundTransparency = 1
  262. FunctionLabel.Position = UDim2.new(0.21895425, 0, 0.11363636, 0)
  263. FunctionLabel.Size = UDim2.new(0, 164, 0, 22)
  264. FunctionLabel.Font = Enum.Font.Cartoon
  265. FunctionLabel.Text = "Functions"
  266. FunctionLabel.TextColor3 = Color3.new(1, 1, 1)
  267. FunctionLabel.TextScaled = true
  268. FunctionLabel.TextSize = 14
  269. FunctionLabel.TextWrapped = true
  270.  
  271. InfRFuel.Name = "InfRFuel"
  272. InfRFuel.Parent = VaporXFunctions
  273. InfRFuel.BackgroundColor3 = Color3.new(0, 0, 1)
  274. InfRFuel.BorderColor3 = Color3.new(1, 1, 1)
  275. InfRFuel.BorderSizePixel = 3
  276. InfRFuel.Position = UDim2.new(0.0457516313, 0, 0.427272737, 0)
  277. InfRFuel.Size = UDim2.new(0, 85, 0, 32)
  278. InfRFuel.Font = Enum.Font.Cartoon
  279. InfRFuel.Text = "Infinite Rocket Fuel (Laggy)"
  280. InfRFuel.TextColor3 = Color3.new(1, 1, 1)
  281. InfRFuel.TextScaled = true
  282. InfRFuel.TextSize = 14
  283. InfRFuel.TextWrapped = true
  284.  
  285. GodBuggy.Name = "GodBuggy"
  286. GodBuggy.Parent = VaporXFunctions
  287. GodBuggy.BackgroundColor3 = Color3.new(0, 0, 1)
  288. GodBuggy.BorderColor3 = Color3.new(1, 1, 1)
  289. GodBuggy.BorderSizePixel = 3
  290. GodBuggy.Position = UDim2.new(0.0457516313, 0, 0.609090924, 0)
  291. GodBuggy.Size = UDim2.new(0, 85, 0, 32)
  292. GodBuggy.Font = Enum.Font.Cartoon
  293. GodBuggy.Text = "God (Buggy)"
  294. GodBuggy.TextColor3 = Color3.new(1, 1, 1)
  295. GodBuggy.TextScaled = true
  296. GodBuggy.TextSize = 20
  297. GodBuggy.TextWrapped = true
  298.  
  299. Walkspeed.Name = "Walkspeed"
  300. Walkspeed.Parent = VaporXFunctions
  301. Walkspeed.BackgroundColor3 = Color3.new(0, 0, 1)
  302. Walkspeed.BorderColor3 = Color3.new(1, 1, 1)
  303. Walkspeed.BorderSizePixel = 3
  304. Walkspeed.Position = UDim2.new(0.653594792, 0, 0.427272797, 0)
  305. Walkspeed.Size = UDim2.new(0, 85, 0, 32)
  306. Walkspeed.Font = Enum.Font.Cartoon
  307. Walkspeed.Text = "Walkspeed (X)"
  308. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  309. Walkspeed.TextScaled = true
  310. Walkspeed.TextSize = 14
  311. Walkspeed.TextWrapped = true
  312.  
  313. Shotgun.Name = "Shotgun"
  314. Shotgun.Parent = VaporXFunctions
  315. Shotgun.BackgroundColor3 = Color3.new(0, 0, 1)
  316. Shotgun.BorderColor3 = Color3.new(1, 1, 1)
  317. Shotgun.BorderSizePixel = 3
  318. Shotgun.Position = UDim2.new(0.349673212, 0, 0.24545455, 0)
  319. Shotgun.Size = UDim2.new(0, 85, 0, 32)
  320. Shotgun.Font = Enum.Font.Cartoon
  321. Shotgun.Text = "Shotgun"
  322. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  323. Shotgun.TextScaled = true
  324. Shotgun.TextSize = 14
  325. Shotgun.TextWrapped = true
  326.  
  327. Pistol.Name = "Pistol"
  328. Pistol.Parent = VaporXFunctions
  329. Pistol.BackgroundColor3 = Color3.new(0, 0, 1)
  330. Pistol.BorderColor3 = Color3.new(1, 1, 1)
  331. Pistol.BorderSizePixel = 3
  332. Pistol.Position = UDim2.new(0.653594792, 0, 0.24545455, 0)
  333. Pistol.Size = UDim2.new(0, 85, 0, 32)
  334. Pistol.Font = Enum.Font.Cartoon
  335. Pistol.Text = "Pistol"
  336. Pistol.TextColor3 = Color3.new(1, 1, 1)
  337. Pistol.TextScaled = true
  338. Pistol.TextSize = 14
  339. Pistol.TextWrapped = true
  340.  
  341. Noclip.Name = "Noclip"
  342. Noclip.Parent = VaporXFunctions
  343. Noclip.BackgroundColor3 = Color3.new(0, 0, 1)
  344. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  345. Noclip.BorderSizePixel = 3
  346. Noclip.Position = UDim2.new(0.349673212, 0, 0.427272737, 0)
  347. Noclip.Size = UDim2.new(0, 85, 0, 32)
  348. Noclip.Font = Enum.Font.Cartoon
  349. Noclip.Text = "Noclip"
  350. Noclip.TextColor3 = Color3.new(1, 1, 1)
  351. Noclip.TextScaled = true
  352. Noclip.TextSize = 14
  353. Noclip.TextWrapped = true
  354.  
  355. RemoveDoors.Name = "RemoveDoors"
  356. RemoveDoors.Parent = VaporXFunctions
  357. RemoveDoors.BackgroundColor3 = Color3.new(0, 0, 1)
  358. RemoveDoors.BorderColor3 = Color3.new(1, 1, 1)
  359. RemoveDoors.BorderSizePixel = 3
  360. RemoveDoors.Position = UDim2.new(0.0457516313, 0, 0.24545455, 0)
  361. RemoveDoors.Size = UDim2.new(0, 85, 0, 32)
  362. RemoveDoors.Font = Enum.Font.Cartoon
  363. RemoveDoors.Text = "No Doors"
  364. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  365. RemoveDoors.TextScaled = true
  366. RemoveDoors.TextSize = 14
  367. RemoveDoors.TextWrapped = true
  368.  
  369. GravSelection.Name = "GravSelection"
  370. GravSelection.Parent = VaporXFunctions
  371. GravSelection.BackgroundColor3 = Color3.new(0, 0, 1)
  372. GravSelection.BorderColor3 = Color3.new(1, 1, 1)
  373. GravSelection.BorderSizePixel = 3
  374. GravSelection.Position = UDim2.new(0.349673212, 0, 0.609090924, 0)
  375. GravSelection.Size = UDim2.new(0, 85, 0, 32)
  376. GravSelection.Font = Enum.Font.Cartoon
  377. GravSelection.Text = "Gravity Here"
  378. GravSelection.TextColor3 = Color3.new(1, 1, 1)
  379. GravSelection.TextScaled = true
  380. GravSelection.TextSize = 14
  381. GravSelection.TextWrapped = true
  382.  
  383. SetTheGravity.Name = "SetTheGravity"
  384. SetTheGravity.Parent = VaporXFunctions
  385. SetTheGravity.BackgroundColor3 = Color3.new(0, 0, 1)
  386. SetTheGravity.BorderColor3 = Color3.new(1, 1, 1)
  387. SetTheGravity.BorderSizePixel = 3
  388. SetTheGravity.Position = UDim2.new(0.388888896, 0, 0.772727311, 0)
  389. SetTheGravity.Size = UDim2.new(0, 61, 0, 17)
  390. SetTheGravity.Font = Enum.Font.Cartoon
  391. SetTheGravity.Text = "Set Gravity"
  392. SetTheGravity.TextColor3 = Color3.new(1, 1, 1)
  393. SetTheGravity.TextScaled = true
  394. SetTheGravity.TextSize = 20
  395. SetTheGravity.TextWrapped = true
  396.  
  397. DestroyCityBuildings.Name = "DestroyCityBuildings"
  398. DestroyCityBuildings.Parent = VaporXFunctions
  399. DestroyCityBuildings.BackgroundColor3 = Color3.new(0, 0, 1)
  400. DestroyCityBuildings.BorderColor3 = Color3.new(1, 1, 1)
  401. DestroyCityBuildings.BorderSizePixel = 3
  402. DestroyCityBuildings.Position = UDim2.new(0.653594792, 0, 0.609090984, 0)
  403. DestroyCityBuildings.Size = UDim2.new(0, 85, 0, 32)
  404. DestroyCityBuildings.Font = Enum.Font.Cartoon
  405. DestroyCityBuildings.Text = "Remove City Buildings"
  406. DestroyCityBuildings.TextColor3 = Color3.new(1, 1, 1)
  407. DestroyCityBuildings.TextScaled = true
  408. DestroyCityBuildings.TextSize = 14
  409. DestroyCityBuildings.TextWrapped = true
  410.  
  411. VaporXTeleports.Name = "VaporXTeleports"
  412. VaporXTeleports.Parent = VaporX
  413. VaporXTeleports.Active = true
  414. VaporXTeleports.BackgroundColor3 = Color3.new(0, 0, 1)
  415. VaporXTeleports.BorderColor3 = Color3.new(1, 1, 1)
  416. VaporXTeleports.BorderSizePixel = 3
  417. VaporXTeleports.Position = UDim2.new(0.149000004, 0, 0.333999991, 0)
  418. VaporXTeleports.Size = UDim2.new(0, 306, 0, 220)
  419. VaporXTeleports.Visible = false
  420.  
  421. TopBar_3.Name = "TopBar"
  422. TopBar_3.Parent = VaporXTeleports
  423. TopBar_3.BackgroundColor3 = Color3.new(0, 0, 1)
  424. TopBar_3.BorderColor3 = Color3.new(1, 1, 1)
  425. TopBar_3.BorderSizePixel = 3
  426. TopBar_3.Size = UDim2.new(0, 306, 0, 18)
  427.  
  428. CloseButtonTeleportsMenu.Name = "CloseButtonTeleportsMenu"
  429. CloseButtonTeleportsMenu.Parent = TopBar_3
  430. CloseButtonTeleportsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  431. CloseButtonTeleportsMenu.BorderColor3 = Color3.new(1, 1, 1)
  432. CloseButtonTeleportsMenu.BorderSizePixel = 3
  433. CloseButtonTeleportsMenu.Position = UDim2.new(0.945158243, 0, 0, 0)
  434. CloseButtonTeleportsMenu.Size = UDim2.new(0, 17, 0, 18)
  435. CloseButtonTeleportsMenu.Font = Enum.Font.ArialBold
  436. CloseButtonTeleportsMenu.Text = "X"
  437. CloseButtonTeleportsMenu.TextColor3 = Color3.new(1, 1, 1)
  438. CloseButtonTeleportsMenu.TextScaled = true
  439. CloseButtonTeleportsMenu.TextSize = 22
  440. CloseButtonTeleportsMenu.TextWrapped = true
  441.  
  442. VaporXVerTopBar_3.Name = "VaporXVerTopBar"
  443. VaporXVerTopBar_3.Parent = TopBar_3
  444. VaporXVerTopBar_3.BackgroundColor3 = Color3.new(0, 0, 1)
  445. VaporXVerTopBar_3.BackgroundTransparency = 1
  446. VaporXVerTopBar_3.BorderColor3 = Color3.new(1, 1, 1)
  447. VaporXVerTopBar_3.BorderSizePixel = 3
  448. VaporXVerTopBar_3.Position = UDim2.new(0.071895428, 0, 0, 0)
  449. VaporXVerTopBar_3.Size = UDim2.new(0, 261, 0, 18)
  450. VaporXVerTopBar_3.Font = Enum.Font.Cartoon
  451. VaporXVerTopBar_3.Text = "VaporX Version 1.1"
  452. VaporXVerTopBar_3.TextColor3 = Color3.new(1, 1, 1)
  453. VaporXVerTopBar_3.TextScaled = true
  454. VaporXVerTopBar_3.TextSize = 14
  455. VaporXVerTopBar_3.TextWrapped = true
  456.  
  457. BackToHomeTeleportsMenu.Name = "BackToHomeTeleportsMenu"
  458. BackToHomeTeleportsMenu.Parent = TopBar_3
  459. BackToHomeTeleportsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  460. BackToHomeTeleportsMenu.BorderColor3 = Color3.new(1, 1, 1)
  461. BackToHomeTeleportsMenu.BorderSizePixel = 3
  462. BackToHomeTeleportsMenu.Position = UDim2.new(0.833333313, 0, 0, 0)
  463. BackToHomeTeleportsMenu.Size = UDim2.new(0, 30, 0, 18)
  464. BackToHomeTeleportsMenu.Font = Enum.Font.ArialBold
  465. BackToHomeTeleportsMenu.Text = "Back"
  466. BackToHomeTeleportsMenu.TextColor3 = Color3.new(1, 1, 1)
  467. BackToHomeTeleportsMenu.TextSize = 11
  468. BackToHomeTeleportsMenu.TextWrapped = true
  469.  
  470. TeleportLabel.Name = "TeleportLabel"
  471. TeleportLabel.Parent = VaporXTeleports
  472. TeleportLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  473. TeleportLabel.BackgroundTransparency = 1
  474. TeleportLabel.Position = UDim2.new(0.287581712, 0, 0.11363636, 0)
  475. TeleportLabel.Size = UDim2.new(0, 150, 0, 22)
  476. TeleportLabel.Font = Enum.Font.Cartoon
  477. TeleportLabel.Text = "Teleports"
  478. TeleportLabel.TextColor3 = Color3.new(1, 1, 1)
  479. TeleportLabel.TextScaled = true
  480. TeleportLabel.TextSize = 14
  481. TeleportLabel.TextWrapped = true
  482.  
  483. Ferrari.Name = "Ferrari"
  484. Ferrari.Parent = VaporXTeleports
  485. Ferrari.BackgroundColor3 = Color3.new(0, 0, 1)
  486. Ferrari.BorderColor3 = Color3.new(1, 1, 1)
  487. Ferrari.BorderSizePixel = 3
  488. Ferrari.Position = UDim2.new(0.320261449, 0, 0.390909106, 0)
  489. Ferrari.Size = UDim2.new(0, 56, 0, 23)
  490. Ferrari.Font = Enum.Font.Cartoon
  491. Ferrari.Text = "Ferrari"
  492. Ferrari.TextColor3 = Color3.new(1, 1, 1)
  493. Ferrari.TextScaled = true
  494. Ferrari.TextSize = 14
  495. Ferrari.TextWrapped = true
  496.  
  497. BankIn.Name = "BankIn"
  498. BankIn.Parent = VaporXTeleports
  499. BankIn.BackgroundColor3 = Color3.new(0, 0, 1)
  500. BankIn.BorderColor3 = Color3.new(1, 1, 1)
  501. BankIn.BorderSizePixel = 3
  502. BankIn.Position = UDim2.new(0.532679737, 0, 0.531818151, 0)
  503. BankIn.Size = UDim2.new(0, 56, 0, 23)
  504. BankIn.Font = Enum.Font.Cartoon
  505. BankIn.Text = "Bank (Inside)"
  506. BankIn.TextColor3 = Color3.new(1, 1, 1)
  507. BankIn.TextScaled = true
  508. BankIn.TextSize = 14
  509. BankIn.TextWrapped = true
  510.  
  511. TrainSpawn.Name = "TrainSpawn"
  512. TrainSpawn.Parent = VaporXTeleports
  513. TrainSpawn.BackgroundColor3 = Color3.new(0, 0, 1)
  514. TrainSpawn.BorderColor3 = Color3.new(1, 1, 1)
  515. TrainSpawn.BorderSizePixel = 3
  516. TrainSpawn.Position = UDim2.new(0.742071867, 0, 0.818000019, 0)
  517. TrainSpawn.Size = UDim2.new(0, 56, 0, 23)
  518. TrainSpawn.Font = Enum.Font.Cartoon
  519. TrainSpawn.Text = "Train (Spawn)"
  520. TrainSpawn.TextColor3 = Color3.new(1, 1, 1)
  521. TrainSpawn.TextScaled = true
  522. TrainSpawn.TextSize = 14
  523. TrainSpawn.TextWrapped = true
  524.  
  525. DealerShip.Name = "DealerShip"
  526. DealerShip.Parent = VaporXTeleports
  527. DealerShip.BackgroundColor3 = Color3.new(0, 0, 1)
  528. DealerShip.BorderColor3 = Color3.new(1, 1, 1)
  529. DealerShip.BorderSizePixel = 3
  530. DealerShip.Position = UDim2.new(0.104575172, 0, 0.390909135, 0)
  531. DealerShip.Size = UDim2.new(0, 56, 0, 23)
  532. DealerShip.Font = Enum.Font.Cartoon
  533. DealerShip.Text = "1M Dealership"
  534. DealerShip.TextColor3 = Color3.new(1, 1, 1)
  535. DealerShip.TextScaled = true
  536. DealerShip.TextSize = 14
  537. DealerShip.TextWrapped = true
  538.  
  539. Helipad.Name = "Helipad"
  540. Helipad.Parent = VaporXTeleports
  541. Helipad.BackgroundColor3 = Color3.new(0, 0, 1)
  542. Helipad.BorderColor3 = Color3.new(1, 1, 1)
  543. Helipad.BorderSizePixel = 3
  544. Helipad.Position = UDim2.new(0.741830111, 0, 0.390909076, 0)
  545. Helipad.Size = UDim2.new(0, 56, 0, 23)
  546. Helipad.Font = Enum.Font.Cartoon
  547. Helipad.Text = "Helipad #1"
  548. Helipad.TextColor3 = Color3.new(1, 1, 1)
  549. Helipad.TextScaled = true
  550. Helipad.TextSize = 14
  551. Helipad.TextWrapped = true
  552.  
  553. TPButton.Name = "TPButton"
  554. TPButton.Parent = VaporXTeleports
  555. TPButton.BackgroundColor3 = Color3.new(0, 0, 1)
  556. TPButton.BorderColor3 = Color3.new(1, 1, 1)
  557. TPButton.BorderSizePixel = 3
  558. TPButton.Position = UDim2.new(0.741830111, 0, 0.531818092, 0)
  559. TPButton.Size = UDim2.new(0, 56, 0, 23)
  560. TPButton.Font = Enum.Font.Cartoon
  561. TPButton.Text = "Donut Store"
  562. TPButton.TextColor3 = Color3.new(1, 1, 1)
  563. TPButton.TextScaled = true
  564. TPButton.TextSize = 14
  565. TPButton.TextWrapped = true
  566.  
  567. SecondHelipad.Name = "SecondHelipad"
  568. SecondHelipad.Parent = VaporXTeleports
  569. SecondHelipad.BackgroundColor3 = Color3.new(0, 0, 1)
  570. SecondHelipad.BorderColor3 = Color3.new(1, 1, 1)
  571. SecondHelipad.BorderSizePixel = 3
  572. SecondHelipad.Position = UDim2.new(0.104575165, 0, 0.531818211, 0)
  573. SecondHelipad.Size = UDim2.new(0, 56, 0, 23)
  574. SecondHelipad.Font = Enum.Font.Cartoon
  575. SecondHelipad.Text = "Helipad #2"
  576. SecondHelipad.TextColor3 = Color3.new(1, 1, 1)
  577. SecondHelipad.TextScaled = true
  578. SecondHelipad.TextSize = 14
  579. SecondHelipad.TextWrapped = true
  580.  
  581. PoliceStation.Name = "PoliceStation"
  582. PoliceStation.Parent = VaporXTeleports
  583. PoliceStation.BackgroundColor3 = Color3.new(0, 0, 1)
  584. PoliceStation.BorderColor3 = Color3.new(1, 1, 1)
  585. PoliceStation.BorderSizePixel = 3
  586. PoliceStation.Position = UDim2.new(0.320261449, 0, 0.531818151, 0)
  587. PoliceStation.Size = UDim2.new(0, 56, 0, 23)
  588. PoliceStation.Font = Enum.Font.Cartoon
  589. PoliceStation.Text = "Police Station"
  590. PoliceStation.TextColor3 = Color3.new(1, 1, 1)
  591. PoliceStation.TextScaled = true
  592. PoliceStation.TextSize = 14
  593. PoliceStation.TextWrapped = true
  594.  
  595. Porsche.Name = "Porsche"
  596. Porsche.Parent = VaporXTeleports
  597. Porsche.BackgroundColor3 = Color3.new(0, 0, 1)
  598. Porsche.BorderColor3 = Color3.new(1, 1, 1)
  599. Porsche.BorderSizePixel = 3
  600. Porsche.Position = UDim2.new(0.532849669, 0, 0.388999999, 0)
  601. Porsche.Size = UDim2.new(0, 56, 0, 23)
  602. Porsche.Font = Enum.Font.Cartoon
  603. Porsche.Text = "Porsche"
  604. Porsche.TextColor3 = Color3.new(1, 1, 1)
  605. Porsche.TextScaled = true
  606. Porsche.TextSize = 14
  607. Porsche.TextWrapped = true
  608.  
  609. PYard.Name = "PYard"
  610. PYard.Parent = VaporXTeleports
  611. PYard.BackgroundColor3 = Color3.new(0, 0, 1)
  612. PYard.BorderColor3 = Color3.new(1, 1, 1)
  613. PYard.BorderSizePixel = 3
  614. PYard.Position = UDim2.new(0.532679737, 0, 0.818181813, 0)
  615. PYard.Size = UDim2.new(0, 56, 0, 23)
  616. PYard.Font = Enum.Font.Cartoon
  617. PYard.Text = "Prison (Yard)"
  618. PYard.TextColor3 = Color3.new(1, 1, 1)
  619. PYard.TextScaled = true
  620. PYard.TextSize = 14
  621. PYard.TextWrapped = true
  622.  
  623. Museum.Name = "Museum"
  624. Museum.Parent = VaporXTeleports
  625. Museum.BackgroundColor3 = Color3.new(0, 0, 1)
  626. Museum.BorderColor3 = Color3.new(1, 1, 1)
  627. Museum.BorderSizePixel = 3
  628. Museum.Position = UDim2.new(0.320261449, 0, 0.818181813, 0)
  629. Museum.Size = UDim2.new(0, 56, 0, 23)
  630. Museum.Font = Enum.Font.Cartoon
  631. Museum.Text = "Museum"
  632. Museum.TextColor3 = Color3.new(1, 1, 1)
  633. Museum.TextScaled = true
  634. Museum.TextSize = 14
  635. Museum.TextWrapped = true
  636.  
  637. Lambo.Name = "Lambo"
  638. Lambo.Parent = VaporXTeleports
  639. Lambo.BackgroundColor3 = Color3.new(0, 0, 1)
  640. Lambo.BorderColor3 = Color3.new(1, 1, 1)
  641. Lambo.BorderSizePixel = 3
  642. Lambo.Position = UDim2.new(0.104575157, 0, 0.818181813, 0)
  643. Lambo.Size = UDim2.new(0, 56, 0, 23)
  644. Lambo.Font = Enum.Font.Cartoon
  645. Lambo.Text = "Lamborgini"
  646. Lambo.TextColor3 = Color3.new(1, 1, 1)
  647. Lambo.TextScaled = true
  648. Lambo.TextSize = 14
  649. Lambo.TextWrapped = true
  650.  
  651. JewTop.Name = "JewTop"
  652. JewTop.Parent = VaporXTeleports
  653. JewTop.BackgroundColor3 = Color3.new(0, 0, 1)
  654. JewTop.BorderColor3 = Color3.new(1, 1, 1)
  655. JewTop.BorderSizePixel = 3
  656. JewTop.Position = UDim2.new(0.741830051, 0, 0.672727287, 0)
  657. JewTop.Size = UDim2.new(0, 56, 0, 23)
  658. JewTop.Font = Enum.Font.Cartoon
  659. JewTop.Text = "Jewelry (Top)"
  660. JewTop.TextColor3 = Color3.new(1, 1, 1)
  661. JewTop.TextScaled = true
  662. JewTop.TextSize = 14
  663. JewTop.TextWrapped = true
  664.  
  665. BankOut.Name = "BankOut"
  666. BankOut.Parent = VaporXTeleports
  667. BankOut.BackgroundColor3 = Color3.new(0, 0, 1)
  668. BankOut.BorderColor3 = Color3.new(1, 1, 1)
  669. BankOut.BorderSizePixel = 3
  670. BankOut.Position = UDim2.new(0.532679737, 0, 0.672727287, 0)
  671. BankOut.Size = UDim2.new(0, 56, 0, 23)
  672. BankOut.Font = Enum.Font.Cartoon
  673. BankOut.Text = "Bank (Outside)"
  674. BankOut.TextColor3 = Color3.new(1, 1, 1)
  675. BankOut.TextScaled = true
  676. BankOut.TextSize = 14
  677. BankOut.TextWrapped = true
  678.  
  679. JewIn.Name = "JewIn"
  680. JewIn.Parent = VaporXTeleports
  681. JewIn.BackgroundColor3 = Color3.new(0, 0, 1)
  682. JewIn.BorderColor3 = Color3.new(1, 1, 1)
  683. JewIn.BorderSizePixel = 3
  684. JewIn.Position = UDim2.new(0.320261449, 0, 0.672727287, 0)
  685. JewIn.Size = UDim2.new(0, 56, 0, 23)
  686. JewIn.Font = Enum.Font.Cartoon
  687. JewIn.Text = "Jewelry (Inside)"
  688. JewIn.TextColor3 = Color3.new(1, 1, 1)
  689. JewIn.TextScaled = true
  690. JewIn.TextSize = 14
  691. JewIn.TextWrapped = true
  692.  
  693. GasStation.Name = "GasStation"
  694. GasStation.Parent = VaporXTeleports
  695. GasStation.BackgroundColor3 = Color3.new(0, 0, 1)
  696. GasStation.BorderColor3 = Color3.new(1, 1, 1)
  697. GasStation.BorderSizePixel = 3
  698. GasStation.Position = UDim2.new(0.104575157, 0, 0.672727287, 0)
  699. GasStation.Size = UDim2.new(0, 56, 0, 23)
  700. GasStation.Font = Enum.Font.Cartoon
  701. GasStation.Text = "Gas Station"
  702. GasStation.TextColor3 = Color3.new(1, 1, 1)
  703. GasStation.TextScaled = true
  704. GasStation.TextSize = 14
  705. GasStation.TextWrapped = true
  706.  
  707. Ciminal1.Name = "Ciminal1"
  708. Ciminal1.Parent = VaporXTeleports
  709. Ciminal1.BackgroundColor3 = Color3.new(0, 0, 1)
  710. Ciminal1.BorderColor3 = Color3.new(1, 1, 1)
  711. Ciminal1.BorderSizePixel = 3
  712. Ciminal1.Position = UDim2.new(0.215928018, 0, 0.249818236, 0)
  713. Ciminal1.Size = UDim2.new(0, 56, 0, 23)
  714. Ciminal1.Font = Enum.Font.Cartoon
  715. Ciminal1.Text = "Criminal Base #1"
  716. Ciminal1.TextColor3 = Color3.new(1, 1, 1)
  717. Ciminal1.TextScaled = true
  718. Ciminal1.TextSize = 14
  719. Ciminal1.TextWrapped = true
  720.  
  721. Tesla.Name = "Tesla"
  722. Tesla.Parent = VaporXTeleports
  723. Tesla.BackgroundColor3 = Color3.new(0, 0, 1)
  724. Tesla.BorderColor3 = Color3.new(1, 1, 1)
  725. Tesla.BorderSizePixel = 3
  726. Tesla.Position = UDim2.new(0.630960763, 0, 0.249818236, 0)
  727. Tesla.Size = UDim2.new(0, 56, 0, 23)
  728. Tesla.Font = Enum.Font.Cartoon
  729. Tesla.Text = "Tesla"
  730. Tesla.TextColor3 = Color3.new(1, 1, 1)
  731. Tesla.TextScaled = true
  732. Tesla.TextSize = 14
  733. Tesla.TextWrapped = true
  734.  
  735. Criminal2.Name = "Criminal2"
  736. Criminal2.Parent = VaporXTeleports
  737. Criminal2.BackgroundColor3 = Color3.new(0, 0, 1)
  738. Criminal2.BorderColor3 = Color3.new(1, 1, 1)
  739. Criminal2.BorderSizePixel = 3
  740. Criminal2.Position = UDim2.new(0.425078332, 0, 0.249818236, 0)
  741. Criminal2.Size = UDim2.new(0, 56, 0, 23)
  742. Criminal2.Font = Enum.Font.Cartoon
  743. Criminal2.Text = "Ciminal Base #2"
  744. Criminal2.TextColor3 = Color3.new(1, 1, 1)
  745. Criminal2.TextScaled = true
  746. Criminal2.TextSize = 14
  747. Criminal2.TextWrapped = true
  748.  
  749. OpenButton.Name = "OpenButton"
  750. OpenButton.Parent = VaporX
  751. OpenButton.BackgroundColor3 = Color3.new(0, 0, 1)
  752. OpenButton.BorderColor3 = Color3.new(1, 1, 1)
  753. OpenButton.BorderSizePixel = 3
  754. OpenButton.Position = UDim2.new(0, 0, 0.486404836, 0)
  755. OpenButton.Size = UDim2.new(0, 126, 0, 50)
  756. OpenButton.Visible = false
  757. OpenButton.Font = Enum.Font.Cartoon
  758. OpenButton.Text = "Open"
  759. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  760. OpenButton.TextScaled = true
  761. OpenButton.TextSize = 14
  762. OpenButton.TextWrapped = true
  763.  
  764. -- Scripts
  765.  
  766. CloseButtonTeleportsMenu.MouseButton1Down:connect(function()
  767. VaporXTeleports.Visible = false
  768. OpenButton.Visible = true
  769. end)
  770.  
  771. CloseButtonFunctionsMenu.MouseButton1Down:connect(function()
  772. VaporXFunctions.Visible = false
  773. OpenButton.Visible = false
  774. end)
  775.  
  776. CloseButtonMainMenu.MouseButton1Down:connect(function()
  777. VaporXMain.Visible = false
  778. OpenButton.Visible = true
  779. end)
  780.  
  781. OpenButton.MouseButton1Down:connect(function()
  782. VaporXMain.Visible = true
  783. OpenButton.Visible = false
  784. end)
  785.  
  786.  
  787. UnderstoodContinueButton.MouseButton1Down:connect(function()
  788. VaporXMain.Visible = true
  789. VaporXAgreement.Visible = false
  790. end)
  791.  
  792. BackToHomeFunctionsMenu.MouseButton1Down:connect(function()
  793. VaporXMain.Visible = true
  794. VaporXFunctions.Visible = false
  795. VaporXMain.Position = game.CoreGui.VaporX.VaporXFunctions.Position
  796. end)
  797.  
  798. BackToHomeTeleportsMenu.MouseButton1Down:connect(function()
  799. VaporXTeleports.Visible = false
  800. VaporXMain.Position = game.CoreGui.VaporX.VaporXTeleports.Position
  801. VaporXMain.Visible = true
  802. end)
  803.  
  804. Functions.MouseButton1Down:connect(function()
  805. VaporXFunctions.Visible = true
  806. VaporXFunctions.Position = game.CoreGui.VaporX.VaporXMain.Position
  807. VaporXMain.Visible = false
  808. VaporXMain.Position = game.CoreGui.VaporX.VaporXFunctions.Position
  809. VaporXTeleports.Position = game.CoreGui.VaporX.VaporXFunctions.Position
  810. end)
  811.  
  812. Teleports.MouseButton1Down:connect(function()
  813. VaporXTeleports.Visible = true
  814. VaporXTeleports.Position = game.CoreGui.VaporX.VaporXMain.Position
  815. VaporXMain.Visible = false
  816. VaporXMain.Position = game.CoreGui.VaporX.VaporXTeleports.Position
  817. VaporXFunctions.Position = game.CoreGui.VaporX.VaporXTeleports.Position
  818. end)
  819. --VaporXFunctions
  820. RemoveDoors.MouseButton1Down:connect(function()
  821. game:GetService("Workspace").Doors:Destroy()
  822. end)
  823.  
  824. Walkspeed.MouseButton1Down:connect(function()
  825. local walkspeedplayer = game:GetService("Players").LocalPlayer
  826. local walkspeedmouse = walkspeedplayer:GetMouse()
  827.  
  828. local walkspeedenabled = false
  829.  
  830. function x_walkspeed(key)
  831. if (key == "x") then
  832. if walkspeedenabled == false then
  833. _G.WS = 200;
  834. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  835. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  836. Humanoid.WalkSpeed = _G.WS;
  837. end)
  838. Humanoid.WalkSpeed = _G.WS;
  839.  
  840. walkspeedenabled = true
  841. elseif walkspeedenabled == true then
  842. _G.WS = 20;
  843. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  844. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  845. Humanoid.WalkSpeed = _G.WS;
  846. end)
  847. Humanoid.WalkSpeed = _G.WS;
  848.  
  849. walkspeedenabled = false
  850. end
  851. end
  852. end
  853.  
  854. walkspeedmouse.KeyDown:connect(x_walkspeed)
  855. end)
  856.  
  857. GodBuggy.MouseButton1Down:connect(function()
  858. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  859. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  860. l.Parent = game:GetService("Players").LocalPlayer.Character
  861. l.Name = "Humanoid"
  862. wait(0.1)
  863. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  864. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  865. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  866. wait(0.1)
  867. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  868. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  869. end)
  870.  
  871. InfRFuel.MouseButton1Down:connect(function()
  872. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "q"
  873. end)
  874.  
  875. DestroyCityBuildings.MouseButton1Down:connect(function()
  876. game:GetService("Workspace").Buildings:Destroy()
  877. end)
  878.  
  879.  
  880. Pistol.MouseButton1Down:connect(function()
  881. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  882.  
  883. a = Instance.new("Part", workspace)
  884. a.Anchored = true
  885. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  886. a.CanCollide = false
  887.  
  888. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  889. if v.Name == "Station" then
  890. for a, b in pairs(v:GetChildren()) do
  891. if b:IsA("StringValue") then
  892. if b.Value == "Pistol" then
  893. v.CFrame = CFrame.new(hit)
  894. end
  895. end
  896. end
  897. end
  898. end
  899. end)
  900.  
  901. Shotgun.MouseButton1Down:connect(function()
  902. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  903.  
  904. a = Instance.new("Part", workspace)
  905. a.Anchored = true
  906. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  907. a.CanCollide = false
  908.  
  909. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  910. if v.Name == "Station" then
  911. for a, b in pairs(v:GetChildren()) do
  912. if b:IsA("StringValue") then
  913. if b.Value == "Shotgun" then
  914. v.CFrame = CFrame.new(hit)
  915. end
  916. end
  917. end
  918. end
  919. end
  920. end)
  921.  
  922. Noclip.MouseButton1Down:connect(function()
  923. _G.NC = not _G.NC
  924.  
  925. local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y
  926.  
  927. if _G.InitNC ~= true then
  928. _G.NCFunc = function(part)
  929. if _G.NC then
  930. if part.Position.Y > pos then
  931. part.CanCollide = false
  932. end
  933. end
  934. end
  935.  
  936. _G.InitNC = true
  937. end
  938.  
  939. if _G.NC and _G.NCFunc ~= nil then
  940. game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc)
  941. end
  942. end)
  943.  
  944. SetTheGravity.MouseButton1Down:connect(function()
  945. game.Workspace.Gravity = GravSelection.Text
  946. end)
  947.  
  948. --teleports
  949.  
  950.  
  951. Ferrari.MouseButton1Down:connect(function()
  952. for i=1,32 do
  953. wait(.08)
  954. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1,0,0)
  955. end
  956. end)
  957.  
  958. Lambo.MouseButton1Down:connect(function()
  959. for i=1,32 do
  960. wait(.08)
  961. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0)
  962. end
  963. end)
  964.  
  965. PoliceStation.MouseButton1Down:connect(function()
  966. for i=1,32 do
  967. wait(.08)
  968. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  969. end
  970. end)
  971.  
  972. Helipad.MouseButton1Down:connect(function()
  973. for i=1,32 do
  974. wait(.08)
  975. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0)
  976. end
  977. end)
  978.  
  979. SecondHelipad.MouseButton1Down:connect(function()
  980. for i=1,32 do
  981. wait(.08)
  982. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(737.95105, 69.4690094, 1095.53442) + Vector3.new(1,0,0)
  983. end
  984. end)
  985.  
  986. Porsche.MouseButton1Down:connect(function()
  987. for i=1,32 do
  988. wait(.08)
  989. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  990. end
  991. end)
  992.  
  993. DealerShip.MouseButton1Down:connect(function()
  994. for i=1,32 do
  995. wait(.08)
  996. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.985474, 17.8676395, -1704.00525) + Vector3.new(1,0,0)
  997. end
  998. end)
  999.  
  1000. Tesla.MouseButton1Down:connect(function()
  1001. for i=1,32 do
  1002. wait(.08)
  1003. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-132.424164, 17.9162769, 556.760864) + Vector3.new(1,0,0)
  1004. end
  1005. end)
  1006.  
  1007. Museum.MouseButton1Down:connect(function()
  1008. for i = 1,45 do
  1009. wait(.08)
  1010. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  1011. end
  1012. end)
  1013. TrainSpawn.MouseButton1Down:connect(function()
  1014. for i=1,32 do
  1015. wait(.08)
  1016. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  1017. end
  1018. end)
  1019.  
  1020. PYard.MouseButton1Down:connect(function()
  1021. for i=1,32 do
  1022. wait(.08)
  1023. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  1024. end
  1025. end)
  1026.  
  1027. Ciminal1.MouseButton1Down:connect(function()
  1028. for i=1,32 do
  1029. wait(.08)
  1030. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  1031. end
  1032. end)
  1033.  
  1034. Criminal2.MouseButton1Down:connect(function()
  1035. for i=1,32 do
  1036. wait(.08)
  1037. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  1038. end
  1039. end)
  1040.  
  1041. JewTop.MouseButton1Down:connect(function()
  1042. for i=1,32 do
  1043. wait(.08)
  1044. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  1045. end
  1046. end)
  1047.  
  1048. JewIn.MouseButton1Down:connect(function()
  1049. for i=1,32 do
  1050. wait(.08)
  1051. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  1052. end
  1053. end)
  1054.  
  1055. BankOut.MouseButton1Down:connect(function()
  1056. for i=1,32 do
  1057. wait(.08)
  1058. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  1059. end
  1060. end)
  1061.  
  1062. BankIn.MouseButton1Down:connect(function()
  1063. for i=1,32 do
  1064. wait(.08)
  1065. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  1066. end
  1067. end)
  1068.  
  1069. GasStation.MouseButton1Down:connect(function()
  1070. for i=1,32 do
  1071. wait(.08)
  1072. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  1073. end
  1074. end)
  1075.  
  1076. TPButton.MouseButton1Down:connect(function()
  1077. for i=1,32 do
  1078. wait(.08)
  1079. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  1080. end
  1081. end)
  1082.  
  1083. --Draggable
  1084. VaporXFunctions.Draggable = true
  1085. VaporXMain.Draggable = true
  1086. VaporXTeleports.Draggable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement