Advertisement
Sykotic_Cataclysm

JailBreakScript

Feb 1st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.15 KB | None | 0 0
  1. -- Instances
  2.  
  3. local Jailbreak = Instance.new("ScreenGui")
  4. local OpenCloseFrame = Instance.new("Frame")
  5. local OpenButton = Instance.new("TextButton")
  6. local MainFrame = Instance.new("Frame")
  7. local TeleportsButton = Instance.new("TextButton")
  8. local MainLabel = Instance.new("TextLabel")
  9. local MinimizeButton = Instance.new("TextButton")
  10. local CloseButton = Instance.new("TextButton")
  11. local OthersButton = Instance.new("TextButton")
  12. local TeleportsFrame = Instance.new("Frame")
  13. local TeleportsLabel = Instance.new("TextLabel")
  14. local BankOutButton = Instance.new("TextButton")
  15. local BankInButton = Instance.new("TextButton")
  16. local BankVaultButton = Instance.new("TextButton")
  17. local JewelOutButton = Instance.new("TextButton")
  18. local JewelInButton = Instance.new("TextButton")
  19. local JewelRoofButton = Instance.new("TextButton")
  20. local PoliceButton = Instance.new("TextButton")
  21. local Crim1Button = Instance.new("TextButton")
  22. local Crim2Button = Instance.new("TextButton")
  23. local DonutButton = Instance.new("TextButton")
  24. local MuseumButton = Instance.new("TextButton")
  25. local MuseumRoofButton = Instance.new("TextButton")
  26. local GasStationButton = Instance.new("TextButton")
  27. local HelipadButton = Instance.new("TextButton")
  28. local GarageButton = Instance.new("TextButton")
  29. local OthersFrame = Instance.new("Frame")
  30. local OthersLabel = Instance.new("TextLabel")
  31. local PistolButton = Instance.new("TextButton")
  32. local AK47Button = Instance.new("TextButton")
  33. local ShotgunButton = Instance.new("TextButton")
  34. local M4A4Button = Instance.new("TextButton")
  35. local BankLabel = Instance.new("TextLabel")
  36. local JewelLabel = Instance.new("TextLabel")
  37. local InfJumpButton = Instance.new("TextButton")
  38. local RemDoorsButton = Instance.new("TextButton")
  39. local BtoolsButton = Instance.new("TextButton")
  40. local CaseTPButton = Instance.new("TextButton")
  41. local ESPButton = Instance.new("TextButton")
  42. local PlayerTPButton = Instance.new("TextButton")
  43. local PlayerBox = Instance.new("TextBox")
  44. local KeyCardButton = Instance.new("TextButton")
  45. local RemLasersButton = Instance.new("TextButton")
  46. local NoClipButton = Instance.new("TextButton")
  47. local InfNitroButton = Instance.new("TextButton")
  48. local KeyCardLabel = Instance.new("TextLabel")
  49. local AutoRobButton = Instance.new("TextButton")
  50. local CarTPsButton = Instance.new("TextButton")
  51. local CarTPsFrame = Instance.new("Frame")
  52. local CarTPsLabel = Instance.new("TextLabel")
  53. local CamaroButton = Instance.new("TextButton")
  54. local MiniCooperButton = Instance.new("TextButton")
  55. local PorscheButton = Instance.new("TextButton")
  56. local PickUpTruckButton = Instance.new("TextButton")
  57. local SWATVanButton = Instance.new("TextButton")
  58. local DuneBuggyButton = Instance.new("TextButton")
  59. local LambourghiniButton = Instance.new("TextButton")
  60. local DirtBikeButton = Instance.new("TextButton")
  61. local TeslaButton = Instance.new("TextButton")
  62. local _1mDealerButton = Instance.new("TextButton")
  63. local FerrariButton = Instance.new("TextButton")
  64. local BugattiButton = Instance.new("TextButton")
  65.  
  66. --Properties
  67.  
  68. Jailbreak.Name = "Jailbreak"
  69. Jailbreak.Parent = game.CoreGui
  70. Jailbreak.ResetOnSpawn = false
  71.  
  72. OpenCloseFrame.Name = "OpenCloseFrame"
  73. OpenCloseFrame.Parent = Jailbreak
  74. OpenCloseFrame.AnchorPoint = Vector2.new(1, 0.5)
  75. OpenCloseFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  76. OpenCloseFrame.BackgroundTransparency = 0.5
  77. OpenCloseFrame.BorderColor3 = Color3.new(0, 0, 0)
  78. OpenCloseFrame.BorderSizePixel = 3
  79. OpenCloseFrame.Position = UDim2.new(1, 0, 0.649999976, 0)
  80. OpenCloseFrame.Size = UDim2.new(0, 200, 0, 50)
  81.  
  82. OpenButton.Name = "OpenButton"
  83. OpenButton.Parent = OpenCloseFrame
  84. OpenButton.BackgroundColor3 = Color3.new(1, 0, 0)
  85. OpenButton.BackgroundTransparency = 0.5
  86. OpenButton.Size = UDim2.new(0, 200, 0, 50)
  87. OpenButton.Font = Enum.Font.Fantasy
  88. OpenButton.Text = "Open Jailbreak Gui"
  89. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  90. OpenButton.TextSize = 24
  91.  
  92. MainFrame.Name = "MainFrame"
  93. MainFrame.Parent = Jailbreak
  94. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  95. MainFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  96. MainFrame.BackgroundTransparency = 0.5
  97. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  98. MainFrame.BorderSizePixel = 3
  99. MainFrame.Position = UDim2.new(0.699999988, 0, 0.400000006, 0)
  100. MainFrame.Size = UDim2.new(0, 300, 0, 400)
  101. MainFrame.Visible = false
  102. MainFrame.Active = true
  103. MainFrame.Selectable = true
  104. MainFrame.Draggable = true
  105.  
  106. TeleportsButton.Name = "TeleportsButton"
  107. TeleportsButton.Parent = MainFrame
  108. TeleportsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  109. TeleportsButton.BackgroundTransparency = 0.5
  110. TeleportsButton.Position = UDim2.new(0.0399999991, 0, 0.100000001, 0)
  111. TeleportsButton.Size = UDim2.new(0, 80, 0, 40)
  112. TeleportsButton.Font = Enum.Font.Fantasy
  113. TeleportsButton.Text = "Place Teleports"
  114. TeleportsButton.TextColor3 = Color3.new(1, 1, 1)
  115. TeleportsButton.TextSize = 18
  116. TeleportsButton.TextWrapped = true
  117.  
  118. MainLabel.Name = "MainLabel"
  119. MainLabel.Parent = MainFrame
  120. MainLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  121. MainLabel.BackgroundTransparency = 0.5
  122. MainLabel.Size = UDim2.new(0, 250, 0, 25)
  123. MainLabel.Font = Enum.Font.Fantasy
  124. MainLabel.Text = "JailBreak GUI by Syko#2239"
  125. MainLabel.TextColor3 = Color3.new(1, 1, 1)
  126. MainLabel.TextSize = 14
  127.  
  128. MinimizeButton.Name = "MinimizeButton"
  129. MinimizeButton.Parent = MainFrame
  130. MinimizeButton.BackgroundColor3 = Color3.new(1, 0, 0)
  131. MinimizeButton.BackgroundTransparency = 0.5
  132. MinimizeButton.Position = UDim2.new(0.833000004, 0, 0, 0)
  133. MinimizeButton.Size = UDim2.new(0, 25, 0, 25)
  134. MinimizeButton.Font = Enum.Font.Fantasy
  135. MinimizeButton.Text = "-"
  136. MinimizeButton.TextColor3 = Color3.new(1, 1, 1)
  137. MinimizeButton.TextSize = 24
  138.  
  139. CloseButton.Name = "CloseButton"
  140. CloseButton.Parent = MainFrame
  141. CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
  142. CloseButton.BackgroundTransparency = 0.5
  143. CloseButton.Position = UDim2.new(0.916000009, 0, 0, 0)
  144. CloseButton.Size = UDim2.new(0, 25, 0, 25)
  145. CloseButton.Font = Enum.Font.Fantasy
  146. CloseButton.Text = "x"
  147. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  148. CloseButton.TextSize = 24
  149.  
  150. OthersButton.Name = "OthersButton"
  151. OthersButton.Parent = MainFrame
  152. OthersButton.AnchorPoint = Vector2.new(1, 0)
  153. OthersButton.BackgroundColor3 = Color3.new(1, 0, 0)
  154. OthersButton.BackgroundTransparency = 0.5
  155. OthersButton.Position = UDim2.new(0.959999979, 0, 0.100000001, 0)
  156. OthersButton.Size = UDim2.new(0, 80, 0, 40)
  157. OthersButton.Font = Enum.Font.Fantasy
  158. OthersButton.Text = "Functions"
  159. OthersButton.TextColor3 = Color3.new(1, 1, 1)
  160. OthersButton.TextSize = 18
  161. OthersButton.TextWrapped = true
  162.  
  163. TeleportsFrame.Name = "TeleportsFrame"
  164. TeleportsFrame.Parent = MainFrame
  165. TeleportsFrame.AnchorPoint = Vector2.new(0, 1)
  166. TeleportsFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  167. TeleportsFrame.BackgroundTransparency = 0.80000001192093
  168. TeleportsFrame.BorderColor3 = Color3.new(0, 0, 0)
  169. TeleportsFrame.BorderSizePixel = 3
  170. TeleportsFrame.Position = UDim2.new(0, 0, 1, 0)
  171. TeleportsFrame.Size = UDim2.new(0, 300, 0, 300)
  172. TeleportsFrame.Visible = false
  173.  
  174. TeleportsLabel.Name = "TeleportsLabel"
  175. TeleportsLabel.Parent = TeleportsFrame
  176. TeleportsLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  177. TeleportsLabel.BackgroundTransparency = 0.5
  178. TeleportsLabel.Size = UDim2.new(0, 300, 0, 25)
  179. TeleportsLabel.Font = Enum.Font.Fantasy
  180. TeleportsLabel.Text = "Teleport To Place Locations"
  181. TeleportsLabel.TextColor3 = Color3.new(1, 1, 1)
  182. TeleportsLabel.TextSize = 14
  183.  
  184. BankOutButton.Name = "BankOutButton"
  185. BankOutButton.Parent = TeleportsFrame
  186. BankOutButton.BackgroundColor3 = Color3.new(1, 0, 0)
  187. BankOutButton.BackgroundTransparency = 0.5
  188. BankOutButton.Position = UDim2.new(0.0399999991, 0, 0.119999997, 0)
  189. BankOutButton.Size = UDim2.new(0, 80, 0, 40)
  190. BankOutButton.Font = Enum.Font.Fantasy
  191. BankOutButton.Text = "Bank - Outside"
  192. BankOutButton.TextColor3 = Color3.new(1, 1, 1)
  193. BankOutButton.TextSize = 17
  194. BankOutButton.TextWrapped = true
  195.  
  196. BankInButton.Name = "BankInButton"
  197. BankInButton.Parent = TeleportsFrame
  198. BankInButton.AnchorPoint = Vector2.new(0.5, 0)
  199. BankInButton.BackgroundColor3 = Color3.new(1, 0, 0)
  200. BankInButton.BackgroundTransparency = 0.5
  201. BankInButton.Position = UDim2.new(0.5, 0, 0.119999997, 0)
  202. BankInButton.Size = UDim2.new(0, 80, 0, 40)
  203. BankInButton.Font = Enum.Font.Fantasy
  204. BankInButton.Text = "Bank - Inside"
  205. BankInButton.TextColor3 = Color3.new(1, 1, 1)
  206. BankInButton.TextSize = 17
  207. BankInButton.TextWrapped = true
  208.  
  209. BankVaultButton.Name = "BankVaultButton"
  210. BankVaultButton.Parent = TeleportsFrame
  211. BankVaultButton.AnchorPoint = Vector2.new(1, 0)
  212. BankVaultButton.BackgroundColor3 = Color3.new(1, 0, 0)
  213. BankVaultButton.BackgroundTransparency = 0.5
  214. BankVaultButton.Position = UDim2.new(0.959999979, 0, 0.119999997, 0)
  215. BankVaultButton.Size = UDim2.new(0, 80, 0, 40)
  216. BankVaultButton.Font = Enum.Font.Fantasy
  217. BankVaultButton.Text = "Bank - Vault"
  218. BankVaultButton.TextColor3 = Color3.new(1, 1, 1)
  219. BankVaultButton.TextSize = 17
  220. BankVaultButton.TextWrapped = true
  221.  
  222. JewelOutButton.Name = "JewelOutButton"
  223. JewelOutButton.Parent = TeleportsFrame
  224. JewelOutButton.BackgroundColor3 = Color3.new(1, 0, 0)
  225. JewelOutButton.BackgroundTransparency = 0.5
  226. JewelOutButton.Position = UDim2.new(0.0399999991, 0, 0.300000012, 0)
  227. JewelOutButton.Size = UDim2.new(0, 80, 0, 40)
  228. JewelOutButton.Font = Enum.Font.Fantasy
  229. JewelOutButton.Text = "Jewelry - Outside"
  230. JewelOutButton.TextColor3 = Color3.new(1, 1, 1)
  231. JewelOutButton.TextSize = 17
  232. JewelOutButton.TextWrapped = true
  233.  
  234. JewelInButton.Name = "JewelInButton"
  235. JewelInButton.Parent = TeleportsFrame
  236. JewelInButton.AnchorPoint = Vector2.new(0.5, 0)
  237. JewelInButton.BackgroundColor3 = Color3.new(1, 0, 0)
  238. JewelInButton.BackgroundTransparency = 0.5
  239. JewelInButton.Position = UDim2.new(0.5, 0, 0.300000012, 0)
  240. JewelInButton.Size = UDim2.new(0, 80, 0, 40)
  241. JewelInButton.Font = Enum.Font.Fantasy
  242. JewelInButton.Text = "Jewelry - Inside"
  243. JewelInButton.TextColor3 = Color3.new(1, 1, 1)
  244. JewelInButton.TextSize = 17
  245. JewelInButton.TextWrapped = true
  246.  
  247. JewelRoofButton.Name = "JewelRoofButton"
  248. JewelRoofButton.Parent = TeleportsFrame
  249. JewelRoofButton.AnchorPoint = Vector2.new(1, 0)
  250. JewelRoofButton.BackgroundColor3 = Color3.new(1, 0, 0)
  251. JewelRoofButton.BackgroundTransparency = 0.5
  252. JewelRoofButton.Position = UDim2.new(0.959999979, 0, 0.300000012, 0)
  253. JewelRoofButton.Size = UDim2.new(0, 80, 0, 40)
  254. JewelRoofButton.Font = Enum.Font.Fantasy
  255. JewelRoofButton.Text = "Jewelry - Roof"
  256. JewelRoofButton.TextColor3 = Color3.new(1, 1, 1)
  257. JewelRoofButton.TextSize = 17
  258. JewelRoofButton.TextWrapped = true
  259.  
  260. PoliceButton.Name = "PoliceButton"
  261. PoliceButton.Parent = TeleportsFrame
  262. PoliceButton.AnchorPoint = Vector2.new(1, 0)
  263. PoliceButton.BackgroundColor3 = Color3.new(1, 0, 0)
  264. PoliceButton.BackgroundTransparency = 0.5
  265. PoliceButton.Position = UDim2.new(0.959999979, 0, 0.479999989, 0)
  266. PoliceButton.Size = UDim2.new(0, 80, 0, 40)
  267. PoliceButton.Font = Enum.Font.Fantasy
  268. PoliceButton.Text = "Police's Base"
  269. PoliceButton.TextColor3 = Color3.new(1, 1, 1)
  270. PoliceButton.TextSize = 17
  271. PoliceButton.TextWrapped = true
  272.  
  273. Crim1Button.Name = "Crim1Button"
  274. Crim1Button.Parent = TeleportsFrame
  275. Crim1Button.BackgroundColor3 = Color3.new(1, 0, 0)
  276. Crim1Button.BackgroundTransparency = 0.5
  277. Crim1Button.Position = UDim2.new(0.0399999991, 0, 0.479999989, 0)
  278. Crim1Button.Size = UDim2.new(0, 80, 0, 40)
  279. Crim1Button.Font = Enum.Font.Fantasy
  280. Crim1Button.Text = "Criminal Base 1"
  281. Crim1Button.TextColor3 = Color3.new(1, 1, 1)
  282. Crim1Button.TextSize = 17
  283. Crim1Button.TextWrapped = true
  284.  
  285. Crim2Button.Name = "Crim2Button"
  286. Crim2Button.Parent = TeleportsFrame
  287. Crim2Button.AnchorPoint = Vector2.new(0.5, 0)
  288. Crim2Button.BackgroundColor3 = Color3.new(1, 0, 0)
  289. Crim2Button.BackgroundTransparency = 0.5
  290. Crim2Button.Position = UDim2.new(0.5, 0, 0.479999989, 0)
  291. Crim2Button.Size = UDim2.new(0, 80, 0, 40)
  292. Crim2Button.Font = Enum.Font.Fantasy
  293. Crim2Button.Text = "Criminal Base 2"
  294. Crim2Button.TextColor3 = Color3.new(1, 1, 1)
  295. Crim2Button.TextSize = 17
  296. Crim2Button.TextWrapped = true
  297.  
  298. DonutButton.Name = "DonutButton"
  299. DonutButton.Parent = TeleportsFrame
  300. DonutButton.AnchorPoint = Vector2.new(1, 0)
  301. DonutButton.BackgroundColor3 = Color3.new(1, 0, 0)
  302. DonutButton.BackgroundTransparency = 0.5
  303. DonutButton.Position = UDim2.new(0.959999979, 0, 0.660000026, 0)
  304. DonutButton.Size = UDim2.new(0, 80, 0, 40)
  305. DonutButton.Font = Enum.Font.Fantasy
  306. DonutButton.Text = "Donut Shop"
  307. DonutButton.TextColor3 = Color3.new(1, 1, 1)
  308. DonutButton.TextSize = 17
  309. DonutButton.TextWrapped = true
  310.  
  311. MuseumButton.Name = "MuseumButton"
  312. MuseumButton.Parent = TeleportsFrame
  313. MuseumButton.BackgroundColor3 = Color3.new(1, 0, 0)
  314. MuseumButton.BackgroundTransparency = 0.5
  315. MuseumButton.Position = UDim2.new(0.0399999991, 0, 0.660000026, 0)
  316. MuseumButton.Size = UDim2.new(0, 80, 0, 40)
  317. MuseumButton.Font = Enum.Font.Fantasy
  318. MuseumButton.Text = "Museum"
  319. MuseumButton.TextColor3 = Color3.new(1, 1, 1)
  320. MuseumButton.TextSize = 17
  321. MuseumButton.TextWrapped = true
  322.  
  323. MuseumRoofButton.Name = "MuseumRoofButton"
  324. MuseumRoofButton.Parent = TeleportsFrame
  325. MuseumRoofButton.AnchorPoint = Vector2.new(0.5, 0)
  326. MuseumRoofButton.BackgroundColor3 = Color3.new(1, 0, 0)
  327. MuseumRoofButton.BackgroundTransparency = 0.5
  328. MuseumRoofButton.Position = UDim2.new(0.5, 0, 0.660000026, 0)
  329. MuseumRoofButton.Size = UDim2.new(0, 80, 0, 40)
  330. MuseumRoofButton.Font = Enum.Font.Fantasy
  331. MuseumRoofButton.Text = "Museum Roof"
  332. MuseumRoofButton.TextColor3 = Color3.new(1, 1, 1)
  333. MuseumRoofButton.TextSize = 17
  334. MuseumRoofButton.TextWrapped = true
  335.  
  336. GasStationButton.Name = "GasStationButton"
  337. GasStationButton.Parent = TeleportsFrame
  338. GasStationButton.BackgroundColor3 = Color3.new(1, 0, 0)
  339. GasStationButton.BackgroundTransparency = 0.5
  340. GasStationButton.Position = UDim2.new(0.0399999991, 0, 0.839999974, 0)
  341. GasStationButton.Size = UDim2.new(0, 80, 0, 40)
  342. GasStationButton.Font = Enum.Font.Fantasy
  343. GasStationButton.Text = "Gas Station"
  344. GasStationButton.TextColor3 = Color3.new(1, 1, 1)
  345. GasStationButton.TextSize = 17
  346. GasStationButton.TextWrapped = true
  347.  
  348. HelipadButton.Name = "HelipadButton"
  349. HelipadButton.Parent = TeleportsFrame
  350. HelipadButton.AnchorPoint = Vector2.new(0.5, 0)
  351. HelipadButton.BackgroundColor3 = Color3.new(1, 0, 0)
  352. HelipadButton.BackgroundTransparency = 0.5
  353. HelipadButton.Position = UDim2.new(0.5, 0, 0.839999974, 0)
  354. HelipadButton.Size = UDim2.new(0, 80, 0, 40)
  355. HelipadButton.Font = Enum.Font.Fantasy
  356. HelipadButton.Text = "Helipad"
  357. HelipadButton.TextColor3 = Color3.new(1, 1, 1)
  358. HelipadButton.TextSize = 17
  359. HelipadButton.TextWrapped = true
  360.  
  361. GarageButton.Name = "GarageButton"
  362. GarageButton.Parent = TeleportsFrame
  363. GarageButton.AnchorPoint = Vector2.new(1, 0)
  364. GarageButton.BackgroundColor3 = Color3.new(1, 0, 0)
  365. GarageButton.BackgroundTransparency = 0.5
  366. GarageButton.Position = UDim2.new(0.959999979, 0, 0.839999974, 0)
  367. GarageButton.Size = UDim2.new(0, 80, 0, 40)
  368. GarageButton.Font = Enum.Font.Fantasy
  369. GarageButton.Text = "Garage"
  370. GarageButton.TextColor3 = Color3.new(1, 1, 1)
  371. GarageButton.TextSize = 17
  372. GarageButton.TextWrapped = true
  373.  
  374. OthersFrame.Name = "OthersFrame"
  375. OthersFrame.Parent = MainFrame
  376. OthersFrame.AnchorPoint = Vector2.new(0, 1)
  377. OthersFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  378. OthersFrame.BackgroundTransparency = 0.80000001192093
  379. OthersFrame.BorderColor3 = Color3.new(0, 0, 0)
  380. OthersFrame.BorderSizePixel = 3
  381. OthersFrame.Position = UDim2.new(0, 0, 1, 0)
  382. OthersFrame.Size = UDim2.new(0, 300, 0, 300)
  383. OthersFrame.Visible = false
  384.  
  385. OthersLabel.Name = "OthersLabel"
  386. OthersLabel.Parent = OthersFrame
  387. OthersLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  388. OthersLabel.BackgroundTransparency = 0.5
  389. OthersLabel.Size = UDim2.new(0, 300, 0, 25)
  390. OthersLabel.Font = Enum.Font.Fantasy
  391. OthersLabel.Text = "All The Other Stuff"
  392. OthersLabel.TextColor3 = Color3.new(1, 1, 1)
  393. OthersLabel.TextSize = 14
  394.  
  395. PistolButton.Name = "PistolButton"
  396. PistolButton.Parent = OthersFrame
  397. PistolButton.BackgroundColor3 = Color3.new(1, 0, 0)
  398. PistolButton.BackgroundTransparency = 0.5
  399. PistolButton.Position = UDim2.new(0.00999999978, 0, 0.119999997, 0)
  400. PistolButton.Size = UDim2.new(0, 70, 0, 40)
  401. PistolButton.Font = Enum.Font.Fantasy
  402. PistolButton.Text = "Pistol"
  403. PistolButton.TextColor3 = Color3.new(1, 1, 1)
  404. PistolButton.TextSize = 17
  405. PistolButton.TextWrapped = true
  406.  
  407. AK47Button.Name = "AK47Button"
  408. AK47Button.Parent = OthersFrame
  409. AK47Button.AnchorPoint = Vector2.new(1, 0)
  410. AK47Button.BackgroundColor3 = Color3.new(1, 0, 0)
  411. AK47Button.BackgroundTransparency = 0.5
  412. AK47Button.Position = UDim2.new(0.99000001, 0, 0.119999997, 0)
  413. AK47Button.Size = UDim2.new(0, 70, 0, 40)
  414. AK47Button.Font = Enum.Font.Fantasy
  415. AK47Button.Text = "AK-47"
  416. AK47Button.TextColor3 = Color3.new(1, 1, 1)
  417. AK47Button.TextSize = 17
  418. AK47Button.TextWrapped = true
  419.  
  420. ShotgunButton.Name = "ShotgunButton"
  421. ShotgunButton.Parent = OthersFrame
  422. ShotgunButton.BackgroundColor3 = Color3.new(1, 0, 0)
  423. ShotgunButton.BackgroundTransparency = 0.5
  424. ShotgunButton.Position = UDim2.new(0.254999995, 0, 0.119999997, 0)
  425. ShotgunButton.Size = UDim2.new(0, 70, 0, 40)
  426. ShotgunButton.Font = Enum.Font.Fantasy
  427. ShotgunButton.Text = "Shotgun"
  428. ShotgunButton.TextColor3 = Color3.new(1, 1, 1)
  429. ShotgunButton.TextSize = 17
  430. ShotgunButton.TextWrapped = true
  431.  
  432. M4A4Button.Name = "M4A4Button"
  433. M4A4Button.Parent = OthersFrame
  434. M4A4Button.AnchorPoint = Vector2.new(1, 0)
  435. M4A4Button.BackgroundColor3 = Color3.new(1, 0, 0)
  436. M4A4Button.BackgroundTransparency = 0.5
  437. M4A4Button.Position = UDim2.new(0.74000001, 0, 0.119999997, 0)
  438. M4A4Button.Size = UDim2.new(0, 70, 0, 40)
  439. M4A4Button.Font = Enum.Font.Fantasy
  440. M4A4Button.Text = "M4A4"
  441. M4A4Button.TextColor3 = Color3.new(1, 1, 1)
  442. M4A4Button.TextSize = 17
  443. M4A4Button.TextWrapped = true
  444.  
  445. BankLabel.Name = "BankLabel"
  446. BankLabel.Parent = OthersFrame
  447. BankLabel.AnchorPoint = Vector2.new(0, 1)
  448. BankLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  449. BankLabel.BackgroundTransparency = 0.5
  450. BankLabel.Position = UDim2.new(0, 0, 1, 0)
  451. BankLabel.Size = UDim2.new(0, 150, 0, 25)
  452. BankLabel.Font = Enum.Font.Fantasy
  453. BankLabel.Text = "Bank:"
  454. BankLabel.TextColor3 = Color3.new(1, 1, 1)
  455. BankLabel.TextSize = 14
  456.  
  457. JewelLabel.Name = "JewelLabel"
  458. JewelLabel.Parent = OthersFrame
  459. JewelLabel.AnchorPoint = Vector2.new(1, 1)
  460. JewelLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  461. JewelLabel.BackgroundTransparency = 0.5
  462. JewelLabel.Position = UDim2.new(1, 0, 1, 0)
  463. JewelLabel.Size = UDim2.new(0, 150, 0, 25)
  464. JewelLabel.Font = Enum.Font.Fantasy
  465. JewelLabel.Text = "Jewelry Store:"
  466. JewelLabel.TextColor3 = Color3.new(1, 1, 1)
  467. JewelLabel.TextSize = 14
  468.  
  469. InfJumpButton.Name = "InfJumpButton"
  470. InfJumpButton.Parent = OthersFrame
  471. InfJumpButton.AnchorPoint = Vector2.new(0.5, 0)
  472. InfJumpButton.BackgroundColor3 = Color3.new(1, 0, 0)
  473. InfJumpButton.BackgroundTransparency = 0.5
  474. InfJumpButton.Position = UDim2.new(0.479999989, 0, 0.270000011, 0)
  475. InfJumpButton.Size = UDim2.new(0, 110, 0, 40)
  476. InfJumpButton.Font = Enum.Font.Fantasy
  477. InfJumpButton.Text = "Inf Jump - Car and Person [X]"
  478. InfJumpButton.TextColor3 = Color3.new(1, 1, 1)
  479. InfJumpButton.TextSize = 17
  480. InfJumpButton.TextWrapped = true
  481.  
  482. RemDoorsButton.Name = "RemDoorsButton"
  483. RemDoorsButton.Parent = OthersFrame
  484. RemDoorsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  485. RemDoorsButton.BackgroundTransparency = 0.5
  486. RemDoorsButton.Position = UDim2.new(0.0199999996, 0, 0.419999987, 0)
  487. RemDoorsButton.Size = UDim2.new(0, 92, 0, 40)
  488. RemDoorsButton.Font = Enum.Font.Fantasy
  489. RemDoorsButton.Text = "Remove Doors"
  490. RemDoorsButton.TextColor3 = Color3.new(1, 1, 1)
  491. RemDoorsButton.TextSize = 17
  492. RemDoorsButton.TextWrapped = true
  493.  
  494. BtoolsButton.Name = "BtoolsButton"
  495. BtoolsButton.Parent = OthersFrame
  496. BtoolsButton.AnchorPoint = Vector2.new(1, 0)
  497. BtoolsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  498. BtoolsButton.BackgroundTransparency = 0.5
  499. BtoolsButton.Position = UDim2.new(0.980000019, 0, 0.419999987, 0)
  500. BtoolsButton.Size = UDim2.new(0, 92, 0, 40)
  501. BtoolsButton.Font = Enum.Font.Fantasy
  502. BtoolsButton.Text = "B-Tools"
  503. BtoolsButton.TextColor3 = Color3.new(1, 1, 1)
  504. BtoolsButton.TextSize = 17
  505. BtoolsButton.TextWrapped = true
  506.  
  507. CaseTPButton.Name = "CaseTPButton"
  508. CaseTPButton.Parent = OthersFrame
  509. CaseTPButton.AnchorPoint = Vector2.new(0.5, 0)
  510. CaseTPButton.BackgroundColor3 = Color3.new(1, 0, 0)
  511. CaseTPButton.BackgroundTransparency = 0.5
  512. CaseTPButton.Position = UDim2.new(0.5, 0, 0.769999981, 0)
  513. CaseTPButton.Size = UDim2.new(0, 92, 0, 40)
  514. CaseTPButton.Font = Enum.Font.Fantasy
  515. CaseTPButton.Text = "TP To Air Drop Case"
  516. CaseTPButton.TextColor3 = Color3.new(1, 1, 1)
  517. CaseTPButton.TextSize = 17
  518. CaseTPButton.TextWrapped = true
  519.  
  520. ESPButton.Name = "ESPButton"
  521. ESPButton.Parent = OthersFrame
  522. ESPButton.AnchorPoint = Vector2.new(1, 0)
  523. ESPButton.BackgroundColor3 = Color3.new(1, 0, 0)
  524. ESPButton.BackgroundTransparency = 0.5
  525. ESPButton.Position = UDim2.new(0.980000019, 0, 0.769999981, 0)
  526. ESPButton.Size = UDim2.new(0, 92, 0, 40)
  527. ESPButton.Font = Enum.Font.Fantasy
  528. ESPButton.Text = "ESP: Off"
  529. ESPButton.TextColor3 = Color3.new(1, 1, 1)
  530. ESPButton.TextSize = 17
  531. ESPButton.TextWrapped = true
  532.  
  533. PlayerTPButton.Name = "PlayerTPButton"
  534. PlayerTPButton.Parent = OthersFrame
  535. PlayerTPButton.AnchorPoint = Vector2.new(0.5, 0)
  536. PlayerTPButton.BackgroundColor3 = Color3.new(1, 0, 0)
  537. PlayerTPButton.BackgroundTransparency = 0.5
  538. PlayerTPButton.Position = UDim2.new(0.430000007, 0, 0.569999993, 0)
  539. PlayerTPButton.Size = UDim2.new(0, 40, 0, 40)
  540. PlayerTPButton.Font = Enum.Font.Fantasy
  541. PlayerTPButton.Text = "TP"
  542. PlayerTPButton.TextColor3 = Color3.new(1, 1, 1)
  543. PlayerTPButton.TextSize = 17
  544. PlayerTPButton.TextWrapped = true
  545.  
  546. PlayerBox.Name = "PlayerBox"
  547. PlayerBox.Parent = OthersFrame
  548. PlayerBox.AnchorPoint = Vector2.new(1, 0)
  549. PlayerBox.BackgroundColor3 = Color3.new(1, 0, 0)
  550. PlayerBox.BackgroundTransparency = 0.5
  551. PlayerBox.Position = UDim2.new(0.980000019, 0, 0.569999993, 0)
  552. PlayerBox.Size = UDim2.new(0, 140, 0, 40)
  553. PlayerBox.Font = Enum.Font.Fantasy
  554. PlayerBox.Text = "Enter Player Name"
  555. PlayerBox.TextColor3 = Color3.new(1, 1, 1)
  556. PlayerBox.TextSize = 12
  557.  
  558. KeyCardButton.Name = "KeyCardButton"
  559. KeyCardButton.Parent = OthersFrame
  560. KeyCardButton.BackgroundColor3 = Color3.new(1, 0, 0)
  561. KeyCardButton.BackgroundTransparency = 0.5
  562. KeyCardButton.Position = UDim2.new(0.0199999996, 0, 0.270000011, 0)
  563. KeyCardButton.Size = UDim2.new(0, 78, 0, 40)
  564. KeyCardButton.Font = Enum.Font.Fantasy
  565. KeyCardButton.Text = "KeyCard"
  566. KeyCardButton.TextColor3 = Color3.new(1, 1, 1)
  567. KeyCardButton.TextSize = 17
  568. KeyCardButton.TextWrapped = true
  569.  
  570. RemLasersButton.Name = "RemLasersButton"
  571. RemLasersButton.Parent = OthersFrame
  572. RemLasersButton.AnchorPoint = Vector2.new(0.5, 0)
  573. RemLasersButton.BackgroundColor3 = Color3.new(1, 0, 0)
  574. RemLasersButton.BackgroundTransparency = 0.5
  575. RemLasersButton.Position = UDim2.new(0.5, 0, 0.419999987, 0)
  576. RemLasersButton.Size = UDim2.new(0, 92, 0, 40)
  577. RemLasersButton.Font = Enum.Font.Fantasy
  578. RemLasersButton.Text = "Remove Lasers"
  579. RemLasersButton.TextColor3 = Color3.new(1, 1, 1)
  580. RemLasersButton.TextSize = 17
  581. RemLasersButton.TextWrapped = true
  582.  
  583. NoClipButton.Name = "NoClipButton"
  584. NoClipButton.Parent = OthersFrame
  585. NoClipButton.BackgroundColor3 = Color3.new(1, 0, 0)
  586. NoClipButton.BackgroundTransparency = 0.5
  587. NoClipButton.Position = UDim2.new(0.0199999996, 0, 0.569999993, 0)
  588. NoClipButton.Size = UDim2.new(0, 98, 0, 40)
  589. NoClipButton.Font = Enum.Font.Fantasy
  590. NoClipButton.Text = "NoClip: Off"
  591. NoClipButton.TextColor3 = Color3.new(1, 1, 1)
  592. NoClipButton.TextSize = 17
  593. NoClipButton.TextWrapped = true
  594.  
  595. InfNitroButton.Name = "InfNitroButton"
  596. InfNitroButton.Parent = OthersFrame
  597. InfNitroButton.AnchorPoint = Vector2.new(1, 0)
  598. InfNitroButton.BackgroundColor3 = Color3.new(1, 0, 0)
  599. InfNitroButton.BackgroundTransparency = 0.5
  600. InfNitroButton.Position = UDim2.new(0.980000019, 0, 0.270000011, 0)
  601. InfNitroButton.Size = UDim2.new(0, 90, 0, 40)
  602. InfNitroButton.Font = Enum.Font.Fantasy
  603. InfNitroButton.Text = "Infinite Nitrous"
  604. InfNitroButton.TextColor3 = Color3.new(1, 1, 1)
  605. InfNitroButton.TextSize = 17
  606. InfNitroButton.TextWrapped = true
  607.  
  608. KeyCardLabel.Name = "KeyCardLabel"
  609. KeyCardLabel.Parent = OthersFrame
  610. KeyCardLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  611. KeyCardLabel.BackgroundTransparency = 1
  612. KeyCardLabel.Position = UDim2.new(0, 0, 0.689999998, 0)
  613. KeyCardLabel.Size = UDim2.new(0, 300, 0, 25)
  614. KeyCardLabel.Font = Enum.Font.Fantasy
  615. KeyCardLabel.Text = "Note: KeyCard isn't visible, but doors will open for you"
  616. KeyCardLabel.TextColor3 = Color3.new(1, 1, 1)
  617. KeyCardLabel.TextSize = 13
  618.  
  619. AutoRobButton.Name = "AutoRobButton"
  620. AutoRobButton.Parent = OthersFrame
  621. AutoRobButton.BackgroundColor3 = Color3.new(1, 0, 0)
  622. AutoRobButton.BackgroundTransparency = 0.5
  623. AutoRobButton.Position = UDim2.new(0.0199999996, 0, 0.769999981, 0)
  624. AutoRobButton.Size = UDim2.new(0, 92, 0, 40)
  625. AutoRobButton.Font = Enum.Font.Fantasy
  626. AutoRobButton.Text = "Auto-Rob Bank"
  627. AutoRobButton.TextColor3 = Color3.new(1, 1, 1)
  628. AutoRobButton.TextSize = 17
  629. AutoRobButton.TextWrapped = true
  630.  
  631. CarTPsButton.Name = "CarTPsButton"
  632. CarTPsButton.Parent = MainFrame
  633. CarTPsButton.AnchorPoint = Vector2.new(0.5, 0)
  634. CarTPsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  635. CarTPsButton.BackgroundTransparency = 0.5
  636. CarTPsButton.Position = UDim2.new(0.5, 0, 0.100000001, 0)
  637. CarTPsButton.Size = UDim2.new(0, 80, 0, 40)
  638. CarTPsButton.Font = Enum.Font.Fantasy
  639. CarTPsButton.Text = "Car Teleports"
  640. CarTPsButton.TextColor3 = Color3.new(1, 1, 1)
  641. CarTPsButton.TextSize = 18
  642. CarTPsButton.TextWrapped = true
  643.  
  644. CarTPsFrame.Name = "CarTPsFrame"
  645. CarTPsFrame.Parent = MainFrame
  646. CarTPsFrame.AnchorPoint = Vector2.new(0, 1)
  647. CarTPsFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  648. CarTPsFrame.BackgroundTransparency = 0.80000001192093
  649. CarTPsFrame.BorderColor3 = Color3.new(0, 0, 0)
  650. CarTPsFrame.BorderSizePixel = 3
  651. CarTPsFrame.Position = UDim2.new(0, 0, 1, 0)
  652. CarTPsFrame.Size = UDim2.new(0, 300, 0, 300)
  653. CarTPsFrame.Visible = false
  654.  
  655. CarTPsLabel.Name = "CarTPsLabel"
  656. CarTPsLabel.Parent = CarTPsFrame
  657. CarTPsLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  658. CarTPsLabel.BackgroundTransparency = 0.5
  659. CarTPsLabel.Size = UDim2.new(0, 300, 0, 25)
  660. CarTPsLabel.Font = Enum.Font.Fantasy
  661. CarTPsLabel.Text = "Teleport To Car Locations"
  662. CarTPsLabel.TextColor3 = Color3.new(1, 1, 1)
  663. CarTPsLabel.TextSize = 14
  664.  
  665. CamaroButton.Name = "CamaroButton"
  666. CamaroButton.Parent = CarTPsFrame
  667. CamaroButton.BackgroundColor3 = Color3.new(1, 0, 0)
  668. CamaroButton.BackgroundTransparency = 0.5
  669. CamaroButton.Position = UDim2.new(0.0399999991, 0, 0.180000007, 0)
  670. CamaroButton.Size = UDim2.new(0, 80, 0, 40)
  671. CamaroButton.Font = Enum.Font.Fantasy
  672. CamaroButton.Text = "Camaro (Free One)"
  673. CamaroButton.TextColor3 = Color3.new(1, 1, 1)
  674. CamaroButton.TextSize = 17
  675. CamaroButton.TextWrapped = true
  676.  
  677. MiniCooperButton.Name = "MiniCooperButton"
  678. MiniCooperButton.Parent = CarTPsFrame
  679. MiniCooperButton.AnchorPoint = Vector2.new(0.5, 0)
  680. MiniCooperButton.BackgroundColor3 = Color3.new(1, 0, 0)
  681. MiniCooperButton.BackgroundTransparency = 0.5
  682. MiniCooperButton.Position = UDim2.new(0.5, 0, 0.180000007, 0)
  683. MiniCooperButton.Size = UDim2.new(0, 80, 0, 40)
  684. MiniCooperButton.Font = Enum.Font.Fantasy
  685. MiniCooperButton.Text = "Mini Cooper"
  686. MiniCooperButton.TextColor3 = Color3.new(1, 1, 1)
  687. MiniCooperButton.TextSize = 17
  688. MiniCooperButton.TextWrapped = true
  689.  
  690. PorscheButton.Name = "PorscheButton"
  691. PorscheButton.Parent = CarTPsFrame
  692. PorscheButton.AnchorPoint = Vector2.new(1, 0)
  693. PorscheButton.BackgroundColor3 = Color3.new(1, 0, 0)
  694. PorscheButton.BackgroundTransparency = 0.5
  695. PorscheButton.Position = UDim2.new(0.959999979, 0, 0.180000007, 0)
  696. PorscheButton.Size = UDim2.new(0, 80, 0, 40)
  697. PorscheButton.Font = Enum.Font.Fantasy
  698. PorscheButton.Text = "Porsche"
  699. PorscheButton.TextColor3 = Color3.new(1, 1, 1)
  700. PorscheButton.TextSize = 17
  701. PorscheButton.TextWrapped = true
  702.  
  703. PickUpTruckButton.Name = "PickUpTruckButton"
  704. PickUpTruckButton.Parent = CarTPsFrame
  705. PickUpTruckButton.BackgroundColor3 = Color3.new(1, 0, 0)
  706. PickUpTruckButton.BackgroundTransparency = 0.5
  707. PickUpTruckButton.Position = UDim2.new(0.0399999991, 0, 0.379999995, 0)
  708. PickUpTruckButton.Size = UDim2.new(0, 80, 0, 40)
  709. PickUpTruckButton.Font = Enum.Font.Fantasy
  710. PickUpTruckButton.Text = "Pick Up Truck"
  711. PickUpTruckButton.TextColor3 = Color3.new(1, 1, 1)
  712. PickUpTruckButton.TextSize = 17
  713. PickUpTruckButton.TextWrapped = true
  714.  
  715. SWATVanButton.Name = "SWATVanButton"
  716. SWATVanButton.Parent = CarTPsFrame
  717. SWATVanButton.AnchorPoint = Vector2.new(0.5, 0)
  718. SWATVanButton.BackgroundColor3 = Color3.new(1, 0, 0)
  719. SWATVanButton.BackgroundTransparency = 0.5
  720. SWATVanButton.Position = UDim2.new(0.5, 0, 0.379999995, 0)
  721. SWATVanButton.Size = UDim2.new(0, 80, 0, 40)
  722. SWATVanButton.Font = Enum.Font.Fantasy
  723. SWATVanButton.Text = "SWAT Van"
  724. SWATVanButton.TextColor3 = Color3.new(1, 1, 1)
  725. SWATVanButton.TextSize = 17
  726. SWATVanButton.TextWrapped = true
  727.  
  728. DuneBuggyButton.Name = "DuneBuggyButton"
  729. DuneBuggyButton.Parent = CarTPsFrame
  730. DuneBuggyButton.AnchorPoint = Vector2.new(1, 0)
  731. DuneBuggyButton.BackgroundColor3 = Color3.new(1, 0, 0)
  732. DuneBuggyButton.BackgroundTransparency = 0.5
  733. DuneBuggyButton.Position = UDim2.new(0.959999979, 0, 0.379999995, 0)
  734. DuneBuggyButton.Size = UDim2.new(0, 80, 0, 40)
  735. DuneBuggyButton.Font = Enum.Font.Fantasy
  736. DuneBuggyButton.Text = "Dune Buggy"
  737. DuneBuggyButton.TextColor3 = Color3.new(1, 1, 1)
  738. DuneBuggyButton.TextSize = 17
  739. DuneBuggyButton.TextWrapped = true
  740.  
  741. LambourghiniButton.Name = "LambourghiniButton"
  742. LambourghiniButton.Parent = CarTPsFrame
  743. LambourghiniButton.AnchorPoint = Vector2.new(1, 0)
  744. LambourghiniButton.BackgroundColor3 = Color3.new(1, 0, 0)
  745. LambourghiniButton.BackgroundTransparency = 0.5
  746. LambourghiniButton.Position = UDim2.new(0.959999979, 0, 0.579999983, 0)
  747. LambourghiniButton.Size = UDim2.new(0, 80, 0, 40)
  748. LambourghiniButton.Font = Enum.Font.Fantasy
  749. LambourghiniButton.Text = "Lambo"
  750. LambourghiniButton.TextColor3 = Color3.new(1, 1, 1)
  751. LambourghiniButton.TextSize = 17
  752. LambourghiniButton.TextWrapped = true
  753.  
  754. DirtBikeButton.Name = "DirtBikeButton"
  755. DirtBikeButton.Parent = CarTPsFrame
  756. DirtBikeButton.BackgroundColor3 = Color3.new(1, 0, 0)
  757. DirtBikeButton.BackgroundTransparency = 0.5
  758. DirtBikeButton.Position = UDim2.new(0.0399999991, 0, 0.579999983, 0)
  759. DirtBikeButton.Size = UDim2.new(0, 80, 0, 40)
  760. DirtBikeButton.Font = Enum.Font.Fantasy
  761. DirtBikeButton.Text = "Dirt Bike"
  762. DirtBikeButton.TextColor3 = Color3.new(1, 1, 1)
  763. DirtBikeButton.TextSize = 17
  764. DirtBikeButton.TextWrapped = true
  765.  
  766. TeslaButton.Name = "TeslaButton"
  767. TeslaButton.Parent = CarTPsFrame
  768. TeslaButton.AnchorPoint = Vector2.new(0.5, 0)
  769. TeslaButton.BackgroundColor3 = Color3.new(1, 0, 0)
  770. TeslaButton.BackgroundTransparency = 0.5
  771. TeslaButton.Position = UDim2.new(0.5, 0, 0.579999983, 0)
  772. TeslaButton.Size = UDim2.new(0, 80, 0, 40)
  773. TeslaButton.Font = Enum.Font.Fantasy
  774. TeslaButton.Text = "Tesla"
  775. TeslaButton.TextColor3 = Color3.new(1, 1, 1)
  776. TeslaButton.TextSize = 17
  777. TeslaButton.TextWrapped = true
  778.  
  779. _1mDealerButton.Name = "1mDealerButton"
  780. _1mDealerButton.Parent = CarTPsFrame
  781. _1mDealerButton.AnchorPoint = Vector2.new(1, 0)
  782. _1mDealerButton.BackgroundColor3 = Color3.new(1, 0, 0)
  783. _1mDealerButton.BackgroundTransparency = 0.5
  784. _1mDealerButton.Position = UDim2.new(0.959999979, 0, 0.779999971, 0)
  785. _1mDealerButton.Size = UDim2.new(0, 80, 0, 40)
  786. _1mDealerButton.Font = Enum.Font.Fantasy
  787. _1mDealerButton.Text = "One Mil Dealership"
  788. _1mDealerButton.TextColor3 = Color3.new(1, 1, 1)
  789. _1mDealerButton.TextSize = 17
  790. _1mDealerButton.TextWrapped = true
  791.  
  792. FerrariButton.Name = "FerrariButton"
  793. FerrariButton.Parent = CarTPsFrame
  794. FerrariButton.BackgroundColor3 = Color3.new(1, 0, 0)
  795. FerrariButton.BackgroundTransparency = 0.5
  796. FerrariButton.Position = UDim2.new(0.0399999991, 0, 0.779999971, 0)
  797. FerrariButton.Size = UDim2.new(0, 80, 0, 40)
  798. FerrariButton.Font = Enum.Font.Fantasy
  799. FerrariButton.Text = "Ferrari"
  800. FerrariButton.TextColor3 = Color3.new(1, 1, 1)
  801. FerrariButton.TextSize = 17
  802. FerrariButton.TextWrapped = true
  803.  
  804. BugattiButton.Name = "BugattiButton"
  805. BugattiButton.Parent = CarTPsFrame
  806. BugattiButton.AnchorPoint = Vector2.new(0.5, 0)
  807. BugattiButton.BackgroundColor3 = Color3.new(1, 0, 0)
  808. BugattiButton.BackgroundTransparency = 0.5
  809. BugattiButton.Position = UDim2.new(0.5, 0, 0.779999971, 0)
  810. BugattiButton.Size = UDim2.new(0, 80, 0, 40)
  811. BugattiButton.Font = Enum.Font.Fantasy
  812. BugattiButton.Text = "Bugatti"
  813. BugattiButton.TextColor3 = Color3.new(1, 1, 1)
  814. BugattiButton.TextSize = 17
  815. BugattiButton.TextWrapped = true
  816.  
  817. -- Scripts
  818.  
  819. -- Opening and Closing
  820.  
  821. OpenButton.MouseButton1Click:Connect(function()
  822. OpenCloseFrame.Visible = false
  823. MainFrame.Visible = true
  824. end)
  825.  
  826. MinimizeButton.MouseButton1Click:Connect(function()
  827. MainFrame.Visible = false
  828. OpenCloseFrame.Visible = true
  829. end)
  830.  
  831. CloseButton.MouseButton1Click:Connect(function()
  832. game:GetService("CoreGui"):WaitForChild("Jailbreak"):Destroy()
  833. end)
  834.  
  835. local Tabs = {
  836. [OthersButton] = OthersFrame;
  837. [TeleportsButton] = TeleportsFrame;
  838. [CarTPsButton] = CarTPsFrame;
  839. }
  840. for button,frame in pairs(Tabs) do
  841. button.MouseButton1Click:connect(function()
  842. if frame.Visible then
  843. frame.Visible = false
  844. return
  845. end
  846. for k,v in pairs(Tabs) do
  847. v.Visible = v == frame
  848. end
  849. end)
  850. end
  851.  
  852. -- Teleporting
  853.  
  854. local Points = {
  855. ["BankIn"] = CFrame.new(20.443, 18.8639755, 842.549) + Vector3.new(1, 0, 0),
  856. ["BankOut"] = CFrame.new(9.92591476, 18.8639755, 786.788147) + Vector3.new(1, 0, 0),
  857. ["BankVault"] = CFrame.new(18.3854294, 1.765628457, 815.506348) + Vector3.new(1, 0, 0),
  858. ["JewelIn"] = CFrame.new(133.300705, 18.9375954, 1316.42407) + Vector3.new(1, 0, 0),
  859. ["JewelOut"] = CFrame.new(145.300705, 18.9375954, 1356.42407) + Vector3.new(1, 0, 0),
  860. ["JewelRoof"] = CFrame.new(101.211128, 99.6576996, 1310.54175) + Vector3.new(1, 0, 0),
  861. ["Crim1"] = CFrame.new(-221.723099, 18.8924026, 1578.80261) + Vector3.new(1, 0, 0),
  862. ["Crim2"] = CFrame.new(1650.80896, 50.863636, -1770.66626) + Vector3.new(1, 0, 0),
  863. ["Police"] = CFrame.new(-1136.89868, 18.950058, -1585.59912) + Vector3.new(1, 0, 0),
  864. ["Donut"] = CFrame.new(257.191101, 18.81828869, -1753.11206) + Vector3.new(1, 0, 0),
  865. ["Museum"] = CFrame.new(1064.02, 118.562, 1218.757) + Vector3.new(1, 0, 0),
  866. ["MuseumRoof"] = CFrame.new(1079.45, 154.904, 1176.52) + Vector3.new(1, 0, 0),
  867. ["Garage"] = CFrame.new(-340.0529, 19.644, 1182.502) + Vector3.new(1, 0, 0),
  868. ["Gas"] = CFrame.new(-1585.41101, 17.8481865, 709.37262) + Vector3.new(1, 0, 0),
  869. ["Helipad"] = CFrame.new(-1171.6626, 57.6341133, -1590.24841) + Vector3.new(1, 0, 0),
  870. ["Camaro"] = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1, 0, 0),
  871. ["Mini"] = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1, 0, 0),
  872. ["Porsche"] = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1, 0, 0),
  873. ["DirtBike"] = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1, 0, 0),
  874. ["DuneBuggy"] = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1, 0, 0),
  875. ["Tesla"] = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1, 0, 0),
  876. ["Lambo"] = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1, 0, 0),
  877. ["Ferrari"] = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1, 0, 0),
  878. ["Bugatti"] = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1, 0, 0),
  879. ["Dealer"] = CFrame.new(424.985474, 17.8676395, -1704.00525) + Vector3.new(1, 0, 0),
  880. ["SWAT"] = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1, 0, 0),
  881. ["PickUp"] = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1, 0, 0)
  882. }
  883.  
  884. BankInButton.MouseButton1Down:connect(function()
  885. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  886. for i = 1,50 do
  887. wait()
  888. hrp.CFrame = Points["BankIn"]
  889. end
  890. end)
  891.  
  892. BankOutButton.MouseButton1Down:connect(function()
  893. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  894. for i = 1,50 do
  895. wait()
  896. hrp.CFrame = Points["BankOut"]
  897. end
  898. end)
  899.  
  900. BankVaultButton.MouseButton1Down:connect(function()
  901. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  902. for i = 1,50 do
  903. wait()
  904. hrp.CFrame = Points["BankVault"]
  905. end
  906. end)
  907.  
  908. JewelInButton.MouseButton1Down:connect(function()
  909. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  910. for i = 1,50 do
  911. wait()
  912. hrp.CFrame = Points["JewelIn"]
  913. end
  914. end)
  915.  
  916. JewelOutButton.MouseButton1Down:connect(function()
  917. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  918. for i = 1,50 do
  919. wait()
  920. hrp.CFrame = Points["JewelOut"]
  921. end
  922. end)
  923.  
  924. JewelRoofButton.MouseButton1Down:connect(function()
  925. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  926. for i = 1,50 do
  927. wait()
  928. hrp.CFrame = Points["JewelRoof"]
  929. end
  930. end)
  931.  
  932. Crim1Button.MouseButton1Down:connect(function()
  933. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  934. for i = 1,50 do
  935. wait()
  936. hrp.CFrame = Points["Crim1"]
  937. end
  938. end)
  939.  
  940. Crim2Button.MouseButton1Down:connect(function()
  941. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  942. for i = 1,50 do
  943. wait()
  944. hrp.CFrame = Points["Crim2"]
  945. end
  946. end)
  947.  
  948. PoliceButton.MouseButton1Down:connect(function()
  949. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  950. for i = 1,50 do
  951. wait()
  952. hrp.CFrame = Points["Police"]
  953. end
  954. end)
  955.  
  956. DonutButton.MouseButton1Down:connect(function()
  957. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  958. for i = 1,50 do
  959. wait()
  960. hrp.CFrame = Points["Donut"]
  961. end
  962. end)
  963.  
  964. MuseumButton.MouseButton1Down:connect(function()
  965. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  966. for i = 1,50 do
  967. wait()
  968. hrp.CFrame = Points["Museum"]
  969. end
  970. end)
  971.  
  972. MuseumRoofButton.MouseButton1Down:connect(function()
  973. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  974. for i = 1,50 do
  975. wait()
  976. hrp.CFrame = Points["MuseumRoof"]
  977. end
  978. end)
  979.  
  980. GarageButton.MouseButton1Down:connect(function()
  981. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  982. for i = 1,50 do
  983. wait()
  984. hrp.CFrame = Points["Garage"]
  985. end
  986. end)
  987.  
  988. GasStationButton.MouseButton1Down:connect(function()
  989. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  990. for i = 1,50 do
  991. wait()
  992. hrp.CFrame = Points["Gas"]
  993. end
  994. end)
  995.  
  996. HelipadButton.MouseButton1Down:connect(function()
  997. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  998. for i = 1,50 do
  999. wait()
  1000. hrp.CFrame = Points["Helipad"]
  1001. end
  1002. end)
  1003.  
  1004. BugattiButton.MouseButton1Down:connect(function()
  1005. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1006. for i = 1,50 do
  1007. wait()
  1008. hrp.CFrame = Points["Bugatti"]
  1009. end
  1010. end)
  1011.  
  1012. CamaroButton.MouseButton1Down:connect(function()
  1013. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1014. for i = 1,50 do
  1015. wait()
  1016. hrp.CFrame = Points["Camaro"]
  1017. end
  1018. end)
  1019.  
  1020. MiniCooperButton.MouseButton1Down:connect(function()
  1021. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1022. for i = 1,50 do
  1023. wait()
  1024. hrp.CFrame = Points["Mini"]
  1025. end
  1026. end)
  1027.  
  1028. PorscheButton.MouseButton1Down:connect(function()
  1029. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1030. for i = 1,50 do
  1031. wait()
  1032. hrp.CFrame = Points["Porsche"]
  1033. end
  1034. end)
  1035.  
  1036. DirtBikeButton.MouseButton1Down:connect(function()
  1037. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1038. for i = 1,50 do
  1039. wait()
  1040. hrp.CFrame = Points["DirtBike"]
  1041. end
  1042. end)
  1043.  
  1044. DuneBuggyButton.MouseButton1Down:connect(function()
  1045. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1046. for i = 1,50 do
  1047. wait()
  1048. hrp.CFrame = Points["DuneBuggy"]
  1049. end
  1050. end)
  1051.  
  1052. TeslaButton.MouseButton1Down:connect(function()
  1053. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1054. for i = 1,50 do
  1055. wait()
  1056. hrp.CFrame = Points["Tesla"]
  1057. end
  1058. end)
  1059.  
  1060. SWATVanButton.MouseButton1Down:connect(function()
  1061. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1062. for i = 1,50 do
  1063. wait()
  1064. hrp.CFrame = Points["SWAT"]
  1065. end
  1066. end)
  1067.  
  1068. PickUpTruckButton.MouseButton1Down:connect(function()
  1069. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1070. for i = 1,50 do
  1071. wait()
  1072. hrp.CFrame = Points["PickUp"]
  1073. end
  1074. end)
  1075.  
  1076. LambourghiniButton.MouseButton1Down:connect(function()
  1077. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1078. for i = 1,50 do
  1079. wait()
  1080. hrp.CFrame = Points["Lambo"]
  1081. end
  1082. end)
  1083.  
  1084. FerrariButton.MouseButton1Down:connect(function()
  1085. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1086. for i = 1,50 do
  1087. wait()
  1088. hrp.CFrame = Points["Ferrari"]
  1089. end
  1090. end)
  1091.  
  1092. _1mDealerButton.MouseButton1Down:connect(function()
  1093. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1094. for i = 1,50 do
  1095. wait()
  1096. hrp.CFrame = Points["Dealer"]
  1097. end
  1098. end)
  1099.  
  1100. PlayerTPButton.MouseButton1Down:connect(function()
  1101. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1102. local otherhrp = game:GetService('Players')[PlayerBox.Text].Character.HumanoidRootPart
  1103. for i = 1,50 do
  1104. hrp.CFrame = otherhrp.CFrame
  1105. end
  1106. end)
  1107.  
  1108. -- Other Stuff
  1109.  
  1110. -- Gun Givers
  1111.  
  1112. AK47Button.MouseButton1Click:Connect(function()
  1113. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1114.  
  1115. a = Instance.new("Part", workspace)
  1116. a.Anchored = true
  1117. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1118. a.CanCollide = false
  1119.  
  1120. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1121. if v.Name == "ShootingRange" then
  1122. for a, b in pairs(v:GetChildren()) do
  1123. if b:IsA("StringValue") then
  1124. if b.Value == "AK47" then
  1125. v.CFrame = CFrame.new(hit)
  1126. end
  1127. end
  1128. end
  1129. end
  1130. end
  1131. end)
  1132.  
  1133. M4A4Button.MouseButton1Down:connect(function()
  1134. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1135.  
  1136. a = Instance.new("Part", workspace)
  1137. a.Anchored = true
  1138. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1139. a.CanCollide = false
  1140.  
  1141. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1142. if v.Name == "Station" then
  1143. for a, b in pairs(v:GetChildren()) do
  1144. if b:IsA("StringValue") then
  1145. if b.Value == "RifleSWAT" then
  1146. v.CFrame = CFrame.new(hit)
  1147. end
  1148. end
  1149. end
  1150. end
  1151. end
  1152. end)
  1153.  
  1154. PistolButton.MouseButton1Down:connect(function()
  1155. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1156.  
  1157. a = Instance.new("Part", workspace)
  1158. a.Anchored = true
  1159. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1160. a.CanCollide = false
  1161.  
  1162. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1163. if v.Name == "Station" then
  1164. for a, b in pairs(v:GetChildren()) do
  1165. if b:IsA("StringValue") then
  1166. if b.Value == "Pistol" then
  1167. v.CFrame = CFrame.new(hit)
  1168. end
  1169. end
  1170. end
  1171. end
  1172. end
  1173. end)
  1174.  
  1175. ShotgunButton.MouseButton1Down:connect(function()
  1176. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1177.  
  1178. a = Instance.new("Part", workspace)
  1179. a.Anchored = true
  1180. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1181. a.CanCollide = false
  1182.  
  1183. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1184. if v.Name == "Station" then
  1185. for a, b in pairs(v:GetChildren()) do
  1186. if b:IsA("StringValue") then
  1187. if b.Value == "Shotgun" then
  1188. v.CFrame = CFrame.new(hit)
  1189. end
  1190. end
  1191. end
  1192. end
  1193. end
  1194. end)
  1195.  
  1196. -- Bank and Jewelry Store Status
  1197.  
  1198. pcall(function()
  1199. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  1200. local Info = Jewelry.Extra.Sign.Decal
  1201. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1202. if Info.Transparency ~= 0 then
  1203. JewelLabel.Text = "Jewelry Store: Open"
  1204. JewelLabel.TextColor3 = Color3.new(0,1,0)
  1205. BankLabel.TextColor3 = Color3.new(0,1,0)
  1206. local cb = Instance.new("BindableFunction")
  1207. cb.OnInvoke = function(arg)
  1208. if arg == "Teleport" then
  1209. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1210. for i = 1,50 do
  1211. wait(.08)
  1212. hrp.CFrame = CFrame.new(142, 18, 1365)
  1213. end
  1214. end
  1215. end
  1216. game:GetService("StarterGui"):SetCore("SendNotification",{
  1217. Title = "Jewelry is ready!",
  1218. Text = "Jewelry is ready!",
  1219. Duration = 10,
  1220. Button1 = "Dismiss",
  1221. Button2 = "Teleport",
  1222. Callback = cb
  1223. })
  1224. else
  1225. JewelLabel.Text = "Jewelry Store: Closed"
  1226. JewelLabel.TextColor3 = Color3.new(1,0,0)
  1227. end
  1228. end)
  1229. JewelLabel.Text = Info.Transparency == 0 and "Jewelry Store: Closed" or "Jewelry Store: Open"
  1230. JewelLabel.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1231. end)
  1232.  
  1233. pcall(function()
  1234. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1235. local Info = Bank.Extra.Sign.Decal
  1236. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1237. if Info.Transparency ~= 0 then
  1238. BankLabel.Text = "Bank:Open"
  1239. BankLabel.TextColor3 = Color3.new(0,1,0)
  1240. AutoRobButton.BackgroundColor3 = Color3.new(0,1,0)
  1241. local cb = Instance.new("BindableFunction")
  1242. cb.OnInvoke = function(arg)
  1243. if arg == "Teleport" then
  1244. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1245. for i = 1,50 do
  1246. wait(.08)
  1247. hrp.CFrame = CFrame.new(10, 18, 784)
  1248. end
  1249. elseif arg == "AutoRob" then
  1250. RobTheBank()
  1251. end
  1252. end
  1253. game:GetService("StarterGui"):SetCore("SendNotification",{
  1254. Title = "Bank is ready!",
  1255. Text = "Bank is ready!",
  1256. Duration = 15,
  1257. Button1 = "Dismiss",
  1258. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  1259. Callback = cb
  1260. })
  1261. else
  1262. BankLabel.Text = "Bank:Closed"
  1263. BankLabel.TextColor3 = Color3.new(1,0,0)
  1264. AutoRobButton.BackgroundColor3 = Color3.new(1,0,0)
  1265. end
  1266. end)
  1267. BankLabel.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  1268. BankLabel.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1269. AutoRobButton.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1270. end)
  1271.  
  1272. -- Bank Auto Rob
  1273.  
  1274. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  1275. local BankAutoRob = {
  1276. {
  1277. Pos = {51, 18.06, 856.5},
  1278. Yield = 2,
  1279. Status = "Starting the robbery"
  1280. },
  1281. {
  1282. Pos = {29.71, 0.73, 815.25},
  1283. Yield = 15,
  1284. Status = "Opening the vault"
  1285. },
  1286. {
  1287. Pos = {18.37, 0.7659, 822.25},
  1288. Yield = DuffelBag and 50 or 49,
  1289. Status = "Collecting $$$"
  1290. },
  1291. {
  1292. Pos = {10, 18, 784},
  1293. Status = "Finishing the robbery"
  1294. }
  1295. }
  1296.  
  1297. local function Tp(...)
  1298. local plr = game:GetService("Players").LocalPlayer
  1299. local char = plr.Character
  1300. for i=1,2 do
  1301. wait()
  1302. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  1303. end
  1304. end
  1305.  
  1306. function RobTheBank()
  1307. for _,v in pairs(BankAutoRob) do
  1308. Tp(unpack(v.Pos))
  1309. wait(v.Yield)
  1310. end
  1311. end
  1312.  
  1313. local plr = game:GetService("Players").LocalPlayer
  1314.  
  1315. AutoRobButton.MouseButton1Click:connect(function()
  1316. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1317. local Info = Bank.Extra.Sign
  1318. if Info.Decal.Transparency == 0 then
  1319. game:GetService("StarterGui"):SetCore("SendNotification",{
  1320. Title = "Bank is closed!",
  1321. Text = "You need to wait for the bank to open!",
  1322. Duration = 10,
  1323. Button1 = "Dismiss",
  1324. })
  1325. return
  1326. end
  1327. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  1328. local root = plr.Character.HumanoidRootPart
  1329. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  1330.  
  1331. if (bankpos - plrpos).magnitude > 150 then
  1332. local cb = Instance.new"BindableFunction"
  1333.  
  1334. cb.OnInvoke = function(arg)
  1335. if arg == "Teleport" then
  1336. local hrp = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  1337. for i = 1,50 do
  1338. wait(.08)
  1339. hrp.CFrame = CFrame.new(10, 18, 784)
  1340. end
  1341. end
  1342. end
  1343.  
  1344. game:GetService("StarterGui"):SetCore("SendNotification",{
  1345. Title = "You are too far!",
  1346. Text = "You need to get closer to the bank (use tp)",
  1347. Duration = 7,
  1348. Button1 = "Dismiss",
  1349. Button2 = "Teleport",
  1350. Callback = cb
  1351. })
  1352. else
  1353. RobTheBank()
  1354. end
  1355. end)
  1356.  
  1357. -- Infinite Nitro
  1358.  
  1359. InfNitroButton.MouseButton1Down:connect(function()
  1360. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  1361. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  1362. end)
  1363.  
  1364. -- Infinite Jump
  1365.  
  1366. InfJumpButton.MouseButton1Down:connect(function()
  1367. local plr = game:GetService("Players").LocalPlayer
  1368. local m = plr:GetMouse()
  1369. m.KeyDown:connect(function(k)
  1370. if k:lower() == "x" then
  1371. local plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  1372. plrh:ChangeState('Jumping')
  1373. wait()
  1374. plrh:ChangeState('Seated')
  1375. end
  1376. end)
  1377. end)
  1378.  
  1379. -- Remove Doors
  1380.  
  1381. RemDoorsButton.MouseButton1Click:connect(function()
  1382. local doors = workspace:FindFirstChild("Doors")
  1383. if not doors then return end
  1384. for i,v in pairs(doors:GetChildren()) do
  1385. v:Destroy()
  1386. end
  1387. end)
  1388.  
  1389. -- Remove Lasers
  1390.  
  1391. RemLasersButton.MouseButton1Down:Connect(function()
  1392.  
  1393. game.Workspace.Cells:Remove()
  1394.  
  1395. game.Workspace.Museum.CaseLasers:Remove()
  1396.  
  1397. game.Workspace.Museum.Lights:Remove()
  1398.  
  1399. game.Workspace.Museum.Doors:Remove()
  1400.  
  1401. game.Workspace.EscapeRoutes:Remove()
  1402.  
  1403. for i,v in pairs(workspace.Doors:GetChildren()) do
  1404. v:Destroy()
  1405.  
  1406. end
  1407. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  1408. banklasers[1].Lasers:Destroy()
  1409.  
  1410. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  1411.  
  1412. for i = 1,4 do
  1413. local xd = jewelry[1].Model.BarbedWire
  1414. xd:Destroy()
  1415. end
  1416. end)
  1417.  
  1418. -- BTools
  1419.  
  1420. BtoolsButton.MouseButton1Down:connect(function()
  1421. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1422. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  1423. if child.ClassName == "Part" then
  1424. child.Locked = false
  1425. end
  1426. if child.ClassName == "MeshPart" then
  1427. child.Locked = false
  1428. end
  1429. if child.ClassName == "UnionOperation" then
  1430. child.Locked = false
  1431. end
  1432. if child.ClassName == "Model" then
  1433. for index, chil in pairs(child:GetChildren()) do
  1434. if chil.ClassName == "Part" then
  1435. chil.Locked = false
  1436. end
  1437. if chil.ClassName == "MeshPart" then
  1438. chil.Locked = false
  1439. end
  1440. if chil.ClassName == "UnionOperation" then
  1441. chil.Locked = false
  1442. end
  1443. if chil.ClassName == "Model" then
  1444. for index, childe in pairs(chil:GetChildren()) do
  1445. if childe.ClassName == "Part" then
  1446. childe.Locked = false
  1447. end
  1448. if childe.ClassName == "MeshPart" then
  1449. childe.Locked = false
  1450. end
  1451. if childe.ClassName == "UnionOperation" then
  1452. childe.Locked = false
  1453. end
  1454. if childe.ClassName == "Model" then
  1455. for index, childeo in pairs(childe:GetChildren()) do
  1456. if childeo.ClassName == "Part" then
  1457. childeo.Locked = false
  1458. end
  1459. if childeo.ClassName == "MeshPart" then
  1460. childeo.Locked = false
  1461. end
  1462. if childeo.ClassName == "UnionOperation" then
  1463. childeo.Locked = false
  1464. end
  1465. if childeo.ClassName == "Model" then
  1466. end
  1467. end
  1468. end
  1469. end
  1470. end
  1471. end
  1472. end
  1473. end
  1474. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1475. c.BinType = Enum.BinType.Hammer
  1476. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1477. c.BinType = Enum.BinType.Clone
  1478. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1479. c.BinType = Enum.BinType.Grab
  1480. end)
  1481.  
  1482. -- ESP
  1483.  
  1484. ESPEnabled = false
  1485. ESPLength = 20000
  1486.  
  1487. local Plrs = game:GetService("Players")
  1488. local MyPlr = Plrs.LocalPlayer
  1489. local MyChar = MyPlr.Character
  1490. local CoreGui = game:GetService("CoreGui")
  1491. local Run = game:GetService("RunService")
  1492.  
  1493. CharAddedEvent = { }
  1494.  
  1495. Plrs.PlayerAdded:connect(function(plr)
  1496. if CharAddedEvent[plr.Name] == nil then
  1497. CharAddedEvent[plr.Name] = plr.CharacterAdded:connect(function(char)
  1498. if ESPEnabled then
  1499. RemoveESP(plr)
  1500. CreateESP(plr)
  1501. end
  1502. end)
  1503. end
  1504. end)
  1505.  
  1506. Plrs.PlayerRemoving:connect(function(plr)
  1507. if CharAddedEvent[plr.Name] ~= nil then
  1508. CharAddedEvent[plr.Name]:Disconnect()
  1509. CharAddedEvent[plr.Name] = nil
  1510. end
  1511. RemoveESP(plr)
  1512. end)
  1513.  
  1514. function CreateESP(plr)
  1515. if plr ~= nil then
  1516. local GetChar = plr.Character
  1517. if not GetChar then return end
  1518. local GetHead do
  1519. repeat wait() until GetChar:FindFirstChild("Head")
  1520. end
  1521. GetHead = GetChar.Head
  1522.  
  1523. local bb = Instance.new("BillboardGui", CoreGui)
  1524. bb.Adornee = GetHead
  1525. bb.ExtentsOffset = Vector3.new(0, 3, 0)
  1526. bb.AlwaysOnTop = true
  1527. bb.Size = UDim2.new(0, 10, 0, 10)
  1528. bb.StudsOffset = Vector3.new(0, 3, 0)
  1529. bb.Name = "ESP_" .. plr.Name
  1530.  
  1531. local frame = Instance.new("Frame", bb)
  1532. frame.ZIndex = 10
  1533. frame.BackgroundTransparency = 1
  1534. frame.Size = UDim2.new(1, 0, 1, 0)
  1535.  
  1536. local TxtName = Instance.new("TextLabel", frame)
  1537. TxtName.Name = "Names"
  1538. TxtName.ZIndex = 10
  1539. TxtName.Text = plr.Name
  1540. TxtName.BackgroundTransparency = 1
  1541. TxtName.Position = UDim2.new(0, 0, 0, -20)
  1542. TxtName.Size = UDim2.new(1, 0, 10, 0)
  1543. TxtName.Font = "Impact"
  1544. TxtName.TextColor3 = Color3.new(0, 0, 0)
  1545. TxtName.TextSize = 12
  1546. TxtName.TextStrokeTransparency = 0.5
  1547.  
  1548. local TxtBounty = Instance.new("TextLabel", frame)
  1549. TxtBounty.Name = "Bounties"
  1550. TxtBounty.ZIndex = 10
  1551. TxtBounty.Text = ""
  1552. TxtBounty.BackgroundTransparency = 1
  1553. TxtBounty.Position = UDim2.new(0, 0, 0, 0)
  1554. TxtBounty.Size = UDim2.new(1, 0, 10, 0)
  1555. TxtBounty.Font = "Impact"
  1556. TxtBounty.TextColor3 = Color3.new(0, 0, 0)
  1557. TxtBounty.TextSize = 12
  1558. TxtBounty.TextStrokeTransparency = 0.5
  1559. end
  1560. end
  1561.  
  1562. function UpdateESP(plr)
  1563. local Find = CoreGui:FindFirstChild("ESP_" .. plr.Name)
  1564. if Find then
  1565. local team = plr.Team
  1566. if team.Name == "Police" then
  1567. Find.Frame.Names.Text = plr.Name .. " - Police"
  1568. Find.Frame.Names.TextColor3 = team.TeamColor.Color
  1569. Find.Frame.Bounties.Text = "Money: $" .. plr.leaderstats.Money.Value
  1570. Find.Frame.Bounties.TextColor3 = team.TeamColor.Color
  1571. elseif team.Name == "Prisoner" then
  1572. Find.Frame.Names.Text = plr.Name .. " - Prisoner"
  1573. Find.Frame.Names.TextColor3 = team.TeamColor.Color
  1574. Find.Frame.Bounties.Text = "Money: $" .. plr.leaderstats.Money.Value
  1575. Find.Frame.Bounties.TextColor3 = team.TeamColor.Color
  1576. elseif team.Name == "Criminal" then
  1577. Find.Frame.Names.Text = plr.Name .. " - Criminal"
  1578. Find.Frame.Names.TextColor3 = team.TeamColor.Color
  1579. Find.Frame.Bounties.Text = "Money: $" .. plr.leaderstats.Money.Value
  1580. Find.Frame.Bounties.TextColor3 = team.TeamColor.Color
  1581. end
  1582. end
  1583. end
  1584.  
  1585. function RemoveESP(plr)
  1586. local ESP = CoreGui:FindFirstChild("ESP_" .. plr.Name)
  1587. if ESP then
  1588. ESP:Destroy()
  1589. end
  1590. end
  1591.  
  1592. Run:BindToRenderStep("UpdateESP", Enum.RenderPriority.Character.Value, function()
  1593. for _, v in next, Plrs:GetPlayers() do
  1594. UpdateESP(v)
  1595. end
  1596. end)
  1597.  
  1598. ESPButton.MouseButton1Click:connect(function()
  1599. ESPEnabled = not ESPEnabled
  1600. if ESPEnabled then
  1601. ESPButton.Text = "ESP: On"
  1602. for _, v in next, Plrs:GetPlayers() do
  1603. if v ~= MyPlr then
  1604. if CharAddedEvent[v.Name] == nil then
  1605. CharAddedEvent[v.Name] = v.CharacterAdded:connect(function(Char)
  1606. if ESPEnabled then
  1607. RemoveESP(v)
  1608. CreateESP(v)
  1609. end
  1610. repeat wait() until Char:FindFirstChild("HumanoidRootPart")
  1611. end)
  1612. end
  1613. RemoveESP(v)
  1614. CreateESP(v)
  1615. end
  1616. end
  1617. else
  1618. ESPButton.Text = "ESP: Off"
  1619. for _, v in next, Plrs:GetPlayers() do
  1620. RemoveESP(v)
  1621. end
  1622. end
  1623. end)
  1624.  
  1625. -- NoClip
  1626.  
  1627. _G.NC = false
  1628.  
  1629. NoClipButton.MouseButton1Down:Connect(function()
  1630. _G.NC = not _G.NC
  1631.  
  1632. local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y
  1633.  
  1634. if _G.InitNC ~= true then
  1635. _G.NCFunc = function(part)
  1636. if _G.NC then
  1637. NoClipButton.Text = "NoClip: On"
  1638. if part.Position.Y > pos then
  1639. part.CanCollide = false
  1640. end
  1641. end
  1642. end
  1643.  
  1644. _G.InitNC = true
  1645. else
  1646. NoClipButton.Text = "NoClip: Off"
  1647. end
  1648.  
  1649. if _G.NC and _G.NCFunc ~= nil then
  1650. game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc)
  1651. end
  1652. end)
  1653.  
  1654. -- KeyCard
  1655.  
  1656. KeyCardButton.MouseButton1Down:Connect(function()
  1657. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  1658. end)
  1659.  
  1660. -- Briefcase TP
  1661.  
  1662. CaseTPButton.MouseButton1Down:Connect(function()
  1663. local lp = game:GetService("Players").LocalPlayer
  1664. local char = lp.Character
  1665. local pos = Instance.new("CFrameValue")
  1666. if char then
  1667. pos.Value = char.HumanoidRootPart.CFrame
  1668. char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,19,0)
  1669. wait(.2)
  1670. char.HumanoidRootPart.CFrame = pos.Value
  1671. char.HumanoidRootPart.CFrame = workspace.Drop.Briefcase.CFrame
  1672. end
  1673. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement