Guest User

Untitled

a guest
Jan 19th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 123.08 KB | None | 0 0
  1. if game.PlaceId ~= 606849621 then return end
  2.  
  3. pcall(function()
  4. local mt = getrawmetatable(game)
  5. make_writeable(mt)
  6.  
  7. local old = mt.__index
  8. mt.__index = function(self, i)
  9. if i == "Velocity" and tostring(self) == "HumanoidRootPart" then
  10. return Vector3.new()
  11. elseif i == "WalkSpeed" then
  12. return 16
  13. elseif i == "JumpPower" then
  14. return 50
  15. end
  16. return old(self, i)
  17. end
  18. end)
  19.  
  20. game:GetService('Workspace').Banks:GetChildren()[1].Name="Bank"
  21. game:GetService('Workspace').Jewelrys:GetChildren()[1].Name="Jewelry"
  22. game:GetService('Workspace').SmallStores:GetChildren()[1].Name="Gas"
  23. game:GetService('Workspace').SmallStores:GetChildren()[2].Name="Donut"
  24.  
  25. -- Objects
  26.  
  27. local Main = Instance.new("ScreenGui")
  28. local MainGui = Instance.new("Frame")
  29. local GlobalA = Instance.new("Frame")
  30. local Numbers = Instance.new("TextBox")
  31. local WalkSpeed = Instance.new("TextButton")
  32. local GlobalB = Instance.new("Frame")
  33. local InfAmmo = Instance.new("TextButton")
  34. local JumpPower = Instance.new("TextButton")
  35. local GlobalC = Instance.new("Frame")
  36. local Leave = Instance.new("TextButton")
  37. local Active = Instance.new("TextButton")
  38. local Or = Instance.new("TextLabel")
  39. local Disable = Instance.new("TextButton")
  40. local ClickTp = Instance.new("TextButton")
  41. local Teleport = Instance.new("TextButton")
  42. local Created = Instance.new("TextLabel")
  43. local Version = Instance.new("TextLabel")
  44. local Place = Instance.new("TextButton")
  45. local Credits = Instance.new("TextButton")
  46. local CreditsGui = Instance.new("Frame")
  47. local GlobalD = Instance.new("Frame")
  48. local Away = Instance.new("TextButton")
  49. local Text = Instance.new("TextLabel")
  50. local PlaceTeleport = Instance.new("Frame")
  51. local GlobalE = Instance.new("Frame")
  52. local BankOutside = Instance.new("TextButton")
  53. local GlobalF = Instance.new("Frame")
  54. local Donut = Instance.new("TextButton")
  55. local PoliceStation1 = Instance.new("TextButton")
  56. local Gas = Instance.new("TextButton")
  57. local PoliceStation2 = Instance.new("TextButton")
  58. local CriminalBase1 = Instance.new("TextButton")
  59. local CriminalBase2 = Instance.new("TextButton")
  60. local BankInside = Instance.new("TextButton")
  61. local JewelryOutside = Instance.new("TextButton")
  62. local JewelryInside = Instance.new("TextButton")
  63. local Need = Instance.new("TextButton")
  64. local Made = Instance.new("TextLabel")
  65. local Pelo = Instance.new("TextLabel")
  66. local Store = Instance.new("TextButton")
  67. local JailbreakStacks = Instance.new("TextLabel")
  68. local Color = Instance.new("TextLabel")
  69. local TeleportTo = Instance.new("TextButton")
  70. local CarsTeleport = Instance.new("Frame")
  71. local GlobalG = Instance.new("Frame")
  72. local Camaro = Instance.new("TextButton")
  73. local GlobalH = Instance.new("Frame")
  74. local Mustang = Instance.new("TextButton")
  75. local ATV = Instance.new("TextButton")
  76. local DirtBike = Instance.new("TextButton")
  77. local Heli = Instance.new("TextButton")
  78. local Lamborghini = Instance.new("TextButton")
  79. local Monster = Instance.new("TextButton")
  80. local Volt = Instance.new("TextButton")
  81. local GetOut = Instance.new("TextButton")
  82. local AAA = Instance.new("TextLabel")
  83. local Cars = Instance.new("TextButton")
  84. local Bugatti = Instance.new("TextButton")
  85. local SUV = Instance.new("TextButton")
  86. local Jail = Instance.new("TextButton")
  87. local FeaturesGui = Instance.new("Frame")
  88. local GlobalI = Instance.new("Frame")
  89. local Nitro = Instance.new("TextButton")
  90. local GlobalJ = Instance.new("Frame")
  91. local Doors = Instance.new("TextButton")
  92. local gdfgdfg = Instance.new("TextLabel")
  93. local Kms = Instance.new("TextButton")
  94. local Features = Instance.new("TextButton")
  95. local Lasers = Instance.new("TextButton")
  96. local GlobalL = Instance.new("Frame")
  97. local HELP = Instance.new("TextButton")
  98. local Activee = Instance.new("TextButton")
  99. local yu756uytju = Instance.new("TextLabel")
  100. local Disablee = Instance.new("TextButton")
  101. local asdy45y = Instance.new("TextLabel")
  102. local _87u6thrj76 = Instance.new("TextLabel")
  103. local McLaren = Instance.new("TextButton")
  104. local Model3 = Instance.new("TextButton")
  105. local Stories = Instance.new("TextButton")
  106. local Bank = Instance.new("TextLabel")
  107. local Train = Instance.new("TextLabel")
  108. local Jewerly = Instance.new("TextLabel")
  109. local Goto = Instance.new("TextButton")
  110. local Bounty = Instance.new("TextLabel")
  111. local Username = Instance.new("TextLabel")
  112. local MoreVehicles = Instance.new("TextButton")
  113. local MoreCarsGui = Instance.new("Frame")
  114. local GlobalZ = Instance.new("Frame")
  115. local Porsche = Instance.new("TextButton")
  116. local GlobalY = Instance.new("Frame")
  117. local Pickup = Instance.new("TextButton")
  118. local ComingSoon1 = Instance.new("TextButton")
  119. local ComingSoon4 = Instance.new("TextButton")
  120. local Ufo = Instance.new("TextButton")
  121. local MiniCooper = Instance.new("TextButton")
  122. local ComingSoon5 = Instance.new("TextButton")
  123. local ComingSoon6 = Instance.new("TextButton")
  124. local MyLife = Instance.new("TextButton")
  125. local OOO = Instance.new("TextLabel")
  126. local SwatVan = Instance.new("TextButton")
  127. local Ferrari = Instance.new("TextButton")
  128. local ComingSoon2 = Instance.new("TextButton")
  129. local DuneBuggy = Instance.new("TextButton")
  130. local ComingSoon3 = Instance.new("TextButton")
  131. local ChangelogGui = Instance.new("Frame")
  132. local Ok = Instance.new("TextButton")
  133. local GlobalLolA = Instance.new("Frame")
  134. local GlobalLolB = Instance.new("Frame")
  135. local ChangelogPrefix = Instance.new("TextLabel")
  136. local ChangelogText = Instance.new("TextLabel")
  137. local GlobalLolC = Instance.new("Frame")
  138. local ThisIsAText = Instance.new("TextLabel")
  139. local VersionB = Instance.new("TextLabel")
  140. local BringGui = Instance.new("Frame")
  141. local GlobalIEDFYH56TU = Instance.new("Frame")
  142. local CreatedByMe = Instance.new("TextLabel")
  143. local AwayPlease = Instance.new("TextButton")
  144. local AK47 = Instance.new("TextButton")
  145. local Pistol = Instance.new("TextButton")
  146. local Shotgun = Instance.new("TextButton")
  147. local SWATRifle = Instance.new("TextButton")
  148. local SWATPistol = Instance.new("TextButton")
  149. local Flashlight = Instance.new("TextButton")
  150. local Bring = Instance.new("TextButton")
  151. local GlobalASD = Instance.new("Frame")
  152.  
  153. -- Properties
  154.  
  155. local plr = game:GetService('Players').LocalPlayer
  156. local Mouse = plr:GetMouse()
  157.  
  158. Mouse.KeyDown:connect(function(key)
  159. if key == 'o' then
  160. if MainGui.Visible then MainGui.Visible = false else MainGui.Visible = true
  161. end
  162. end
  163. end)
  164.  
  165. Main.Name = "Main"
  166. Main.Parent = game.CoreGui
  167.  
  168. MainGui.Name = "MainGui"
  169. MainGui.Parent = Main
  170. MainGui.Active = true
  171. MainGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  172. MainGui.BorderSizePixel = 0
  173. MainGui.Draggable = true
  174. MainGui.Position = UDim2.new(0.228508443, 0, 0.387412578, 0)
  175. MainGui.Selectable = true
  176. MainGui.Size = UDim2.new(0, 726, 0, 312)
  177. MainGui.Visible = false
  178.  
  179. GlobalA.Name = "GlobalA"
  180. GlobalA.Parent = MainGui
  181. GlobalA.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  182. GlobalA.BorderSizePixel = 0
  183. GlobalA.Size = UDim2.new(0, 726, 0, 31)
  184.  
  185. Numbers.Name = "Numbers"
  186. Numbers.Parent = MainGui
  187. Numbers.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  188. Numbers.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  189. Numbers.BorderSizePixel = 4
  190. Numbers.Position = UDim2.new(0.00826446246, 0, 0.176870748, 0)
  191. Numbers.Size = UDim2.new(0, 275, 0, 50)
  192. Numbers.Font = Enum.Font.SourceSansSemibold
  193. Numbers.Text = "Enter Value"
  194. Numbers.TextColor3 = Color3.new(1, 1, 1)
  195. Numbers.TextScaled = true
  196. Numbers.TextSize = 14
  197. Numbers.TextWrapped = true
  198.  
  199. WalkSpeed.Name = "WalkSpeed"
  200. WalkSpeed.Parent = MainGui
  201. WalkSpeed.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  202. WalkSpeed.BorderSizePixel = 3
  203. WalkSpeed.Position = UDim2.new(0.406858534, 0, 0.176956654, 0)
  204. WalkSpeed.Size = UDim2.new(0, 136, 0, 50)
  205. WalkSpeed.Style = Enum.ButtonStyle.RobloxButton
  206. WalkSpeed.Font = Enum.Font.SourceSans
  207. WalkSpeed.Text = "WalkSpeed"
  208. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  209. WalkSpeed.TextScaled = true
  210. WalkSpeed.TextSize = 14
  211. WalkSpeed.TextWrapped = true
  212.  
  213. GlobalB.Name = "GlobalB"
  214. GlobalB.Parent = MainGui
  215. GlobalB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  216. GlobalB.BorderSizePixel = 0
  217. GlobalB.Position = UDim2.new(0, 0, 0.413461536, 0)
  218. GlobalB.Size = UDim2.new(0, 726, 0, 31)
  219.  
  220. InfAmmo.Name = "InfAmmo"
  221. InfAmmo.Parent = MainGui
  222. InfAmmo.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  223. InfAmmo.BorderSizePixel = 3
  224. InfAmmo.Position = UDim2.new(0.717535853, 0, 0.55261755, 0)
  225. InfAmmo.Size = UDim2.new(0, 200, 0, 50)
  226. InfAmmo.Style = Enum.ButtonStyle.RobloxButton
  227. InfAmmo.Font = Enum.Font.SourceSans
  228. InfAmmo.Text = "Inf Ammo: Off"
  229. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  230. InfAmmo.TextScaled = true
  231. InfAmmo.TextSize = 14
  232. InfAmmo.TextWrapped = true
  233.  
  234. JumpPower.Name = "JumpPower"
  235. JumpPower.Parent = MainGui
  236. JumpPower.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  237. JumpPower.BorderSizePixel = 3
  238. JumpPower.Position = UDim2.new(0.607547462, 0, 0.175308049, 0)
  239. JumpPower.Size = UDim2.new(0, 136, 0, 50)
  240. JumpPower.Style = Enum.ButtonStyle.RobloxButton
  241. JumpPower.Font = Enum.Font.SourceSans
  242. JumpPower.Text = "JumpPower"
  243. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  244. JumpPower.TextScaled = true
  245. JumpPower.TextSize = 14
  246. JumpPower.TextWrapped = true
  247.  
  248. ClickTp.Name = "ClickTp"
  249. ClickTp.Parent = MainGui
  250. ClickTp.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  251. ClickTp.BorderSizePixel = 3
  252. ClickTp.Position = UDim2.new(0.0077894982, 0, 0.55261755, 0)
  253. ClickTp.Size = UDim2.new(0, 200, 0, 50)
  254. ClickTp.Style = Enum.ButtonStyle.RobloxButton
  255. ClickTp.Font = Enum.Font.SourceSans
  256. ClickTp.Text = "Click Tp"
  257. ClickTp.TextColor3 = Color3.new(1, 1, 1)
  258. ClickTp.TextScaled = true
  259. ClickTp.TextSize = 14
  260. ClickTp.TextWrapped = true
  261.  
  262. Teleport.Name = "Teleport"
  263. Teleport.Parent = MainGui
  264. Teleport.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  265. Teleport.BorderSizePixel = 3
  266. Teleport.Position = UDim2.new(0.80578512, 0, 0.176870793, 0)
  267. Teleport.Size = UDim2.new(0, 136, 0, 50)
  268. Teleport.Style = Enum.ButtonStyle.RobloxButton
  269. Teleport.Font = Enum.Font.SourceSans
  270. Teleport.Text = "Teleport"
  271. Teleport.TextColor3 = Color3.new(1, 1, 1)
  272. Teleport.TextScaled = true
  273. Teleport.TextSize = 14
  274. Teleport.TextWrapped = true
  275.  
  276. Created.Name = "Created"
  277. Created.Parent = MainGui
  278. Created.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  279. Created.BorderSizePixel = 0
  280. Created.Position = UDim2.new(0.00826446246, 0, 0, 0)
  281. Created.Size = UDim2.new(0, 200, 0, 31)
  282. Created.Font = Enum.Font.SourceSans
  283. Created.Text = "Created By: TheAmazingShow"
  284. Created.TextColor3 = Color3.new(1, 1, 1)
  285. Created.TextScaled = true
  286. Created.TextSize = 14
  287. Created.TextWrapped = true
  288.  
  289. Version.Name = "Version"
  290. Version.Parent = MainGui
  291. Version.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  292. Version.BorderSizePixel = 0
  293. Version.Position = UDim2.new(0.818181813, 0, 0, 0)
  294. Version.Size = UDim2.new(0, 127, 0, 31)
  295. Version.Font = Enum.Font.SourceSans
  296. Version.Text = "v 2.1.4b | 12/28"
  297. Version.TextColor3 = Color3.new(1, 1, 1)
  298. Version.TextScaled = true
  299. Version.TextSize = 14
  300. Version.TextWrapped = true
  301.  
  302. Place.Name = "Place"
  303. Place.Parent = MainGui
  304. Place.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  305. Place.BorderSizePixel = 3
  306. Place.Position = UDim2.new(0.362472683, 0, 0.512731493, 0)
  307. Place.Size = UDim2.new(0, 200, 0, 50)
  308. Place.Style = Enum.ButtonStyle.RobloxButton
  309. Place.Font = Enum.Font.SourceSans
  310. Place.Text = "Teleport To Place"
  311. Place.TextColor3 = Color3.new(1, 1, 1)
  312. Place.TextScaled = true
  313. Place.TextSize = 14
  314. Place.TextWrapped = true
  315.  
  316. Credits.Name = "Credits"
  317. Credits.Parent = MainGui
  318. Credits.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  319. Credits.BorderSizePixel = 3
  320. Credits.Position = UDim2.new(0.361783952, 0, 0.82077527, 0)
  321. Credits.Size = UDim2.new(0, 200, 0, 50)
  322. Credits.Style = Enum.ButtonStyle.RobloxButton
  323. Credits.Font = Enum.Font.SourceSans
  324. Credits.Text = "Credits"
  325. Credits.TextColor3 = Color3.new(1, 1, 1)
  326. Credits.TextScaled = true
  327. Credits.TextSize = 14
  328. Credits.TextWrapped = true
  329.  
  330. CreditsGui.Name = "CreditsGui"
  331. CreditsGui.Parent = Main
  332. CreditsGui.Active = true
  333. CreditsGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  334. CreditsGui.BorderSizePixel = 0
  335. CreditsGui.Draggable = true
  336. CreditsGui.Position = UDim2.new(0.312593699, 0, 0.227272734, 0)
  337. CreditsGui.Selectable = true
  338. CreditsGui.Size = UDim2.new(0, 499, 0, 371)
  339. CreditsGui.Visible = false
  340.  
  341. GlobalD.Name = "GlobalD"
  342. GlobalD.Parent = CreditsGui
  343. GlobalD.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  344. GlobalD.BorderSizePixel = 0
  345. GlobalD.Size = UDim2.new(0, 499, 0, 31)
  346.  
  347. Away.Name = "Away"
  348. Away.Parent = CreditsGui
  349. Away.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  350. Away.BorderSizePixel = 0
  351. Away.Position = UDim2.new(0.920631409, 0, 0.0119120078, 0)
  352. Away.Size = UDim2.new(0, 40, 0, 23)
  353. Away.Font = Enum.Font.SourceSans
  354. Away.Text = "X"
  355. Away.TextColor3 = Color3.new(1, 1, 1)
  356. Away.TextScaled = true
  357. Away.TextSize = 14
  358. Away.TextWrapped = true
  359.  
  360. Text.Name = "Text"
  361. Text.Parent = CreditsGui
  362. Text.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  363. Text.BorderSizePixel = 0
  364. Text.Position = UDim2.new(0, 0, 0.0835579485, 0)
  365. Text.Size = UDim2.new(0, 499, 0, 323)
  366. Text.Font = Enum.Font.SourceSans
  367. Text.Text = "TheAmazingShow Bypass"
  368. Text.TextColor3 = Color3.new(1, 1, 1)
  369. Text.TextScaled = true
  370. Text.TextSize = 14
  371. Text.TextWrapped = true
  372.  
  373. PlaceTeleport.Name = "PlaceTeleport"
  374. PlaceTeleport.Parent = Main
  375. PlaceTeleport.Active = true
  376. PlaceTeleport.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  377. PlaceTeleport.BorderSizePixel = 0
  378. PlaceTeleport.Draggable = true
  379. PlaceTeleport.Position = UDim2.new(0.227773696, 0, 0.283916086, 0)
  380. PlaceTeleport.Selectable = true
  381. PlaceTeleport.Size = UDim2.new(0, 726, 0, 323)
  382. PlaceTeleport.Visible = false
  383.  
  384. GlobalE.Name = "GlobalE"
  385. GlobalE.Parent = PlaceTeleport
  386. GlobalE.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  387. GlobalE.BorderSizePixel = 0
  388. GlobalE.Size = UDim2.new(0, 726, 0, 31)
  389.  
  390. BankOutside.Name = "Bank Outside"
  391. BankOutside.Parent = PlaceTeleport
  392. BankOutside.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  393. BankOutside.BorderSizePixel = 3
  394. BankOutside.Position = UDim2.new(0.00878692232, 0, 0.176956654, 0)
  395. BankOutside.Size = UDim2.new(0, 136, 0, 50)
  396. BankOutside.Style = Enum.ButtonStyle.RobloxButton
  397. BankOutside.Font = Enum.Font.SourceSans
  398. BankOutside.Text = "Bank Outside"
  399. BankOutside.TextColor3 = Color3.new(1, 1, 1)
  400. BankOutside.TextScaled = true
  401. BankOutside.TextSize = 14
  402. BankOutside.TextWrapped = true
  403.  
  404. GlobalF.Name = "GlobalF"
  405. GlobalF.Parent = PlaceTeleport
  406. GlobalF.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  407. GlobalF.BorderSizePixel = 0
  408. GlobalF.Position = UDim2.new(0, 0, 0.452380955, 0)
  409. GlobalF.Size = UDim2.new(0, 726, 0, 31)
  410.  
  411. Donut.Name = "Donut"
  412. Donut.Parent = PlaceTeleport
  413. Donut.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  414. Donut.BorderSizePixel = 3
  415. Donut.Position = UDim2.new(0.717535853, 0, 0.684027791, 0)
  416. Donut.Size = UDim2.new(0, 200, 0, 50)
  417. Donut.Style = Enum.ButtonStyle.RobloxButton
  418. Donut.Font = Enum.Font.SourceSans
  419. Donut.Text = "Donut"
  420. Donut.TextColor3 = Color3.new(1, 1, 1)
  421. Donut.TextScaled = true
  422. Donut.TextSize = 14
  423. Donut.TextWrapped = true
  424.  
  425. PoliceStation1.Name = "Police Station 1"
  426. PoliceStation1.Parent = PlaceTeleport
  427. PoliceStation1.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  428. PoliceStation1.BorderSizePixel = 3
  429. PoliceStation1.Position = UDim2.new(0.606169999, 0, 0.178565383, 0)
  430. PoliceStation1.Size = UDim2.new(0, 136, 0, 50)
  431. PoliceStation1.Style = Enum.ButtonStyle.RobloxButton
  432. PoliceStation1.Font = Enum.Font.SourceSans
  433. PoliceStation1.Text = "Police Station 1"
  434. PoliceStation1.TextColor3 = Color3.new(1, 1, 1)
  435. PoliceStation1.TextScaled = true
  436. PoliceStation1.TextSize = 14
  437. PoliceStation1.TextWrapped = true
  438.  
  439. Gas.Name = "Gas"
  440. Gas.Parent = PlaceTeleport
  441. Gas.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  442. Gas.BorderSizePixel = 3
  443. Gas.Position = UDim2.new(0.0133364033, 0, 0.580268979, 0)
  444. Gas.Size = UDim2.new(0, 200, 0, 50)
  445. Gas.Style = Enum.ButtonStyle.RobloxButton
  446. Gas.Font = Enum.Font.SourceSans
  447. Gas.Text = "Gas"
  448. Gas.TextColor3 = Color3.new(1, 1, 1)
  449. Gas.TextScaled = true
  450. Gas.TextSize = 14
  451. Gas.TextWrapped = true
  452.  
  453. PoliceStation2.Name = "Police Station 2"
  454. PoliceStation2.Parent = PlaceTeleport
  455. PoliceStation2.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  456. PoliceStation2.BorderSizePixel = 3
  457. PoliceStation2.Position = UDim2.new(0.806274593, 0, 0.177573323, 0)
  458. PoliceStation2.Size = UDim2.new(0, 136, 0, 50)
  459. PoliceStation2.Style = Enum.ButtonStyle.RobloxButton
  460. PoliceStation2.Font = Enum.Font.SourceSans
  461. PoliceStation2.Text = "Police Station 2"
  462. PoliceStation2.TextColor3 = Color3.new(1, 1, 1)
  463. PoliceStation2.TextScaled = true
  464. PoliceStation2.TextSize = 14
  465. PoliceStation2.TextWrapped = true
  466.  
  467. CriminalBase1.Name = "Criminal Base 1"
  468. CriminalBase1.Parent = PlaceTeleport
  469. CriminalBase1.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  470. CriminalBase1.BorderSizePixel = 3
  471. CriminalBase1.Position = UDim2.new(0.362258941, 0, 0.557275534, 0)
  472. CriminalBase1.Size = UDim2.new(0, 200, 0, 44)
  473. CriminalBase1.Style = Enum.ButtonStyle.RobloxButton
  474. CriminalBase1.Font = Enum.Font.SourceSans
  475. CriminalBase1.Text = "Criminal Base 1"
  476. CriminalBase1.TextColor3 = Color3.new(1, 1, 1)
  477. CriminalBase1.TextScaled = true
  478. CriminalBase1.TextSize = 14
  479. CriminalBase1.TextWrapped = true
  480.  
  481. CriminalBase2.Name = "Criminal Base 2"
  482. CriminalBase2.Parent = PlaceTeleport
  483. CriminalBase2.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  484. CriminalBase2.BorderSizePixel = 3
  485. CriminalBase2.Position = UDim2.new(0.362258971, 0, 0.862243176, 0)
  486. CriminalBase2.Size = UDim2.new(0, 200, 0, 44)
  487. CriminalBase2.Style = Enum.ButtonStyle.RobloxButton
  488. CriminalBase2.Font = Enum.Font.SourceSans
  489. CriminalBase2.Text = "Criminal Base 2"
  490. CriminalBase2.TextColor3 = Color3.new(1, 1, 1)
  491. CriminalBase2.TextScaled = true
  492. CriminalBase2.TextSize = 14
  493. CriminalBase2.TextWrapped = true
  494.  
  495. BankInside.Name = "Bank Inside"
  496. BankInside.Parent = PlaceTeleport
  497. BankInside.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  498. BankInside.BorderSizePixel = 3
  499. BankInside.Position = UDim2.new(0.209248677, 0, 0.176567644, 0)
  500. BankInside.Size = UDim2.new(0, 136, 0, 50)
  501. BankInside.Style = Enum.ButtonStyle.RobloxButton
  502. BankInside.Font = Enum.Font.SourceSans
  503. BankInside.Text = "Bank Inside"
  504. BankInside.TextColor3 = Color3.new(1, 1, 1)
  505. BankInside.TextScaled = true
  506. BankInside.TextSize = 14
  507. BankInside.TextWrapped = true
  508.  
  509. JewelryOutside.Name = "Jewelry Outside"
  510. JewelryOutside.Parent = PlaceTeleport
  511. JewelryOutside.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  512. JewelryOutside.BorderSizePixel = 3
  513. JewelryOutside.Position = UDim2.new(0.40621838, 0, 0.105139069, 0)
  514. JewelryOutside.Size = UDim2.new(0, 136, 0, 50)
  515. JewelryOutside.Style = Enum.ButtonStyle.RobloxButton
  516. JewelryOutside.Font = Enum.Font.SourceSans
  517. JewelryOutside.Text = "Jewelry Outside"
  518. JewelryOutside.TextColor3 = Color3.new(1, 1, 1)
  519. JewelryOutside.TextScaled = true
  520. JewelryOutside.TextSize = 14
  521. JewelryOutside.TextWrapped = true
  522.  
  523. JewelryInside.Name = "Jewelry Inside"
  524. JewelryInside.Parent = PlaceTeleport
  525. JewelryInside.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  526. JewelryInside.BorderSizePixel = 3
  527. JewelryInside.Position = UDim2.new(0.40621838, 0, 0.28200981, 0)
  528. JewelryInside.Size = UDim2.new(0, 136, 0, 50)
  529. JewelryInside.Style = Enum.ButtonStyle.RobloxButton
  530. JewelryInside.Font = Enum.Font.SourceSans
  531. JewelryInside.Text = "Jewelry Inside"
  532. JewelryInside.TextColor3 = Color3.new(1, 1, 1)
  533. JewelryInside.TextScaled = true
  534. JewelryInside.TextSize = 14
  535. JewelryInside.TextWrapped = true
  536.  
  537. Need.Name = "Need"
  538. Need.Parent = PlaceTeleport
  539. Need.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  540. Need.BorderSizePixel = 0
  541. Need.Position = UDim2.new(0.94765842, 0, 0.0153061226, 0)
  542. Need.Size = UDim2.new(0, 38, 0, 22)
  543. Need.Font = Enum.Font.SourceSans
  544. Need.Text = "X"
  545. Need.TextColor3 = Color3.new(1, 1, 1)
  546. Need.TextScaled = true
  547. Need.TextSize = 14
  548. Need.TextWrapped = true
  549.  
  550. Made.Name = "Made"
  551. Made.Parent = PlaceTeleport
  552. Made.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  553. Made.BorderSizePixel = 0
  554. Made.Position = UDim2.new(0.000631913543, 0, -0.000523686409, 0)
  555. Made.Size = UDim2.new(0, 200, 0, 31)
  556. Made.Font = Enum.Font.SourceSans
  557. Made.Text = "Created By: TheAmazingShow"
  558. Made.TextColor3 = Color3.new(1, 1, 1)
  559. Made.TextScaled = true
  560. Made.TextSize = 14
  561. Made.TextWrapped = true
  562.  
  563.  
  564. Store.Name = "Store"
  565. Store.Parent = PlaceTeleport
  566. Store.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  567. Store.BorderSizePixel = 3
  568. Store.Position = UDim2.new(0.362258941, 0, 0.693498433, 0)
  569. Store.Size = UDim2.new(0, 200, 0, 55)
  570. Store.Style = Enum.ButtonStyle.RobloxButton
  571. Store.Font = Enum.Font.SourceSans
  572. Store.Text = "1M Store"
  573. Store.TextColor3 = Color3.new(1, 1, 1)
  574. Store.TextScaled = true
  575. Store.TextSize = 14
  576. Store.TextWrapped = true
  577.  
  578. JailbreakStacks.Name = "LuciHUB"
  579. JailbreakStacks.Parent = MainGui
  580. JailbreakStacks.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  581. JailbreakStacks.BorderSizePixel = 0
  582. JailbreakStacks.Position = UDim2.new(0.371212125, 0, 0, 0)
  583. JailbreakStacks.Size = UDim2.new(0, 200, 0, 31)
  584. JailbreakStacks.Font = Enum.Font.SourceSans
  585. JailbreakStacks.Text = "I|JailbreakStacks|I"
  586. JailbreakStacks.TextColor3 = Color3.new(1, 1, 1)
  587. JailbreakStacks.TextScaled = true
  588. JailbreakStacks.TextSize = 14
  589. JailbreakStacks.TextWrapped = true
  590.  
  591. Color.Name = "Color"
  592. Color.Parent = MainGui
  593. Color.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  594. Color.BorderSizePixel = 0
  595. Color.Position = UDim2.new(0.528925598, 0, 0, 0)
  596. Color.Size = UDim2.new(0, 69, 0, 31)
  597. Color.Font = Enum.Font.SourceSans
  598. Color.Text = "Stacks"
  599. Color.TextColor3 = Color3.new(0.247059, 0.364706, 0.490196)
  600. Color.TextScaled = true
  601. Color.TextSize = 14
  602. Color.TextWrapped = true
  603.  
  604. TeleportTo.Name = "TeleportTo"
  605. TeleportTo.Parent = MainGui
  606. TeleportTo.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  607. TeleportTo.BorderSizePixel = 3
  608. TeleportTo.Position = UDim2.new(0.00816946197, 0, 0.821848273, 0)
  609. TeleportTo.Size = UDim2.new(0, 200, 0, 50)
  610. TeleportTo.Style = Enum.ButtonStyle.RobloxButton
  611. TeleportTo.Font = Enum.Font.SourceSans
  612. TeleportTo.Text = "Teleport To Criminals"
  613. TeleportTo.TextColor3 = Color3.new(1, 1, 1)
  614. TeleportTo.TextScaled = true
  615. TeleportTo.TextSize = 14
  616. TeleportTo.TextWrapped = true
  617.  
  618. CarsTeleport.Name = "CarsTeleport"
  619. CarsTeleport.Parent = Main
  620. CarsTeleport.Active = true
  621. CarsTeleport.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  622. CarsTeleport.BorderSizePixel = 0
  623. CarsTeleport.Draggable = true
  624. CarsTeleport.Position = UDim2.new(0.227773696, 0, 0.283916086, 0)
  625. CarsTeleport.Selectable = true
  626. CarsTeleport.Size = UDim2.new(0, 726, 0, 323)
  627. CarsTeleport.Visible = false
  628.  
  629. GlobalG.Name = "GlobalG"
  630. GlobalG.Parent = CarsTeleport
  631. GlobalG.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  632. GlobalG.BorderSizePixel = 0
  633. GlobalG.Size = UDim2.new(0, 726, 0, 31)
  634.  
  635. Camaro.Name = "Camaro"
  636. Camaro.Parent = CarsTeleport
  637. Camaro.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  638. Camaro.BorderSizePixel = 3
  639. Camaro.Position = UDim2.new(0.00878692232, 0, 0.176956654, 0)
  640. Camaro.Size = UDim2.new(0, 136, 0, 50)
  641. Camaro.Style = Enum.ButtonStyle.RobloxButton
  642. Camaro.Font = Enum.Font.SourceSans
  643. Camaro.Text = "Camaro"
  644. Camaro.TextColor3 = Color3.new(1, 1, 1)
  645. Camaro.TextScaled = true
  646. Camaro.TextSize = 14
  647. Camaro.TextWrapped = true
  648.  
  649. GlobalH.Name = "GlobalH"
  650. GlobalH.Parent = CarsTeleport
  651. GlobalH.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  652. GlobalH.BorderSizePixel = 0
  653. GlobalH.Position = UDim2.new(0, 0, 0.452380955, 0)
  654. GlobalH.Size = UDim2.new(0, 726, 0, 31)
  655.  
  656. Mustang.Name = "Mustang"
  657. Mustang.Parent = CarsTeleport
  658. Mustang.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  659. Mustang.BorderSizePixel = 3
  660. Mustang.Position = UDim2.new(0.604792595, 0, 0.175297409, 0)
  661. Mustang.Size = UDim2.new(0, 136, 0, 50)
  662. Mustang.Style = Enum.ButtonStyle.RobloxButton
  663. Mustang.Font = Enum.Font.SourceSans
  664. Mustang.Text = "Mustang"
  665. Mustang.TextColor3 = Color3.new(1, 1, 1)
  666. Mustang.TextScaled = true
  667. Mustang.TextSize = 14
  668. Mustang.TextWrapped = true
  669.  
  670. ATV.Name = "ATV"
  671. ATV.Parent = CarsTeleport
  672. ATV.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  673. ATV.BorderSizePixel = 3
  674. ATV.Position = UDim2.new(0.806274593, 0, 0.177573323, 0)
  675. ATV.Size = UDim2.new(0, 136, 0, 50)
  676. ATV.Style = Enum.ButtonStyle.RobloxButton
  677. ATV.Font = Enum.Font.SourceSans
  678. ATV.Text = "ATV"
  679. ATV.TextColor3 = Color3.new(1, 1, 1)
  680. ATV.TextScaled = true
  681. ATV.TextSize = 14
  682. ATV.TextWrapped = true
  683.  
  684. DirtBike.Name = "Dirt Bike"
  685. DirtBike.Parent = CarsTeleport
  686. DirtBike.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  687. DirtBike.BorderSizePixel = 3
  688. DirtBike.Position = UDim2.new(0.362258941, 0, 0.557275534, 0)
  689. DirtBike.Size = UDim2.new(0, 200, 0, 44)
  690. DirtBike.Style = Enum.ButtonStyle.RobloxButton
  691. DirtBike.Font = Enum.Font.SourceSans
  692. DirtBike.Text = "Dirt Bike"
  693. DirtBike.TextColor3 = Color3.new(1, 1, 1)
  694. DirtBike.TextScaled = true
  695. DirtBike.TextSize = 14
  696. DirtBike.TextWrapped = true
  697.  
  698. Heli.Name = "Heli"
  699. Heli.Parent = CarsTeleport
  700. Heli.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  701. Heli.BorderSizePixel = 3
  702. Heli.Position = UDim2.new(0.362258971, 0, 0.862243176, 0)
  703. Heli.Size = UDim2.new(0, 200, 0, 44)
  704. Heli.Style = Enum.ButtonStyle.RobloxButton
  705. Heli.Font = Enum.Font.SourceSans
  706. Heli.Text = "Heli"
  707. Heli.TextColor3 = Color3.new(1, 1, 1)
  708. Heli.TextScaled = true
  709. Heli.TextSize = 14
  710. Heli.TextWrapped = true
  711.  
  712. Lamborghini.Name = "Lamborghini"
  713. Lamborghini.Parent = CarsTeleport
  714. Lamborghini.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  715. Lamborghini.BorderSizePixel = 3
  716. Lamborghini.Position = UDim2.new(0.209248677, 0, 0.176567644, 0)
  717. Lamborghini.Size = UDim2.new(0, 136, 0, 50)
  718. Lamborghini.Style = Enum.ButtonStyle.RobloxButton
  719. Lamborghini.Font = Enum.Font.SourceSans
  720. Lamborghini.Text = "Lamborghini"
  721. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  722. Lamborghini.TextScaled = true
  723. Lamborghini.TextSize = 14
  724. Lamborghini.TextWrapped = true
  725.  
  726. Monster.Name = "Monster"
  727. Monster.Parent = CarsTeleport
  728. Monster.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  729. Monster.BorderSizePixel = 3
  730. Monster.Position = UDim2.new(0.40621838, 0, 0.105139069, 0)
  731. Monster.Size = UDim2.new(0, 136, 0, 50)
  732. Monster.Style = Enum.ButtonStyle.RobloxButton
  733. Monster.Font = Enum.Font.SourceSans
  734. Monster.Text = "Monster"
  735. Monster.TextColor3 = Color3.new(1, 1, 1)
  736. Monster.TextScaled = true
  737. Monster.TextSize = 14
  738. Monster.TextWrapped = true
  739.  
  740. Volt.Name = "Volt"
  741. Volt.Parent = CarsTeleport
  742. Volt.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  743. Volt.BorderSizePixel = 3
  744. Volt.Position = UDim2.new(0.40621838, 0, 0.28200981, 0)
  745. Volt.Size = UDim2.new(0, 136, 0, 50)
  746. Volt.Style = Enum.ButtonStyle.RobloxButton
  747. Volt.Font = Enum.Font.SourceSans
  748. Volt.Text = "Volt"
  749. Volt.TextColor3 = Color3.new(1, 1, 1)
  750. Volt.TextScaled = true
  751. Volt.TextSize = 14
  752. Volt.TextWrapped = true
  753.  
  754. GetOut.Name = "GetOut"
  755. GetOut.Parent = CarsTeleport
  756. GetOut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  757. GetOut.BorderSizePixel = 0
  758. GetOut.Position = UDim2.new(0.94765842, 0, 0.0153061226, 0)
  759. GetOut.Size = UDim2.new(0, 38, 0, 22)
  760. GetOut.Font = Enum.Font.SourceSans
  761. GetOut.Text = "X"
  762. GetOut.TextColor3 = Color3.new(1, 1, 1)
  763. GetOut.TextScaled = true
  764. GetOut.TextSize = 14
  765. GetOut.TextWrapped = true
  766.  
  767. AAA.Name = "AAA"
  768. AAA.Parent = CarsTeleport
  769. AAA.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  770. AAA.BorderSizePixel = 0
  771. AAA.Position = UDim2.new(0.000631913543, 0, -0.000523686409, 0)
  772. AAA.Size = UDim2.new(0, 200, 0, 31)
  773. AAA.Font = Enum.Font.SourceSans
  774. AAA.Text = "Created By: TheAmazingShow"
  775. AAA.TextColor3 = Color3.new(1, 1, 1)
  776. AAA.TextScaled = true
  777. AAA.TextSize = 14
  778. AAA.TextWrapped = true
  779.  
  780. MoreVehicles.Name = "MoreVehicles"
  781. MoreVehicles.Parent = CarsTeleport
  782. MoreVehicles.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  783. MoreVehicles.BorderSizePixel = 3
  784. MoreVehicles.Position = UDim2.new(0.362258941, 0, 0.693498433, 0)
  785. MoreVehicles.Size = UDim2.new(0, 200, 0, 55)
  786. MoreVehicles.Style = Enum.ButtonStyle.RobloxButton
  787. MoreVehicles.Font = Enum.Font.SourceSans
  788. MoreVehicles.Text = "More Vehicles"
  789. MoreVehicles.TextColor3 = Color3.new(1, 1, 1)
  790. MoreVehicles.TextScaled = true
  791. MoreVehicles.TextSize = 14
  792. MoreVehicles.TextWrapped = true
  793.  
  794. Cars.Name = "Cars"
  795. Cars.Parent = MainGui
  796. Cars.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  797. Cars.BorderSizePixel = 3
  798. Cars.Position = UDim2.new(0.717535853, 0, 0.821848333, 0)
  799. Cars.Size = UDim2.new(0, 200, 0, 50)
  800. Cars.Style = Enum.ButtonStyle.RobloxButton
  801. Cars.Font = Enum.Font.SourceSans
  802. Cars.Text = "Teleport To Cars"
  803. Cars.TextColor3 = Color3.new(1, 1, 1)
  804. Cars.TextScaled = true
  805. Cars.TextSize = 14
  806. Cars.TextWrapped = true
  807.  
  808. Bugatti.Name = "Bugatti"
  809. Bugatti.Parent = CarsTeleport
  810. Bugatti.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  811. Bugatti.BorderSizePixel = 3
  812. Bugatti.Position = UDim2.new(0.00826443825, 0, 0.575851381, 0)
  813. Bugatti.Size = UDim2.new(0, 200, 0, 55)
  814. Bugatti.Style = Enum.ButtonStyle.RobloxButton
  815. Bugatti.Font = Enum.Font.SourceSans
  816. Bugatti.Text = "Bugatti"
  817. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  818. Bugatti.TextScaled = true
  819. Bugatti.TextSize = 14
  820. Bugatti.TextWrapped = true
  821.  
  822. SUV.Name = "SUV"
  823. SUV.Parent = CarsTeleport
  824. SUV.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  825. SUV.BorderSizePixel = 3
  826. SUV.Position = UDim2.new(0.717630804, 0, 0.575851381, 0)
  827. SUV.Size = UDim2.new(0, 200, 0, 55)
  828. SUV.Style = Enum.ButtonStyle.RobloxButton
  829. SUV.Font = Enum.Font.SourceSans
  830. SUV.Text = "SUV"
  831. SUV.TextColor3 = Color3.new(1, 1, 1)
  832. SUV.TextScaled = true
  833. SUV.TextSize = 14
  834. SUV.TextWrapped = true
  835.  
  836. Jail.Name = "Jail"
  837. Jail.Parent = PlaceTeleport
  838. Jail.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  839. Jail.BorderSizePixel = 3
  840. Jail.Position = UDim2.new(0.0139206052, 0, 0.812243819, 0)
  841. Jail.Size = UDim2.new(0, 200, 0, 50)
  842. Jail.Style = Enum.ButtonStyle.RobloxButton
  843. Jail.Font = Enum.Font.SourceSans
  844. Jail.Text = "Jail"
  845. Jail.TextColor3 = Color3.new(1, 1, 1)
  846. Jail.TextScaled = true
  847. Jail.TextSize = 14
  848. Jail.TextWrapped = true
  849.  
  850. FeaturesGui.Name = "FeaturesGui"
  851. FeaturesGui.Parent = Main
  852. FeaturesGui.Active = true
  853. FeaturesGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  854. FeaturesGui.BorderSizePixel = 0
  855. FeaturesGui.Draggable = true
  856. FeaturesGui.Position = UDim2.new(0.228508443, 0, 0.387412578, 0)
  857. FeaturesGui.Selectable = true
  858. FeaturesGui.Size = UDim2.new(0, 726, 0, 312)
  859. FeaturesGui.Visible = false
  860.  
  861. GlobalI.Name = "GlobalI"
  862. GlobalI.Parent = FeaturesGui
  863. GlobalI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  864. GlobalI.BorderSizePixel = 0
  865. GlobalI.Size = UDim2.new(0, 726, 0, 31)
  866.  
  867. Nitro.Name = "Nitro"
  868. Nitro.Parent = FeaturesGui
  869. Nitro.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  870. Nitro.BorderSizePixel = 3
  871. Nitro.Position = UDim2.new(0.00826446339, 0, 0.179487184, 0)
  872. Nitro.Size = UDim2.new(0, 145, 0, 50)
  873. Nitro.Style = Enum.ButtonStyle.RobloxButton
  874. Nitro.Font = Enum.Font.SourceSans
  875. Nitro.Text = "Inf Nitro: Off"
  876. Nitro.TextColor3 = Color3.new(1, 1, 1)
  877. Nitro.TextScaled = true
  878. Nitro.TextSize = 14
  879. Nitro.TextWrapped = true
  880.  
  881. GlobalJ.Name = "GlobalJ"
  882. GlobalJ.Parent = FeaturesGui
  883. GlobalJ.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  884. GlobalJ.BorderSizePixel = 0
  885. GlobalJ.Position = UDim2.new(0, 0, 0.413461536, 0)
  886. GlobalJ.Size = UDim2.new(0, 726, 0, 31)
  887.  
  888. Doors.Name = "Doors"
  889. Doors.Parent = FeaturesGui
  890. Doors.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  891. Doors.BorderSizePixel = 3
  892. Doors.Position = UDim2.new(0.213498622, 0, 0.178473353, 0)
  893. Doors.Size = UDim2.new(0, 136, 0, 50)
  894. Doors.Style = Enum.ButtonStyle.RobloxButton
  895. Doors.Font = Enum.Font.SourceSans
  896. Doors.Text = "Remove Doors"
  897. Doors.TextColor3 = Color3.new(1, 1, 1)
  898. Doors.TextScaled = true
  899. Doors.TextSize = 14
  900. Doors.TextWrapped = true
  901.  
  902. gdfgdfg.Name = "gdfgdfg"
  903. gdfgdfg.Parent = FeaturesGui
  904. gdfgdfg.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  905. gdfgdfg.BorderSizePixel = 0
  906. gdfgdfg.Position = UDim2.new(0.00826446246, 0, 0, 0)
  907. gdfgdfg.Size = UDim2.new(0, 200, 0, 31)
  908. gdfgdfg.Font = Enum.Font.SourceSans
  909. gdfgdfg.Text = "Created By: TheAmazingShow"
  910. gdfgdfg.TextColor3 = Color3.new(1, 1, 1)
  911. gdfgdfg.TextScaled = true
  912. gdfgdfg.TextSize = 14
  913. gdfgdfg.TextWrapped = true
  914.  
  915. Kms.Name = "Kms"
  916. Kms.Parent = FeaturesGui
  917. Kms.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  918. Kms.BorderSizePixel = 0
  919. Kms.Position = UDim2.new(0.945413768, 0, 0.0124217179, 0)
  920. Kms.Size = UDim2.new(0, 40, 0, 23)
  921. Kms.Font = Enum.Font.SourceSans
  922. Kms.Text = "X"
  923. Kms.TextColor3 = Color3.new(1, 1, 1)
  924. Kms.TextScaled = true
  925. Kms.TextSize = 14
  926. Kms.TextWrapped = true
  927.  
  928. Features.Name = "Features"
  929. Features.Parent = MainGui
  930. Features.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  931. Features.BorderSizePixel = 3
  932. Features.Position = UDim2.new(0.362258941, 0, 0.669871807, 0)
  933. Features.Size = UDim2.new(0, 200, 0, 47)
  934. Features.Style = Enum.ButtonStyle.RobloxButton
  935. Features.Font = Enum.Font.SourceSans
  936. Features.Text = "More Features"
  937. Features.TextColor3 = Color3.new(1, 1, 1)
  938. Features.TextScaled = true
  939. Features.TextSize = 14
  940. Features.TextWrapped = true
  941.  
  942. Lasers.Name = "Lasers"
  943. Lasers.Parent = FeaturesGui
  944. Lasers.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  945. Lasers.BorderSizePixel = 3
  946. Lasers.Position = UDim2.new(0.409090817, 0, 0.180075929, 0)
  947. Lasers.Size = UDim2.new(0, 136, 0, 50)
  948. Lasers.Style = Enum.ButtonStyle.RobloxButton
  949. Lasers.Font = Enum.Font.SourceSans
  950. Lasers.Text = "Remove Lasers"
  951. Lasers.TextColor3 = Color3.new(1, 1, 1)
  952. Lasers.TextScaled = true
  953. Lasers.TextSize = 14
  954. Lasers.TextWrapped = true
  955.  
  956. McLaren.Name = "McLaren"
  957. McLaren.Parent = CarsTeleport
  958. McLaren.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  959. McLaren.BorderSizePixel = 3
  960. McLaren.Position = UDim2.new(0.00826443825, 0, 0.80804956, 0)
  961. McLaren.Size = UDim2.new(0, 200, 0, 55)
  962. McLaren.Style = Enum.ButtonStyle.RobloxButton
  963. McLaren.Font = Enum.Font.SourceSans
  964. McLaren.Text = "McLaren"
  965. McLaren.TextColor3 = Color3.new(1, 1, 1)
  966. McLaren.TextScaled = true
  967. McLaren.TextSize = 14
  968. McLaren.TextWrapped = true
  969.  
  970. Model3.Name = "Model3"
  971. Model3.Parent = CarsTeleport
  972. Model3.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  973. Model3.BorderSizePixel = 3
  974. Model3.Position = UDim2.new(0.717794776, 0, 0.809569359, 0)
  975. Model3.Size = UDim2.new(0, 200, 0, 55)
  976. Model3.Style = Enum.ButtonStyle.RobloxButton
  977. Model3.Font = Enum.Font.SourceSans
  978. Model3.Text = "Model3"
  979. Model3.TextColor3 = Color3.new(1, 1, 1)
  980. Model3.TextScaled = true
  981. Model3.TextSize = 14
  982. Model3.TextWrapped = true
  983.  
  984. Stories.Name = "Stories"
  985. Stories.Parent = FeaturesGui
  986. Stories.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  987. Stories.BorderSizePixel = 3
  988. Stories.Position = UDim2.new(0.611570179, 0, 0.178473353, 0)
  989. Stories.Size = UDim2.new(0, 136, 0, 50)
  990. Stories.Style = Enum.ButtonStyle.RobloxButton
  991. Stories.Font = Enum.Font.SourceSans
  992. Stories.Text = "Teleport Donut/Gas For You"
  993. Stories.TextColor3 = Color3.new(1, 1, 1)
  994. Stories.TextScaled = true
  995. Stories.TextSize = 14
  996. Stories.TextWrapped = true
  997.  
  998. Bank.Name = "Bank"
  999. Bank.Parent = MainGui
  1000. Bank.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1001. Bank.BorderSizePixel = 0
  1002. Bank.Position = UDim2.new(0.0172176361, 0, 0.413461536, 0)
  1003. Bank.Size = UDim2.new(0, 200, 0, 31)
  1004. Bank.Font = Enum.Font.SourceSans
  1005. Bank.Text = "Bank: Closed"
  1006. Bank.TextColor3 = Color3.new(1, 1, 1)
  1007. Bank.TextScaled = true
  1008. Bank.TextSize = 14
  1009. Bank.TextWrapped = true
  1010.  
  1011. Train.Name = "Train"
  1012. Train.Parent = MainGui
  1013. Train.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1014. Train.BorderSizePixel = 0
  1015. Train.Position = UDim2.new(0.361570239, 0, 0.413461536, 0)
  1016. Train.Size = UDim2.new(0, 200, 0, 31)
  1017. Train.Font = Enum.Font.SourceSans
  1018. Train.Text = "Train: Not Running"
  1019. Train.TextColor3 = Color3.new(1, 1, 1)
  1020. Train.TextScaled = true
  1021. Train.TextSize = 14
  1022. Train.TextWrapped = true
  1023.  
  1024. Jewerly.Name = "Jewerly"
  1025. Jewerly.Parent = MainGui
  1026. Jewerly.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1027. Jewerly.BorderSizePixel = 0
  1028. Jewerly.Position = UDim2.new(0.716942132, 0, 0.413461536, 0)
  1029. Jewerly.Size = UDim2.new(0, 200, 0, 31)
  1030. Jewerly.Font = Enum.Font.SourceSans
  1031. Jewerly.Text = "Jewerly: Closed"
  1032. Jewerly.TextColor3 = Color3.new(1, 1, 1)
  1033. Jewerly.TextScaled = true
  1034. Jewerly.TextSize = 14
  1035. Jewerly.TextWrapped = true
  1036.  
  1037. Goto.Name = "Goto"
  1038. Goto.Parent = FeaturesGui
  1039. Goto.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1040. Goto.BorderSizePixel = 3
  1041. Goto.Position = UDim2.new(0.812672138, 0, 0.178473353, 0)
  1042. Goto.Size = UDim2.new(0, 136, 0, 50)
  1043. Goto.Style = Enum.ButtonStyle.RobloxButton
  1044. Goto.Font = Enum.Font.SourceSans
  1045. Goto.Text = "Goto Player With Higher Bounty"
  1046. Goto.TextColor3 = Color3.new(1, 1, 1)
  1047. Goto.TextScaled = true
  1048. Goto.TextSize = 14
  1049. Goto.TextWrapped = true
  1050.  
  1051. Bounty.Name = "Bounty"
  1052. Bounty.Parent = FeaturesGui
  1053. Bounty.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1054. Bounty.BorderSizePixel = 0
  1055. Bounty.Position = UDim2.new(0.812672198, 0, 0.413461536, 0)
  1056. Bounty.Size = UDim2.new(0, 136, 0, 31)
  1057. Bounty.Font = Enum.Font.SourceSans
  1058. Bounty.Text = "Bounty: Unknown"
  1059. Bounty.TextColor3 = Color3.new(1, 1, 1)
  1060. Bounty.TextScaled = true
  1061. Bounty.TextSize = 14
  1062. Bounty.TextWrapped = true
  1063.  
  1064. Username.Name = "Username"
  1065. Username.Parent = FeaturesGui
  1066. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1067. Username.BorderSizePixel = 0
  1068. Username.Position = UDim2.new(0.596418738, 0, 0.413461536, 0)
  1069. Username.Size = UDim2.new(0, 136, 0, 31)
  1070. Username.Font = Enum.Font.SourceSans
  1071. Username.Text = "Username: Unknown"
  1072. Username.TextColor3 = Color3.new(1, 1, 1)
  1073. Username.TextScaled = true
  1074. Username.TextSize = 14
  1075. Username.TextWrapped = true
  1076.  
  1077. MoreCarsGui.Name = "MoreCarsGui"
  1078. MoreCarsGui.Parent = Main
  1079. MoreCarsGui.Active = true
  1080. MoreCarsGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1081. MoreCarsGui.BorderSizePixel = 0
  1082. MoreCarsGui.Draggable = true
  1083. MoreCarsGui.Position = UDim2.new(0.227773696, 0, 0.283916086, 0)
  1084. MoreCarsGui.Selectable = true
  1085. MoreCarsGui.Size = UDim2.new(0, 726, 0, 323)
  1086. MoreCarsGui.Visible = false
  1087.  
  1088. GlobalZ.Name = "GlobalZ"
  1089. GlobalZ.Parent = MoreCarsGui
  1090. GlobalZ.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1091. GlobalZ.BorderSizePixel = 0
  1092. GlobalZ.Size = UDim2.new(0, 726, 0, 31)
  1093.  
  1094. Porsche.Name = "Porsche"
  1095. Porsche.Parent = MoreCarsGui
  1096. Porsche.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1097. Porsche.BorderSizePixel = 3
  1098. Porsche.Position = UDim2.new(0.00878692232, 0, 0.176956654, 0)
  1099. Porsche.Size = UDim2.new(0, 136, 0, 50)
  1100. Porsche.Style = Enum.ButtonStyle.RobloxButton
  1101. Porsche.Font = Enum.Font.SourceSans
  1102. Porsche.Text = "Porsche"
  1103. Porsche.TextColor3 = Color3.new(1, 1, 1)
  1104. Porsche.TextScaled = true
  1105. Porsche.TextSize = 14
  1106. Porsche.TextWrapped = true
  1107.  
  1108. GlobalY.Name = "GlobalY"
  1109. GlobalY.Parent = MoreCarsGui
  1110. GlobalY.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1111. GlobalY.BorderSizePixel = 0
  1112. GlobalY.Position = UDim2.new(0, 0, 0.452380955, 0)
  1113. GlobalY.Size = UDim2.new(0, 726, 0, 31)
  1114.  
  1115. Pickup.Name = "Pickup"
  1116. Pickup.Parent = MoreCarsGui
  1117. Pickup.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1118. Pickup.BorderSizePixel = 3
  1119. Pickup.Position = UDim2.new(0.604792595, 0, 0.175297409, 0)
  1120. Pickup.Size = UDim2.new(0, 136, 0, 50)
  1121. Pickup.Style = Enum.ButtonStyle.RobloxButton
  1122. Pickup.Font = Enum.Font.SourceSans
  1123. Pickup.Text = "Pickup"
  1124. Pickup.TextColor3 = Color3.new(1, 1, 1)
  1125. Pickup.TextScaled = true
  1126. Pickup.TextSize = 14
  1127. Pickup.TextWrapped = true
  1128.  
  1129. ComingSoon1.Name = "ComingSoon1"
  1130. ComingSoon1.Parent = MoreCarsGui
  1131. ComingSoon1.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1132. ComingSoon1.BorderSizePixel = 3
  1133. ComingSoon1.Position = UDim2.new(0.806274593, 0, 0.177573323, 0)
  1134. ComingSoon1.Size = UDim2.new(0, 136, 0, 50)
  1135. ComingSoon1.Style = Enum.ButtonStyle.RobloxButton
  1136. ComingSoon1.Font = Enum.Font.SourceSans
  1137. ComingSoon1.Text = "ComingSoon"
  1138. ComingSoon1.TextColor3 = Color3.new(1, 1, 1)
  1139. ComingSoon1.TextScaled = true
  1140. ComingSoon1.TextSize = 14
  1141. ComingSoon1.TextWrapped = true
  1142.  
  1143. ComingSoon4.Name = "ComingSoon4"
  1144. ComingSoon4.Parent = MoreCarsGui
  1145. ComingSoon4.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1146. ComingSoon4.BorderSizePixel = 3
  1147. ComingSoon4.Position = UDim2.new(0.362258941, 0, 0.557275534, 0)
  1148. ComingSoon4.Size = UDim2.new(0, 200, 0, 44)
  1149. ComingSoon4.Style = Enum.ButtonStyle.RobloxButton
  1150. ComingSoon4.Font = Enum.Font.SourceSans
  1151. ComingSoon4.Text = "ComingSoon"
  1152. ComingSoon4.TextColor3 = Color3.new(1, 1, 1)
  1153. ComingSoon4.TextScaled = true
  1154. ComingSoon4.TextSize = 14
  1155. ComingSoon4.TextWrapped = true
  1156.  
  1157. Ufo.Name = "Ufo"
  1158. Ufo.Parent = MoreCarsGui
  1159. Ufo.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1160. Ufo.BorderSizePixel = 3
  1161. Ufo.Position = UDim2.new(0.362258971, 0, 0.862243176, 0)
  1162. Ufo.Size = UDim2.new(0, 200, 0, 44)
  1163. Ufo.Style = Enum.ButtonStyle.RobloxButton
  1164. Ufo.Font = Enum.Font.SourceSans
  1165. Ufo.Text = "Ufo"
  1166. Ufo.TextColor3 = Color3.new(1, 1, 1)
  1167. Ufo.TextScaled = true
  1168. Ufo.TextSize = 14
  1169. Ufo.TextWrapped = true
  1170.  
  1171. MiniCooper.Name = "MiniCooper"
  1172. MiniCooper.Parent = MoreCarsGui
  1173. MiniCooper.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1174. MiniCooper.BorderSizePixel = 3
  1175. MiniCooper.Position = UDim2.new(0.209248677, 0, 0.176567644, 0)
  1176. MiniCooper.Size = UDim2.new(0, 136, 0, 50)
  1177. MiniCooper.Style = Enum.ButtonStyle.RobloxButton
  1178. MiniCooper.Font = Enum.Font.SourceSans
  1179. MiniCooper.Text = "MiniCooper"
  1180. MiniCooper.TextColor3 = Color3.new(1, 1, 1)
  1181. MiniCooper.TextScaled = true
  1182. MiniCooper.TextSize = 14
  1183. MiniCooper.TextWrapped = true
  1184.  
  1185. ComingSoon5.Name = "ComingSoon5"
  1186. ComingSoon5.Parent = MoreCarsGui
  1187. ComingSoon5.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1188. ComingSoon5.BorderSizePixel = 3
  1189. ComingSoon5.Position = UDim2.new(0.40621838, 0, 0.105139069, 0)
  1190. ComingSoon5.Size = UDim2.new(0, 136, 0, 50)
  1191. ComingSoon5.Style = Enum.ButtonStyle.RobloxButton
  1192. ComingSoon5.Font = Enum.Font.SourceSans
  1193. ComingSoon5.Text = "ComingSoon"
  1194. ComingSoon5.TextColor3 = Color3.new(1, 1, 1)
  1195. ComingSoon5.TextScaled = true
  1196. ComingSoon5.TextSize = 14
  1197. ComingSoon5.TextWrapped = true
  1198.  
  1199. ComingSoon6.Name = "ComingSoon6"
  1200. ComingSoon6.Parent = MoreCarsGui
  1201. ComingSoon6.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1202. ComingSoon6.BorderSizePixel = 3
  1203. ComingSoon6.Position = UDim2.new(0.40621838, 0, 0.28200981, 0)
  1204. ComingSoon6.Size = UDim2.new(0, 136, 0, 50)
  1205. ComingSoon6.Style = Enum.ButtonStyle.RobloxButton
  1206. ComingSoon6.Font = Enum.Font.SourceSans
  1207. ComingSoon6.Text = "ComingSoon"
  1208. ComingSoon6.TextColor3 = Color3.new(1, 1, 1)
  1209. ComingSoon6.TextScaled = true
  1210. ComingSoon6.TextSize = 14
  1211. ComingSoon6.TextWrapped = true
  1212.  
  1213. MyLife.Name = "MyLife"
  1214. MyLife.Parent = MoreCarsGui
  1215. MyLife.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1216. MyLife.BorderSizePixel = 0
  1217. MyLife.Position = UDim2.new(0.94765842, 0, 0.0153061226, 0)
  1218. MyLife.Size = UDim2.new(0, 38, 0, 22)
  1219. MyLife.Font = Enum.Font.SourceSans
  1220. MyLife.Text = "X"
  1221. MyLife.TextColor3 = Color3.new(1, 1, 1)
  1222. MyLife.TextScaled = true
  1223. MyLife.TextSize = 14
  1224. MyLife.TextWrapped = true
  1225.  
  1226. OOO.Name = "OOO"
  1227. OOO.Parent = MoreCarsGui
  1228. OOO.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1229. OOO.BorderSizePixel = 0
  1230. OOO.Position = UDim2.new(0.000631913543, 0, -0.000523686409, 0)
  1231. OOO.Size = UDim2.new(0, 200, 0, 31)
  1232. OOO.Font = Enum.Font.SourceSans
  1233. OOO.Text = "Created By: TheAmazingShow"
  1234. OOO.TextColor3 = Color3.new(1, 1, 1)
  1235. OOO.TextScaled = true
  1236. OOO.TextSize = 14
  1237. OOO.TextWrapped = true
  1238.  
  1239. SwatVan.Name = "SwatVan"
  1240. SwatVan.Parent = MoreCarsGui
  1241. SwatVan.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1242. SwatVan.BorderSizePixel = 3
  1243. SwatVan.Position = UDim2.new(0.362258941, 0, 0.693498433, 0)
  1244. SwatVan.Size = UDim2.new(0, 200, 0, 55)
  1245. SwatVan.Style = Enum.ButtonStyle.RobloxButton
  1246. SwatVan.Font = Enum.Font.SourceSans
  1247. SwatVan.Text = "SwatVan"
  1248. SwatVan.TextColor3 = Color3.new(1, 1, 1)
  1249. SwatVan.TextScaled = true
  1250. SwatVan.TextSize = 14
  1251. SwatVan.TextWrapped = true
  1252.  
  1253. Ferrari.Name = "Ferrari"
  1254. Ferrari.Parent = MoreCarsGui
  1255. Ferrari.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1256. Ferrari.BorderSizePixel = 3
  1257. Ferrari.Position = UDim2.new(0.00826443825, 0, 0.575851381, 0)
  1258. Ferrari.Size = UDim2.new(0, 200, 0, 55)
  1259. Ferrari.Style = Enum.ButtonStyle.RobloxButton
  1260. Ferrari.Font = Enum.Font.SourceSans
  1261. Ferrari.Text = "Ferrari"
  1262. Ferrari.TextColor3 = Color3.new(1, 1, 1)
  1263. Ferrari.TextScaled = true
  1264. Ferrari.TextSize = 14
  1265. Ferrari.TextWrapped = true
  1266.  
  1267. ComingSoon2.Name = "ComingSoon2"
  1268. ComingSoon2.Parent = MoreCarsGui
  1269. ComingSoon2.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1270. ComingSoon2.BorderSizePixel = 3
  1271. ComingSoon2.Position = UDim2.new(0.717630804, 0, 0.575851381, 0)
  1272. ComingSoon2.Size = UDim2.new(0, 200, 0, 55)
  1273. ComingSoon2.Style = Enum.ButtonStyle.RobloxButton
  1274. ComingSoon2.Font = Enum.Font.SourceSans
  1275. ComingSoon2.Text = "ComingSoon"
  1276. ComingSoon2.TextColor3 = Color3.new(1, 1, 1)
  1277. ComingSoon2.TextScaled = true
  1278. ComingSoon2.TextSize = 14
  1279. ComingSoon2.TextWrapped = true
  1280.  
  1281. DuneBuggy.Name = "DuneBuggy"
  1282. DuneBuggy.Parent = MoreCarsGui
  1283. DuneBuggy.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1284. DuneBuggy.BorderSizePixel = 3
  1285. DuneBuggy.Position = UDim2.new(0.00826443825, 0, 0.80804956, 0)
  1286. DuneBuggy.Size = UDim2.new(0, 200, 0, 55)
  1287. DuneBuggy.Style = Enum.ButtonStyle.RobloxButton
  1288. DuneBuggy.Font = Enum.Font.SourceSans
  1289. DuneBuggy.Text = "DuneBuggy"
  1290. DuneBuggy.TextColor3 = Color3.new(1, 1, 1)
  1291. DuneBuggy.TextScaled = true
  1292. DuneBuggy.TextSize = 14
  1293. DuneBuggy.TextWrapped = true
  1294.  
  1295. ComingSoon3.Name = "ComingSoon3"
  1296. ComingSoon3.Parent = MoreCarsGui
  1297. ComingSoon3.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1298. ComingSoon3.BorderSizePixel = 3
  1299. ComingSoon3.Position = UDim2.new(0.717794776, 0, 0.809569359, 0)
  1300. ComingSoon3.Size = UDim2.new(0, 200, 0, 55)
  1301. ComingSoon3.Style = Enum.ButtonStyle.RobloxButton
  1302. ComingSoon3.Font = Enum.Font.SourceSans
  1303. ComingSoon3.Text = "ComingSoon"
  1304. ComingSoon3.TextColor3 = Color3.new(1, 1, 1)
  1305. ComingSoon3.TextScaled = true
  1306. ComingSoon3.TextSize = 14
  1307. ComingSoon3.TextWrapped = true
  1308.  
  1309. ChangelogGui.Name = "ChangelogGui"
  1310. ChangelogGui.Parent = Main
  1311. ChangelogGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1312. ChangelogGui.BorderSizePixel = 0
  1313. ChangelogGui.Position = UDim2.new(0.365907431, 0, 0.149275362, 0)
  1314. ChangelogGui.Size = UDim2.new(0, 441, 0, 516)
  1315. ChangelogGui.Visible = true
  1316. ChangelogGui.Active = true
  1317. ChangelogGui.Draggable = true
  1318. ChangelogGui.Selectable = true
  1319.  
  1320. Ok.Name = "Ok"
  1321. Ok.Parent = ChangelogGui
  1322. Ok.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1323. Ok.BorderSizePixel = 3
  1324. Ok.Position = UDim2.new(0.276496977, 0, 0.878198922, 0)
  1325. Ok.Size = UDim2.new(0, 200, 0, 50)
  1326. Ok.Style = Enum.ButtonStyle.RobloxButton
  1327. Ok.Font = Enum.Font.SourceSans
  1328. Ok.Text = "Ok"
  1329. Ok.TextColor3 = Color3.new(1, 1, 1)
  1330. Ok.TextScaled = true
  1331. Ok.TextSize = 14
  1332. Ok.TextWrapped = true
  1333.  
  1334. GlobalLolA.Name = "GlobalLolA"
  1335. GlobalLolA.Parent = ChangelogGui
  1336. GlobalLolA.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1337. GlobalLolA.BorderSizePixel = 0
  1338. GlobalLolA.Size = UDim2.new(0, 441, 0, 31)
  1339.  
  1340. GlobalLolB.Name = "GlobalLolB"
  1341. GlobalLolB.Parent = ChangelogGui
  1342. GlobalLolB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1343. GlobalLolB.BorderSizePixel = 0
  1344. GlobalLolB.Position = UDim2.new(0.00226757373, 0, 0.38565892, 0)
  1345. GlobalLolB.Size = UDim2.new(0, 440, 0, 31)
  1346.  
  1347. ChangelogPrefix.Name = "ChangelogPrefix"
  1348. ChangelogPrefix.Parent = ChangelogGui
  1349. ChangelogPrefix.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1350. ChangelogPrefix.BorderSizePixel = 0
  1351. ChangelogPrefix.Position = UDim2.new(0, 0, 0.0600775182, 0)
  1352. ChangelogPrefix.Size = UDim2.new(0, 441, 0, 168)
  1353. ChangelogPrefix.Font = Enum.Font.SourceSans
  1354. ChangelogPrefix.Text = "--- Changelog ---\n+ = Added\n- = Removed\n! = Important\n> = Noteble\n* = Fixed\n^ = Upgraded\n/ = Working On\n< = Changed\n-----------------"
  1355. ChangelogPrefix.TextColor3 = Color3.new(1, 1, 1)
  1356. ChangelogPrefix.TextScaled = true
  1357. ChangelogPrefix.TextSize = 14
  1358. ChangelogPrefix.TextWrapped = true
  1359.  
  1360. ChangelogText.Name = "ChangelogText"
  1361. ChangelogText.Parent = ChangelogGui
  1362. ChangelogText.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1363. ChangelogText.BorderSizePixel = 0
  1364. ChangelogText.Position = UDim2.new(5.96046448e-08, 0, 0.445736438, 0)
  1365. ChangelogText.Size = UDim2.new(0, 440, 0, 185)
  1366. ChangelogText.Font = Enum.Font.SourceSans
  1367. ChangelogText.Text = "Please Wait :)"
  1368. ChangelogText.TextColor3 = Color3.new(1, 1, 1)
  1369. ChangelogText.TextScaled = true
  1370. ChangelogText.TextSize = 14
  1371. ChangelogText.TextWrapped = true
  1372. ChangelogText.Text = " " .. game:HttpGet("https://fg54yhfdh6t56u.000webhostapp.com/0kW32OlmOidPmKlfKRIVBNFDdKpqo0changelog.php?user=" .. game:GetService('Players').LocalPlayer.Name, true)
  1373. -- ChangeLog Thing ^^
  1374.  
  1375. GlobalLolC.Name = "GlobalLolC"
  1376. GlobalLolC.Parent = ChangelogGui
  1377. GlobalLolC.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1378. GlobalLolC.BorderSizePixel = 0
  1379. GlobalLolC.Position = UDim2.new(0.00226757373, 0, 0.804263592, 0)
  1380. GlobalLolC.Size = UDim2.new(0, 440, 0, 31)
  1381.  
  1382. ThisIsAText.Name = "ThisIsAText"
  1383. ThisIsAText.Parent = ChangelogGui
  1384. ThisIsAText.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1385. ThisIsAText.BorderSizePixel = 0
  1386. ThisIsAText.Position = UDim2.new(0.000631913543, 0, -0.000523686409, 0)
  1387. ThisIsAText.Size = UDim2.new(0, 200, 0, 31)
  1388. ThisIsAText.Font = Enum.Font.SourceSans
  1389. ThisIsAText.Text = "Created By: TheAmazingShow"
  1390. ThisIsAText.TextColor3 = Color3.new(1, 1, 1)
  1391. ThisIsAText.TextScaled = true
  1392. ThisIsAText.TextSize = 14
  1393. ThisIsAText.TextWrapped = true
  1394.  
  1395. VersionB.Name = "VersionB"
  1396. VersionB.Parent = ChangelogGui
  1397. VersionB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1398. VersionB.BorderSizePixel = 0
  1399. VersionB.Position = UDim2.new(0.711605847, 0, 0, 0)
  1400. VersionB.Size = UDim2.new(0, 127, 0, 31)
  1401. VersionB.Font = Enum.Font.SourceSans
  1402. VersionB.Text = "V 1.2.3b | 04/23"
  1403. VersionB.TextColor3 = Color3.new(1, 1, 1)
  1404. VersionB.TextScaled = true
  1405. VersionB.TextSize = 14
  1406. VersionB.TextWrapped = true
  1407.  
  1408. BringGui.Name = "BringGui"
  1409. BringGui.Parent = Main
  1410. BringGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1411. BringGui.BorderSizePixel = 0
  1412. BringGui.Position = UDim2.new(0.33945629, 0, 0.171014488, 0)
  1413. BringGui.Size = UDim2.new(0, 328, 0, 491)
  1414. BringGui.Visible = false
  1415. BringGui.Selectable = true
  1416. BringGui.Draggable = true
  1417. BringGui.Active = true
  1418.  
  1419. GlobalIEDFYH56TU.Name = "GlobalIEDFYH56TU"
  1420. GlobalIEDFYH56TU.Parent = BringGui
  1421. GlobalIEDFYH56TU.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1422. GlobalIEDFYH56TU.BorderSizePixel = 0
  1423. GlobalIEDFYH56TU.Size = UDim2.new(0, 328, 0, 31)
  1424.  
  1425. CreatedByMe.Name = "CreatedByMe"
  1426. CreatedByMe.Parent = BringGui
  1427. CreatedByMe.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1428. CreatedByMe.BorderSizePixel = 0
  1429. CreatedByMe.Position = UDim2.new(0.00914634112, 0, 0, 0)
  1430. CreatedByMe.Size = UDim2.new(0, 166, 0, 31)
  1431. CreatedByMe.Font = Enum.Font.SourceSans
  1432. CreatedByMe.Text = "Created By: TheAmazingShow"
  1433. CreatedByMe.TextColor3 = Color3.new(1, 1, 1)
  1434. CreatedByMe.TextScaled = true
  1435. CreatedByMe.TextSize = 14
  1436. CreatedByMe.TextWrapped = true
  1437.  
  1438. AwayPlease.Name = "AwayPlease"
  1439. AwayPlease.Parent = BringGui
  1440. AwayPlease.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1441. AwayPlease.BorderSizePixel = 0
  1442. AwayPlease.Position = UDim2.new(0.878048778, 0, 0.00712830946, 0)
  1443. AwayPlease.Size = UDim2.new(0, 40, 0, 24)
  1444. AwayPlease.Font = Enum.Font.SourceSans
  1445. AwayPlease.Text = "X"
  1446. AwayPlease.TextColor3 = Color3.new(1, 1, 1)
  1447. AwayPlease.TextScaled = true
  1448. AwayPlease.TextSize = 14
  1449. AwayPlease.TextWrapped = true
  1450.  
  1451. AK47.Name = "AK-47"
  1452. AK47.Parent = BringGui
  1453. AK47.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1454. AK47.BorderSizePixel = 3
  1455. AK47.Position = UDim2.new(0.19619441, 0, 0.131420612, 0)
  1456. AK47.Size = UDim2.new(0, 200, 0, 50)
  1457. AK47.Style = Enum.ButtonStyle.RobloxButton
  1458. AK47.Font = Enum.Font.SourceSans
  1459. AK47.Text = "AK-47"
  1460. AK47.TextColor3 = Color3.new(1, 1, 1)
  1461. AK47.TextScaled = true
  1462. AK47.TextSize = 14
  1463. AK47.TextWrapped = true
  1464.  
  1465. Pistol.Name = "Pistol"
  1466. Pistol.Parent = BringGui
  1467. Pistol.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1468. Pistol.BorderSizePixel = 3
  1469. Pistol.Position = UDim2.new(0.19619441, 0, 0.410443008, 0)
  1470. Pistol.Size = UDim2.new(0, 200, 0, 50)
  1471. Pistol.Style = Enum.ButtonStyle.RobloxButton
  1472. Pistol.Font = Enum.Font.SourceSans
  1473. Pistol.Text = "Pistol"
  1474. Pistol.TextColor3 = Color3.new(1, 1, 1)
  1475. Pistol.TextScaled = true
  1476. Pistol.TextSize = 14
  1477. Pistol.TextWrapped = true
  1478.  
  1479. Shotgun.Name = "Shotgun"
  1480. Shotgun.Parent = BringGui
  1481. Shotgun.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1482. Shotgun.BorderSizePixel = 3
  1483. Shotgun.Position = UDim2.new(0.19619441, 0, 0.276023477, 0)
  1484. Shotgun.Size = UDim2.new(0, 200, 0, 50)
  1485. Shotgun.Style = Enum.ButtonStyle.RobloxButton
  1486. Shotgun.Font = Enum.Font.SourceSans
  1487. Shotgun.Text = "Shotgun"
  1488. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  1489. Shotgun.TextScaled = true
  1490. Shotgun.TextSize = 14
  1491. Shotgun.TextWrapped = true
  1492.  
  1493. SWATRifle.Name = "SWATRifle"
  1494. SWATRifle.Parent = BringGui
  1495. SWATRifle.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1496. SWATRifle.BorderSizePixel = 3
  1497. SWATRifle.Position = UDim2.new(0.19619441, 0, 0.724088669, 0)
  1498. SWATRifle.Size = UDim2.new(0, 200, 0, 50)
  1499. SWATRifle.Style = Enum.ButtonStyle.RobloxButton
  1500. SWATRifle.Font = Enum.Font.SourceSans
  1501. SWATRifle.Text = "SWAT Rifle"
  1502. SWATRifle.TextColor3 = Color3.new(1, 1, 1)
  1503. SWATRifle.TextScaled = true
  1504. SWATRifle.TextSize = 14
  1505. SWATRifle.TextWrapped = true
  1506.  
  1507. SWATPistol.Name = "SWATPistol"
  1508. SWATPistol.Parent = BringGui
  1509. SWATPistol.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1510. SWATPistol.BorderSizePixel = 3
  1511. SWATPistol.Position = UDim2.new(0.19619441, 0, 0.868691444, 0)
  1512. SWATPistol.Size = UDim2.new(0, 200, 0, 50)
  1513. SWATPistol.Style = Enum.ButtonStyle.RobloxButton
  1514. SWATPistol.Font = Enum.Font.SourceSans
  1515. SWATPistol.Text = "SWAT Pistol"
  1516. SWATPistol.TextColor3 = Color3.new(1, 1, 1)
  1517. SWATPistol.TextScaled = true
  1518. SWATPistol.TextSize = 14
  1519. SWATPistol.TextWrapped = true
  1520.  
  1521. Flashlight.Name = "Flashlight"
  1522. Flashlight.Parent = BringGui
  1523. Flashlight.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1524. Flashlight.BorderSizePixel = 3
  1525. Flashlight.Position = UDim2.new(0.19619441, 0, 0.569302499, 0)
  1526. Flashlight.Size = UDim2.new(0, 200, 0, 50)
  1527. Flashlight.Style = Enum.ButtonStyle.RobloxButton
  1528. Flashlight.Font = Enum.Font.SourceSans
  1529. Flashlight.Text = "Flashlight"
  1530. Flashlight.TextColor3 = Color3.new(1, 1, 1)
  1531. Flashlight.TextScaled = true
  1532. Flashlight.TextSize = 14
  1533. Flashlight.TextWrapped = true
  1534.  
  1535. Bring.Name = "Bring"
  1536. Bring.Parent = FeaturesGui
  1537. Bring.BackgroundColor3 = Color3.new(0.0196078, 0.0196078, 0.0196078)
  1538. Bring.BorderSizePixel = 3
  1539. Bring.Position = UDim2.new(0.00895312708, 0, 0.537447691, 0)
  1540. Bring.Size = UDim2.new(0, 136, 0, 50)
  1541. Bring.Style = Enum.ButtonStyle.RobloxButton
  1542. Bring.Font = Enum.Font.SourceSans
  1543. Bring.Text = "Bring Guns"
  1544. Bring.TextColor3 = Color3.new(1, 1, 1)
  1545. Bring.TextScaled = true
  1546. Bring.TextSize = 14
  1547. Bring.TextWrapped = true
  1548.  
  1549. GlobalASD.Name = "GlobalASD"
  1550. GlobalASD.Parent = FeaturesGui
  1551. GlobalASD.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1552. GlobalASD.BorderSizePixel = 0
  1553. GlobalASD.Position = UDim2.new(0, 0, 0.737179458, 0)
  1554. GlobalASD.Size = UDim2.new(0, 726, 0, 31)
  1555.  
  1556. -- Functions
  1557.  
  1558. InfAmmo.MouseButton1Down:connect(function()
  1559. if InfAmmo.Text == "Inf Ammo: Off" then
  1560. InfAmmo.Text = "Inf Ammo: On"
  1561. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Ammo.MagSize.RobloxLocked = true else
  1562. InfAmmo.Text = "Inf Ammo: Off"
  1563. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Ammo.MagSize.RobloxLocked = false
  1564. end
  1565. end)
  1566.  
  1567. WalkSpeed.MouseButton1Down:connect(function()
  1568. game:GetService('Players').LocalPlayer.Character.Humanoid.WalkSpeed = (Numbers.Text)
  1569. _G.JagNotification = function(a,b,c)
  1570. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1571. end
  1572.  
  1573. _G.JagNotification("Walkspeed","Walkspeed Changed.",5)
  1574. wait(1)
  1575. end)
  1576.  
  1577. JumpPower.MouseButton1Down:connect(function()
  1578. game:GetService('Players').LocalPlayer.Character.Humanoid.JumpPower = (Numbers.Text)
  1579. _G.JagNotification = function(a,b,c)
  1580. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1581. end
  1582. _G.JagNotification("Jumppower","Jumppower Changed.",5)
  1583. wait(1)
  1584. end)
  1585.  
  1586. ClickTp.MouseButton1Down:connect(function()
  1587. local plr = game:GetService("Players").LocalPlayer
  1588. local mouse = plr:GetMouse()
  1589. local char = plr.Character
  1590. mouse.KeyDown:connect(function(key)
  1591. if key == "q" then
  1592. char.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.p)
  1593. end
  1594. end)
  1595. _G.JagNotification = function(a,b,c)
  1596. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1597. end
  1598.  
  1599. _G.JagNotification("Click Tp","Click Tp Actived, Key: q",5)
  1600. wait(1)
  1601. end)
  1602.  
  1603. Teleport.MouseButton1Down:connect(function()
  1604. local me = game:GetService('Players').LocalPlayer.Character
  1605.  
  1606. local targetplayer = game:GetService('Workspace'):FindFirstChild(Numbers.Text).HumanoidRootPart
  1607.  
  1608. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1609. wait(0.3)
  1610. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1611. wait(0.3)
  1612. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1613. wait(0.3)
  1614. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1615. wait(0.3)
  1616. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1617. wait(0.3)
  1618. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1619. wait(0.3)
  1620. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1621. wait(0.3)
  1622. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1623. wait(0.3)
  1624. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1625. wait(0.3)
  1626. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1627. wait(0.3)
  1628. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1629. wait(0.3)
  1630. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  1631. _G.JagNotification = function(a,b,c)
  1632. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1633. end
  1634.  
  1635. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1636. wait(1)
  1637. end)
  1638.  
  1639. Away.MouseButton1Down:connect(function()
  1640. CreditsGui.Visible = false
  1641. MainGui.Visible = true
  1642. end)
  1643.  
  1644. Credits.MouseButton1Down:connect(function()
  1645. CreditsGui.Visible = true
  1646. MainGui.Visible = false
  1647. end)
  1648.  
  1649. Place.MouseButton1Down:connect(function()
  1650. MainGui.Visible = false
  1651. PlaceTeleport.Visible = true
  1652. end)
  1653.  
  1654. Need.MouseButton1Down:connect(function()
  1655. PlaceTeleport.Visible = false
  1656. MainGui.Visible = true
  1657. end)
  1658.  
  1659. JewelryOutside.MouseButton1Down:connect(function()
  1660. local Plr = game:GetService('Players').LocalPlayer
  1661.  
  1662. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1663. wait(0.3)
  1664. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1665. wait(0.3)
  1666. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1667. wait(0.3)
  1668. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1669. wait(0.3)
  1670. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1671. wait(0.3)
  1672. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1673. wait(0.3)
  1674. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1675. wait(0.3)
  1676. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1677. wait(0.3)
  1678. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1679. wait(0.3)
  1680. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1681. wait(0.3)
  1682. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1683. wait(0.3)
  1684. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(125.667, 17.612, 1360.479) + Vector3.new(1,0,0)
  1685. _G.JagNotification = function(a,b,c)
  1686. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1687. end
  1688.  
  1689. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1690. wait(1)
  1691. end)
  1692.  
  1693. Donut.MouseButton1Down:connect(function()
  1694. local Plr = game:GetService('Players').LocalPlayer
  1695.  
  1696. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1697. wait(0.3)
  1698. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1699. wait(0.3)
  1700. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1701. wait(0.3)
  1702. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1703. wait(0.3)
  1704. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1705. wait(0.3)
  1706. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1707. wait(0.3)
  1708. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1709. wait(0.3)
  1710. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1711. wait(0.3)
  1712. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1713. wait(0.3)
  1714. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1715. wait(0.3)
  1716. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1717. wait(0.3)
  1718. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(271.283, 17.758, -1759.782) + Vector3.new(1,0,0)
  1719. _G.JagNotification = function(a,b,c)
  1720. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1721. end
  1722.  
  1723. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1724. wait(1)
  1725. end)
  1726.  
  1727. JewelryInside.MouseButton1Down:connect(function()
  1728. local Plr = game:GetService('Players').LocalPlayer
  1729.  
  1730.  
  1731. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1732. wait(0.3)
  1733. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1734. wait(0.3)
  1735. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1736. wait(0.3)
  1737. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1738. wait(0.3)
  1739. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1740. wait(0.3)
  1741. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1742. wait(0.3)
  1743. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1744. wait(0.3)
  1745. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1746. wait(0.3)
  1747. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1748. wait(0.3)
  1749. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1750. wait(0.3)
  1751. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1752. wait(0.3)
  1753. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(143.231, 17.878, 1349.239) + Vector3.new(1,0,0)
  1754. wait(0.3)
  1755. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1756. wait(0.3)
  1757. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1758. wait(0.3)
  1759. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1760. wait(0.3)
  1761. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1762. wait(0.3)
  1763. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1764. wait(0.3)
  1765. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1766. wait(0.3)
  1767. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1768. wait(0.3)
  1769. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1770. wait(0.3)
  1771. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1772. wait(0.3)
  1773. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1774. wait(0.3)
  1775. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1776. wait(0.3)
  1777. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(123.112, 17.858, 1317.886) + Vector3.new(1,0,0)
  1778. _G.JagNotification = function(a,b,c)
  1779. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1780. end
  1781.  
  1782. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1783. wait(1)
  1784. end)
  1785.  
  1786. BankOutside.MouseButton1Down:connect(function()
  1787. local Plr = game:GetService('Players').LocalPlayer
  1788.  
  1789. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1790. wait(0.3)
  1791. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1792. wait(0.3)
  1793. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1794. wait(0.3)
  1795. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1796. wait(0.3)
  1797. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1798. wait(0.3)
  1799. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1800. wait(0.3)
  1801. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1802. wait(0.3)
  1803. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1804. wait(0.3)
  1805. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1806. wait(0.3)
  1807. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1808. wait(0.3)
  1809. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1810. wait(0.3)
  1811. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(12.123, 17.921, 781.932) + Vector3.new(1,0,0)
  1812. _G.JagNotification = function(a,b,c)
  1813. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1814. end
  1815.  
  1816. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1817. wait(1)
  1818. end)
  1819.  
  1820. PoliceStation1.MouseButton1Down:connect(function()
  1821. local Plr = game:GetService('Players').LocalPlayer
  1822.  
  1823. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1824. wait(0.3)
  1825. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1826. wait(0.3)
  1827. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1828. wait(0.3)
  1829. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1830. wait(0.3)
  1831. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1832. wait(0.3)
  1833. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1834. wait(0.3)
  1835. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1836. wait(0.3)
  1837. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1838. wait(0.3)
  1839. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1840. wait(0.3)
  1841. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1842. wait(0.3)
  1843. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1844. wait(0.3)
  1845. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1137.331, 17.950, -1585.158) + Vector3.new(1,0,0)
  1846. _G.JagNotification = function(a,b,c)
  1847. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1848. end
  1849.  
  1850. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1851. wait(1)
  1852. end)
  1853.  
  1854. CriminalBase1.MouseButton1Down:connect(function()
  1855. local Plr = game:GetService('Players').LocalPlayer
  1856.  
  1857. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1858. wait(0.3)
  1859. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1860. wait(0.3)
  1861. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1862. wait(0.3)
  1863. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1864. wait(0.3)
  1865. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1866. wait(0.3)
  1867. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1868. wait(0.3)
  1869. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1870. wait(0.3)
  1871. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1872. wait(0.3)
  1873. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1874. wait(0.3)
  1875. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1876. wait(0.3)
  1877. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1878. wait(0.3)
  1879. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-224.900, 17.615, 1583.120) + Vector3.new(1,0,0)
  1880. _G.JagNotification = function(a,b,c)
  1881. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1882. end
  1883.  
  1884. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1885. wait(1)
  1886. end)
  1887.  
  1888. BankInside.MouseButton1Down:connect(function()
  1889. local Plr = game:GetService('Players').LocalPlayer
  1890.  
  1891. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1892. wait(0.3)
  1893. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1894. wait(0.3)
  1895. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1896. wait(0.3)
  1897. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1898. wait(0.3)
  1899. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1900. wait(0.3)
  1901. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1902. wait(0.3)
  1903. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1904. wait(0.3)
  1905. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1906. wait(0.3)
  1907. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1908. wait(0.3)
  1909. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1910. wait(0.3)
  1911. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1912. wait(0.3)
  1913. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(27.550, 18.166, 855.622) + Vector3.new(1,0,0)
  1914. wait(0.3)
  1915. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1916. wait(0.3)
  1917. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1918. wait(0.3)
  1919. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1920. wait(0.3)
  1921. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1922. wait(0.3)
  1923. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1924. wait(0.3)
  1925. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1926. wait(0.3)
  1927. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1928. wait(0.3)
  1929. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1930. wait(0.3)
  1931. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1932. wait(0.3)
  1933. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1934. wait(0.3)
  1935. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1936. wait(0.3)
  1937. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(23.142, 0.725, 807.102) + Vector3.new(1,0,0)
  1938. _G.JagNotification = function(a,b,c)
  1939. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1940. end
  1941.  
  1942. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1943. wait(1)
  1944. end)
  1945.  
  1946. PoliceStation2.MouseButton1Down:connect(function()
  1947. local Plr = game:GetService('Players').LocalPlayer
  1948.  
  1949. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1950. wait(0.3)
  1951. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1952. wait(0.3)
  1953. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1954. wait(0.3)
  1955. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1956. wait(0.3)
  1957. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1958. wait(0.3)
  1959. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1960. wait(0.3)
  1961. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1962. wait(0.3)
  1963. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1964. wait(0.3)
  1965. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1966. wait(0.3)
  1967. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1968. wait(0.3)
  1969. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1970. wait(0.3)
  1971. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(735.339, 38.053, 1127.009) + Vector3.new(1,0,0)
  1972. _G.JagNotification = function(a,b,c)
  1973. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  1974. end
  1975.  
  1976. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  1977. wait(1)
  1978. end)
  1979.  
  1980. Gas.MouseButton1Down:connect(function()
  1981. local Plr = game:GetService('Players').LocalPlayer
  1982.  
  1983. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1984. wait(0.3)
  1985. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1986. wait(0.3)
  1987. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1988. wait(0.3)
  1989. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1990. wait(0.3)
  1991. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1992. wait(0.3)
  1993. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1994. wait(0.3)
  1995. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1996. wait(0.3)
  1997. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  1998. wait(0.3)
  1999. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  2000. wait(0.3)
  2001. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  2002. wait(0.3)
  2003. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  2004. wait(0.3)
  2005. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1582.925, 17.848, 721.203) + Vector3.new(1,0,0)
  2006. _G.JagNotification = function(a,b,c)
  2007. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2008. end
  2009.  
  2010. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2011. wait(1)
  2012. end)
  2013.  
  2014. CriminalBase2.MouseButton1Down:connect(function()
  2015. local Plr = game:GetService('Players').LocalPlayer
  2016.  
  2017. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2018. wait(0.3)
  2019. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2020. wait(0.3)
  2021. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2022. wait(0.3)
  2023. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2024. wait(0.3)
  2025. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2026. wait(0.3)
  2027. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2028. wait(0.3)
  2029. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2030. wait(0.3)
  2031. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2032. wait(0.3)
  2033. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2034. wait(0.3)
  2035. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2036. wait(0.3)
  2037. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2038. wait(0.3)
  2039. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1562.564, 49.788, -1754.847) + Vector3.new(1,0,0)
  2040. _G.JagNotification = function(a,b,c)
  2041. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2042. end
  2043.  
  2044. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2045. wait(1)
  2046. end)
  2047.  
  2048. Store.MouseButton1Down:connect(function()
  2049. local Plr = game:GetService('Players').LocalPlayer
  2050.  
  2051. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2052. wait(0.3)
  2053. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2054. wait(0.3)
  2055. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2056. wait(0.3)
  2057. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2058. wait(0.3)
  2059. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2060. wait(0.3)
  2061. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2062. wait(0.3)
  2063. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2064. wait(0.3)
  2065. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2066. wait(0.3)
  2067. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2068. wait(0.3)
  2069. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2070. wait(0.3)
  2071. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2072. wait(0.3)
  2073. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(368.939, 17.618, -1679.281) + Vector3.new(1,0,0)
  2074. _G.JagNotification = function(a,b,c)
  2075. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2076. end
  2077.  
  2078. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2079. wait(1)
  2080. end)
  2081.  
  2082. TeleportTo.MouseButton1Down:connect(function()
  2083. local Player = game:GetService('Players').LocalPlayer
  2084. wait(0.5)
  2085. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  2086. repeat
  2087. wait()
  2088. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  2089. until v.Team.Name ~= "Criminal"
  2090. end
  2091. _G.JagNotification = function(a,b,c)
  2092. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2093. end
  2094.  
  2095. _G.JagNotification("Teleport","You Are Being Teleported To The Criminals.",5)
  2096. wait(1)
  2097. end)
  2098.  
  2099. Cars.MouseButton1Down:connect(function()
  2100. MainGui.Visible = false
  2101. CarsTeleport.Visible = true
  2102. end)
  2103.  
  2104. GetOut.MouseButton1Down:connect(function()
  2105. CarsTeleport.Visible = false
  2106. MainGui.Visible = true
  2107. end)
  2108.  
  2109. Camaro.MouseButton1Down:connect(function()
  2110. local Plr = game:GetService('Players').LocalPlayer
  2111.  
  2112. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2113. wait(0.3)
  2114. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2115. wait(0.3)
  2116. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2117. wait(0.3)
  2118. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2119. wait(0.3)
  2120. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2121. wait(0.3)
  2122. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2123. wait(0.3)
  2124. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2125. wait(0.3)
  2126. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2127. wait(0.3)
  2128. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2129. wait(0.3)
  2130. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2131. wait(0.3)
  2132. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2133. wait(0.3)
  2134. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-329.470, 17.558, 1592.310) + Vector3.new(1,0,0)
  2135. _G.JagNotification = function(a,b,c)
  2136. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2137. end
  2138.  
  2139. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2140. wait(1)
  2141. end)
  2142.  
  2143. Lamborghini.MouseButton1Down:connect(function()
  2144. local Plr = game:GetService('Players').LocalPlayer
  2145.  
  2146. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2147. wait(0.3)
  2148. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2149. wait(0.3)
  2150. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2151. wait(0.3)
  2152. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2153. wait(0.3)
  2154. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2155. wait(0.3)
  2156. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2157. wait(0.3)
  2158. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2159. wait(0.3)
  2160. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2161. wait(0.3)
  2162. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2163. wait(0.3)
  2164. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2165. wait(0.3)
  2166. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2167. wait(0.3)
  2168. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(145.052, 17.619, 775.128) + Vector3.new(1,0,0)
  2169. _G.JagNotification = function(a,b,c)
  2170. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2171. end
  2172.  
  2173. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2174. wait(1)
  2175. end)
  2176.  
  2177. Monster.MouseButton1Down:connect(function()
  2178. local Plr = game:GetService('Players').LocalPlayer
  2179.  
  2180. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2181. wait(0.3)
  2182. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2183. wait(0.3)
  2184. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2185. wait(0.3)
  2186. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2187. wait(0.3)
  2188. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2189. wait(0.3)
  2190. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2191. wait(0.3)
  2192. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2193. wait(0.3)
  2194. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2195. wait(0.3)
  2196. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2197. wait(0.3)
  2198. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2199. wait(0.3)
  2200. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2201. wait(0.3)
  2202. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(425.278, 17.868, -1705.962) + Vector3.new(1,0,0)
  2203. _G.JagNotification = function(a,b,c)
  2204. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2205. end
  2206.  
  2207. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2208. wait(1)
  2209. end)
  2210.  
  2211. Volt.MouseButton1Down:connect(function()
  2212. local Plr = game:GetService('Players').LocalPlayer
  2213.  
  2214. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2215. wait(0.3)
  2216. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2217. wait(0.3)
  2218. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2219. wait(0.3)
  2220. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2221. wait(0.3)
  2222. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2223. wait(0.3)
  2224. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2225. wait(0.3)
  2226. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2227. wait(0.3)
  2228. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2229. wait(0.3)
  2230. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2231. wait(0.3)
  2232. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2233. wait(0.3)
  2234. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2235. wait(0.3)
  2236. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(394.266, 17.868, -1720.103) + Vector3.new(1,0,0)
  2237. _G.JagNotification = function(a,b,c)
  2238. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2239. end
  2240.  
  2241. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2242. wait(1)
  2243. end)
  2244.  
  2245. Mustang.MouseButton1Down:connect(function()
  2246. local Plr = game:GetService('Players').LocalPlayer
  2247.  
  2248. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2249. wait(0.3)
  2250. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2251. wait(0.3)
  2252. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2253. wait(0.3)
  2254. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2255. wait(0.3)
  2256. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2257. wait(0.3)
  2258. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2259. wait(0.3)
  2260. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2261. wait(0.3)
  2262. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2263. wait(0.3)
  2264. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2265. wait(0.3)
  2266. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2267. wait(0.3)
  2268. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-96.048, 17.630, -1722.788) + Vector3.new(1,0,0)
  2269. _G.JagNotification = function(a,b,c)
  2270. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2271. end
  2272.  
  2273. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2274. wait(1)
  2275. end)
  2276.  
  2277. ATV.MouseButton1Down:connect(function()
  2278. local Plr = game:GetService('Players').LocalPlayer
  2279.  
  2280. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2281. wait(0.3)
  2282. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2283. wait(0.3)
  2284. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2285. wait(0.3)
  2286. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2287. wait(0.3)
  2288. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2289. wait(0.3)
  2290. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2291. wait(0.3)
  2292. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2293. wait(0.3)
  2294. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2295. wait(0.3)
  2296. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2297. wait(0.3)
  2298. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2299. wait(0.3)
  2300. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2301. wait(0.3)
  2302. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1448.481, 24.824, 203.026) + Vector3.new(1,0,0)
  2303. _G.JagNotification = function(a,b,c)
  2304. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2305. end
  2306.  
  2307. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2308. wait(1)
  2309. end)
  2310.  
  2311. DirtBike.MouseButton1Down:connect(function()
  2312. local Plr = game:GetService('Players').LocalPlayer
  2313.  
  2314. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2315. wait(0.3)
  2316. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2317. wait(0.3)
  2318. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2319. wait(0.3)
  2320. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2321. wait(0.3)
  2322. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2323. wait(0.3)
  2324. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2325. wait(0.3)
  2326. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2327. wait(0.3)
  2328. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2329. wait(0.3)
  2330. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2331. wait(0.3)
  2332. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2333. wait(0.3)
  2334. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2335. wait(0.3)
  2336. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1311.076, 17.366, 372.101) + Vector3.new(1,0,0)
  2337. _G.JagNotification = function(a,b,c)
  2338. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2339. end
  2340.  
  2341. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2342. wait(1)
  2343. end)
  2344.  
  2345. Heli.MouseButton1Down:connect(function()
  2346. local Plr = game:GetService('Players').LocalPlayer
  2347.  
  2348. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2349. wait(0.3)
  2350. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2351. wait(0.3)
  2352. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2353. wait(0.3)
  2354. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2355. wait(0.3)
  2356. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2357. wait(0.3)
  2358. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2359. wait(0.3)
  2360. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2361. wait(0.3)
  2362. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2363. wait(0.3)
  2364. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2365. wait(0.3)
  2366. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2367. wait(0.3)
  2368. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2369. wait(0.3)
  2370. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(736.433, 70.397, 1105.610) + Vector3.new(1,0,0)
  2371. _G.JagNotification = function(a,b,c)
  2372. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2373. end
  2374.  
  2375. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2376. wait(1)
  2377. end)
  2378.  
  2379. MoreVehicles.MouseButton1Down:connect(function()
  2380. CarsTeleport.Visible = false
  2381. MoreCarsGui.Visible = true
  2382. end)
  2383.  
  2384. Bugatti.MouseButton1Down:connect(function()
  2385. local Plr = game:GetService('Players').LocalPlayer
  2386.  
  2387. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2388. wait(0.3)
  2389. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2390. wait(0.3)
  2391. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2392. wait(0.3)
  2393. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2394. wait(0.3)
  2395. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2396. wait(0.3)
  2397. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2398. wait(0.3)
  2399. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2400. wait(0.3)
  2401. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2402. wait(0.3)
  2403. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2404. wait(0.3)
  2405. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2406. wait(0.3)
  2407. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2408. wait(0.3)
  2409. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(241.712, 17.607, 1365.355) + Vector3.new(1,0,0)
  2410. _G.JagNotification = function(a,b,c)
  2411. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2412. end
  2413.  
  2414. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2415. wait(1)
  2416. end)
  2417.  
  2418. SUV.MouseButton1Down:connect(function()
  2419. local Plr = game:GetService('Players').LocalPlayer
  2420.  
  2421. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2422. wait(0.3)
  2423. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2424. wait(0.3)
  2425. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2426. wait(0.3)
  2427. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2428. wait(0.3)
  2429. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2430. wait(0.3)
  2431. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2432. wait(0.3)
  2433. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2434. wait(0.3)
  2435. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2436. wait(0.3)
  2437. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2438. wait(0.3)
  2439. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2440. wait(0.3)
  2441. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2442. wait(0.3)
  2443. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1189.042, 17.750, -1535.820) + Vector3.new(1,0,0)
  2444. _G.JagNotification = function(a,b,c)
  2445. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2446. end
  2447.  
  2448. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2449. wait(1)
  2450. end)
  2451.  
  2452. Jail.MouseButton1Down:connect(function()
  2453. local Plr = game:GetService('Players').LocalPlayer
  2454.  
  2455. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2456. wait(0.3)
  2457. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2458. wait(0.3)
  2459. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2460. wait(0.3)
  2461. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2462. wait(0.3)
  2463. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2464. wait(0.3)
  2465. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2466. wait(0.3)
  2467. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2468. wait(0.3)
  2469. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2470. wait(0.3)
  2471. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2472. wait(0.3)
  2473. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2474. wait(0.3)
  2475. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2476. wait(0.3)
  2477. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1173.742, 17.748, -1383.977) + Vector3.new(1,0,0)
  2478. _G.JagNotification = function(a,b,c)
  2479. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2480. end
  2481.  
  2482. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2483. wait(1)
  2484. end)
  2485.  
  2486. Features.MouseButton1Down:connect(function()
  2487. FeaturesGui.Visible = true
  2488. MainGui.Visible = false
  2489. end)
  2490.  
  2491. Doors.MouseButton1Down:connect(function()
  2492. game:GetService('Workspace').Doors:ClearAllChildren()
  2493. _G.JagNotification = function(a,b,c)
  2494. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2495. end
  2496.  
  2497. _G.JagNotification("Removed","All Doors Have Been Removed.",5)
  2498. wait(1)
  2499. end)
  2500.  
  2501. Kms.MouseButton1Down:connect(function()
  2502. FeaturesGui.Visible = false
  2503. MainGui.Visible = true
  2504. end)
  2505.  
  2506. Lasers.MouseButton1Down:connect(function()
  2507. game:GetService('Workspace').Jewelrys.Jewelry.Lasers:Remove()
  2508. game:GetService('Workspace').Jewelrys.Jewelry.Cameras:Remove()
  2509. game:GetService('Workspace').Jewelrys.Jewelry.FloorLasers:Remove()
  2510. game:GetService('Workspace').Banks.Bank.Lasers:Remove()
  2511. game:GetService('Workspace').Banks.Bank.Door.Model:Destroy()
  2512. game:GetService('Workspace').Banks.Bank.TriggerDoor:Destroy()
  2513. game:GetService('Workspace').EscapeRoutes.ExplodeWall:Destroy()
  2514. game:GetService('Workspace').EscapeRoutes.LiftGate:Remove()
  2515. game:GetService('Workspace').EscapeRoutes.Gate:Destroy()
  2516. game:GetService('Workspace').EscapeRoutes.BankDoor.Door.Model:Destroy()
  2517. game:GetService('Workspace').EscapeRoutes.BankDoor.Hatch:Destroy()
  2518. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  2519. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  2520. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  2521. game:GetService('Workspace').Jewelrys.Jewelry.Model.BarbedWire:Destroy()
  2522. _G.JagNotification = function(a,b,c)
  2523. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2524. end
  2525.  
  2526. _G.JagNotification("Removed","All Bank/Jewelry Lasers Have Been Removed.",5)
  2527. wait(1)
  2528. end)
  2529.  
  2530. Nitro.MouseButton1Down:connect(function()
  2531. if Nitro.Text == "Inf Nitro: Off" then
  2532. Nitro.Text = "Inf Nitro: On"
  2533. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "Nitr"
  2534. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro.Name = "Nitr"
  2535. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Nitr.Value.Position = UDim2.new(0,0,0,0)
  2536. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Nitr.Value:TweenSize(UDim2.new(1,0,1,0),"In","Linear" ) else
  2537. Nitro.Text = "Inf Nitro: Off"
  2538. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitr.Name = "Nitro"
  2539. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitr.Name = "Nitro"
  2540. end
  2541. end)
  2542.  
  2543. McLaren.MouseButton1Down:connect(function()
  2544. local Plr = game:GetService('Players').LocalPlayer
  2545.  
  2546. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2547. wait(0.3)
  2548. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2549. wait(0.3)
  2550. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2551. wait(0.3)
  2552. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2553. wait(0.3)
  2554. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2555. wait(0.3)
  2556. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2557. wait(0.3)
  2558. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2559. wait(0.3)
  2560. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2561. wait(0.3)
  2562. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2563. wait(0.3)
  2564. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2565. wait(0.3)
  2566. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2567. wait(0.3)
  2568. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(597.154, 37.656, 1647.551) + Vector3.new(1,0,0)
  2569. _G.JagNotification = function(a,b,c)
  2570. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2571. end
  2572.  
  2573. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2574. wait(1)
  2575. end)
  2576.  
  2577. Model3.MouseButton1Down:connect(function()
  2578. local Plr = game:GetService('Players').LocalPlayer
  2579.  
  2580. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2581. wait(0.3)
  2582. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2583. wait(0.3)
  2584. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2585. wait(0.3)
  2586. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2587. wait(0.3)
  2588. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2589. wait(0.3)
  2590. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2591. wait(0.3)
  2592. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2593. wait(0.3)
  2594. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2595. wait(0.3)
  2596. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2597. wait(0.3)
  2598. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2599. wait(0.3)
  2600. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2601. wait(0.3)
  2602. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(414.735, 17.615, 1678.667) + Vector3.new(1,0,0)
  2603. _G.JagNotification = function(a,b,c)
  2604. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2605. end
  2606.  
  2607. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2608. wait(1)
  2609. end)
  2610.  
  2611. Stories.MouseButton1Down:connect(function()
  2612. local me = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  2613.  
  2614. game:GetService('Workspace').SmallStores.Gas.Transparency = 0
  2615. game:GetService('Workspace').SmallStores.Donut.Transparency = 0
  2616.  
  2617. game:GetService('Workspace').SmallStores.Gas.Color = Color3.new(0.266667, 1, 0)
  2618. game:GetService('Workspace').SmallStores.Donut.Color = Color3.new(0.94902, 0.345098, 1)
  2619.  
  2620. game:GetService('Workspace').SmallStores.Gas.CFrame = CFrame.new(me.Position.X, me.Position.Y, me.Position.Z)
  2621. wait(3)
  2622. game:GetService('Workspace').SmallStores.Donut.CFrame = CFrame.new(me.Position.X, me.Position.Y, me.Position.Z)
  2623. _G.JagNotification = function(a,b,c)
  2624. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2625. end
  2626.  
  2627. _G.JagNotification("Teleport","Gas And Donut Have Been Teleported To You.",5)
  2628. wait(1)
  2629. end)
  2630.  
  2631. Goto.MouseButton1Down:connect(function()
  2632. local me = game:GetService('Players').LocalPlayer.Character
  2633.  
  2634. local targetplayer = game:GetService('Players')[game:GetService('Workspace').MostWanted.MostWanted.Background.MostWanted.Board.Preset.Stats.PlayerName.Text].Character.HumanoidRootPart
  2635.  
  2636. if game:GetService('Workspace').MostWanted.MostWanted.Background.MostWanted.Board:FindFirstChild("Preset") then
  2637. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2638. wait(0.3)
  2639. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2640. wait(0.3)
  2641. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2642. wait(0.3)
  2643. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2644. wait(0.3)
  2645. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2646. wait(0.3)
  2647. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2648. wait(0.3)
  2649. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2650. wait(0.3)
  2651. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2652. wait(0.3)
  2653. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2654. wait(0.3)
  2655. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2656. wait(0.3)
  2657. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2658. wait(0.3)
  2659. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z) + Vector3.new(1,0,0)
  2660. end
  2661. end)
  2662.  
  2663. SwatVan.MouseButton1Down:connect(function()
  2664. local Plr = game:GetService('Players').LocalPlayer
  2665.  
  2666. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2667. wait(0.3)
  2668. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2669. wait(0.3)
  2670. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2671. wait(0.3)
  2672. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2673. wait(0.3)
  2674. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2675. wait(0.3)
  2676. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2677. wait(0.3)
  2678. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2679. wait(0.3)
  2680. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2681. wait(0.3)
  2682. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2683. wait(0.3)
  2684. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2685. wait(0.3)
  2686. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2687. wait(0.3)
  2688. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.273, 18.022, -1534.351) + Vector3.new(1,0,0)
  2689. _G.JagNotification = function(a,b,c)
  2690. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2691. end
  2692.  
  2693. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2694. wait(1)
  2695. end)
  2696.  
  2697. MyLife.MouseButton1Down:connect(function()
  2698. MoreCarsGui.Visible = false
  2699. MainGui.Visible = true
  2700. end)
  2701.  
  2702. Ufo.MouseButton1Down:connect(function()
  2703. local Plr = game:GetService('Players').LocalPlayer
  2704.  
  2705. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2706. wait(0.3)
  2707. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2708. wait(0.3)
  2709. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2710. wait(0.3)
  2711. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2712. wait(0.3)
  2713. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2714. wait(0.3)
  2715. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2716. wait(0.3)
  2717. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2718. wait(0.3)
  2719. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2720. wait(0.3)
  2721. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2722. wait(0.3)
  2723. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2724. wait(0.3)
  2725. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2726. wait(0.3)
  2727. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(794.796, 27.445, -1652.127) + Vector3.new(1,0,0)
  2728. _G.JagNotification = function(a,b,c)
  2729. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2730. end
  2731.  
  2732. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2733. wait(1)
  2734. end)
  2735.  
  2736. Porsche.MouseButton1Down:connect(function()
  2737. local Plr = game:GetService('Players').LocalPlayer
  2738.  
  2739. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2740. wait(0.3)
  2741. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2742. wait(0.3)
  2743. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2744. wait(0.3)
  2745. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2746. wait(0.3)
  2747. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2748. wait(0.3)
  2749. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2750. wait(0.3)
  2751. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2752. wait(0.3)
  2753. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2754. wait(0.3)
  2755. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2756. wait(0.3)
  2757. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2758. wait(0.3)
  2759. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2760. wait(0.3)
  2761. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(1109.141, 101.161, 1296.443) + Vector3.new(1,0,0)
  2762. _G.JagNotification = function(a,b,c)
  2763. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2764. end
  2765.  
  2766. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2767. wait(1)
  2768. end)
  2769.  
  2770. Pickup.MouseButton1Down:connect(function()
  2771. local Plr = game:GetService('Players').LocalPlayer
  2772.  
  2773. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2774. wait(0.3)
  2775. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2776. wait(0.3)
  2777. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2778. wait(0.3)
  2779. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2780. wait(0.3)
  2781. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2782. wait(0.3)
  2783. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2784. wait(0.3)
  2785. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2786. wait(0.3)
  2787. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2788. wait(0.3)
  2789. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2790. wait(0.3)
  2791. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2792. wait(0.3)
  2793. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2794. wait(0.3)
  2795. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1545.536, 17.747, 725.833) + Vector3.new(1,0,0)
  2796. _G.JagNotification = function(a,b,c)
  2797. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2798. end
  2799.  
  2800. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2801. wait(1)
  2802. end)
  2803.  
  2804. MiniCooper.MouseButton1Down:connect(function()
  2805. local Plr = game:GetService('Players').LocalPlayer
  2806.  
  2807. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2808. wait(0.3)
  2809. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2810. wait(0.3)
  2811. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2812. wait(0.3)
  2813. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2814. wait(0.3)
  2815. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2816. wait(0.3)
  2817. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2818. wait(0.3)
  2819. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2820. wait(0.3)
  2821. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2822. wait(0.3)
  2823. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2824. wait(0.3)
  2825. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2826. wait(0.3)
  2827. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2828. wait(0.3)
  2829. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(761.765, 17.919, -1227.641) + Vector3.new(1,0,0)
  2830. _G.JagNotification = function(a,b,c)
  2831. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2832. end
  2833.  
  2834. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2835. wait(1)
  2836. end)
  2837.  
  2838. Ferrari.MouseButton1Down:connect(function()
  2839. local Plr = game:GetService('Players').LocalPlayer
  2840.  
  2841. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2842. wait(0.3)
  2843. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2844. wait(0.3)
  2845. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2846. wait(0.3)
  2847. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2848. wait(0.3)
  2849. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2850. wait(0.3)
  2851. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2852. wait(0.3)
  2853. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2854. wait(0.3)
  2855. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2856. wait(0.3)
  2857. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2858. wait(0.3)
  2859. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2860. wait(0.3)
  2861. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2862. wait(0.3)
  2863. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(-1499.133, 49.490, 1801.924) + Vector3.new(1,0,0)
  2864. _G.JagNotification = function(a,b,c)
  2865. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2866. end
  2867.  
  2868. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2869. wait(1)
  2870. end)
  2871.  
  2872. DuneBuggy.MouseButton1Down:connect(function()
  2873. local Plr = game:GetService('Players').LocalPlayer
  2874.  
  2875. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2876. wait(0.3)
  2877. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2878. wait(0.3)
  2879. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2880. wait(0.3)
  2881. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2882. wait(0.3)
  2883. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2884. wait(0.3)
  2885. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2886. wait(0.3)
  2887. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2888. wait(0.3)
  2889. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2890. wait(0.3)
  2891. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2892. wait(0.3)
  2893. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2894. wait(0.3)
  2895. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2896. wait(0.3)
  2897. Plr.Character.HumanoidRootPart.CFrame = CFrame.new(578.377, 17.184, -458.189) + Vector3.new(1,0,0)
  2898. _G.JagNotification = function(a,b,c)
  2899. game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b, "rbxassetid://1485935596", c)
  2900. end
  2901.  
  2902. _G.JagNotification("Teleport","You Have Been Teleported.",5)
  2903. wait(1)
  2904. end)
  2905.  
  2906. Ok.MouseButton1Down:connect(function()
  2907. ChangelogGui.Visible = false
  2908. MainGui.Visible = true
  2909. end)
  2910.  
  2911. Bring.MouseButton1Down:connect(function()
  2912. BringGui.Visible = true
  2913. FeaturesGui.Visible = false
  2914. end)
  2915.  
  2916. AwayPlease.MouseButton1Down:connect(function()
  2917. BringGui.Visible = false
  2918. MainGui.Visible = true
  2919. end)
  2920.  
  2921. Pistol.MouseButton1Down:connect(function()
  2922. for i,v in pairs(workspace.Givers:GetChildren())do
  2923. if v:FindFirstChild("Item").Value == "Pistol" then
  2924. local TeleportA = v
  2925. local Model = workspace.Pistol
  2926. LocalPlayer = game:GetService("Players").LocalPlayer
  2927. Model:Clone().Parent = workspace
  2928. TeleportA.Position = LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2929. for i,s in pairs(workspace.Pistol:GetChildren()) do
  2930. s.Position = (LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3))
  2931.  
  2932. end
  2933. end
  2934. end
  2935. end)
  2936.  
  2937. SWATRifle.MouseButton1Down:connect(function()
  2938. for i,v in pairs(workspace.Givers:GetChildren())do
  2939. if v:FindFirstChild("Item").Value == "RifleSWAT" then
  2940. local TeleportA = v
  2941. local Model = workspace.Rifle
  2942. LocalPlayer = game:GetService("Players").LocalPlayer
  2943. Model:Clone().Parent = workspace
  2944. TeleportA.Position = LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2945. for i,s in pairs(workspace.Rifle:GetChildren()) do
  2946. s.Position = (LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3))
  2947.  
  2948. end
  2949. end
  2950. end
  2951. end)
  2952.  
  2953. Flashlight.MouseButton1Down:connect(function()
  2954. for i,v in pairs(workspace.Givers:GetChildren())do
  2955. if v:FindFirstChild("Item").Value == "Flashlight" then
  2956. local TeleportA = v
  2957. local Model = workspace.Flashlight
  2958. LocalPlayer = game:GetService("Players").LocalPlayer
  2959. Model:Clone().Parent = workspace
  2960. TeleportA.Position = LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2961. for i,s in pairs(workspace.Flashlight:GetChildren()) do
  2962. s.Position = (LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3))
  2963.  
  2964. end
  2965. end
  2966. end
  2967. end)
  2968.  
  2969. Shotgun.MouseButton1Down:connect(function()
  2970. for i,v in pairs(workspace.Givers:GetChildren())do
  2971. if v:FindFirstChild("Item").Value == "Shotgun" then
  2972. local TeleportA = v
  2973. local Model = workspace.Shotgun
  2974. LocalPlayer = game:GetService("Players").LocalPlayer
  2975. Model:Clone().Parent = workspace
  2976. TeleportA.Position = LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2977. for i,s in pairs(workspace.Shotgun:GetChildren()) do
  2978. s.Position = (LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3))
  2979.  
  2980. end
  2981. end
  2982. end
  2983. end)
  2984.  
  2985. SWATPistol.MouseButton1Down:connect(function()
  2986. for i,v in pairs(workspace.Givers:GetChildren())do
  2987. if v:FindFirstChild("Item").Value == "PistolSWAT" then
  2988. local TeleportA = v
  2989. local Model = workspace.Pistol
  2990. LocalPlayer = game:GetService("Players").LocalPlayer
  2991. Model:Clone().Parent = workspace
  2992. TeleportA.Position = LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  2993. for i,s in pairs(workspace.Pistol:GetChildren()) do
  2994. s.Position = (LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3))
  2995.  
  2996. end
  2997. end
  2998. end
  2999. end)
  3000.  
  3001. AK47.MouseButton1Down:connect(function()
  3002. for i,v in pairs(workspace.Givers:GetChildren())do
  3003. if v:FindFirstChild("Item").Value == "AK47" then
  3004. local TeleportA = v
  3005. local Model = workspace.AK
  3006. LocalPlayer = game:GetService("Players").LocalPlayer
  3007. Model:Clone().Parent = workspace
  3008. TeleportA.Position = LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  3009. for i,s in pairs(workspace.AK:GetChildren()) do
  3010. s.Position = (LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3))
  3011.  
  3012. end
  3013. end
  3014. end
  3015. end)
  3016.  
  3017. -- Extra Functions
  3018.  
  3019. while wait() do
  3020. if game:GetService('Workspace').Jewelrys.Jewelry.Extra.Light.SurfaceLight.Enabled == true then
  3021. Jewerly.Text = "Jewerly: Open" else
  3022. Jewerly.Text = "Jewerly: Closed"
  3023. end
  3024.  
  3025. if game:GetService('Workspace').Banks.Bank.Extra.Light.SurfaceLight.Enabled == true then
  3026. Bank.Text = "Bank: Open" else
  3027. Bank.Text = "Bank: Closed"
  3028. end
  3029.  
  3030. if game:GetService('Workspace').Trains:FindFirstChild("BoxCar") then
  3031. Train.Text = "Train: Running" else
  3032. Train.Text = "Train: Not Running"
  3033. end
  3034.  
  3035. if game:GetService('Workspace').MostWanted.MostWanted.Background.MostWanted.Board:FindFirstChild('Preset') then
  3036. Username.Text = "Username: ".. game.Workspace.MostWanted.MostWanted.Background.MostWanted.Board.Preset.Stats.PlayerName.Text
  3037. Bounty.Text = "Bounty: " .. game.Workspace.MostWanted.MostWanted.Background.MostWanted.Board.Preset.Stats.Bounty.Text else
  3038. Username.Text = "Username: Unknown"
  3039. Bounty.Text = "Bounty: Unkown"
  3040. end
  3041. end
Add Comment
Please, Sign In to add comment