Advertisement
Shocker130000

Corrupt JailBreak

May 11th, 2018
1,890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.25 KB | None | 0 0
  1. -- Corrupt JailBreak
  2. -- By Shocker130000
  3.  
  4.  
  5.  
  6. local Players = game:GetService("Players")
  7.  
  8. local plr = Players.LocalPlayer
  9.  
  10. -- Objects
  11.  
  12. local ScreenGui = Instance.new("ScreenGui")
  13. local MainFrame = Instance.new("Frame")
  14. local Frame = Instance.new("Frame")
  15. local Teleport = Instance.new("TextButton")
  16. local Main = Instance.new("TextButton")
  17. local Others = Instance.new("TextButton")
  18. local Weapons = Instance.new("TextButton")
  19. local TeleFrame = Instance.new("Frame")
  20. local FrontBank = Instance.new("TextButton")
  21. local BankVault = Instance.new("TextButton")
  22. local Criminal1 = Instance.new("TextButton")
  23. local Criminal2 = Instance.new("TextButton")
  24. local Donut = Instance.new("TextButton")
  25. local Gas = Instance.new("TextButton")
  26. local Gas_2 = Instance.new("TextButton")
  27. local Jewerly = Instance.new("TextButton")
  28. local JewerlyOut = Instance.new("TextButton")
  29. local WeaponFrame = Instance.new("Frame")
  30. local ShotGun = Instance.new("TextButton")
  31. local Pistol = Instance.new("TextButton")
  32. local OtherFrame = Instance.new("Frame")
  33. local AutoArrest = Instance.new("TextButton")
  34. local DeleteCellBars = Instance.new("TextButton")
  35. local DeleteDoors = Instance.new("TextButton")
  36. local DeleteJewerlyLazers = Instance.new("TextButton")
  37. local Gravity = Instance.new("TextButton")
  38. local ChangeWalkSpeed = Instance.new("TextButton")
  39. local MainTabFrame = Instance.new("Frame")
  40. local CorruptJailBreak = Instance.new("TextLabel")
  41. local Shockerby = Instance.new("TextLabel")
  42. local Loaded = Instance.new("TextLabel")
  43. local Open = Instance.new("TextButton")
  44. local Close = Instance.new("TextButton")
  45.  
  46. -- Properties
  47.  
  48. ScreenGui.Parent = game.CoreGui
  49.  
  50. MainFrame.Name = "MainFrame"
  51. MainFrame.Parent = ScreenGui
  52. MainFrame.Active = true
  53. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  54. MainFrame.BackgroundTransparency = 0.20000000298023
  55. MainFrame.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  56. MainFrame.Position = UDim2.new(0.388000011, 0, -1, 0)
  57. MainFrame.Selectable = true
  58. MainFrame.Size = UDim2.new(0, 367, 0, 238)
  59. MainFrame.Visible = false
  60.  
  61. Frame.Parent = MainFrame
  62. Frame.Active = true
  63. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  64. Frame.BorderSizePixel = 0
  65. Frame.Selectable = true
  66. Frame.Size = UDim2.new(0, 367, 0, 29)
  67.  
  68. Teleport.Name = "Teleport"
  69. Teleport.Parent = Frame
  70. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Teleport.BackgroundTransparency = 1
  72. Teleport.BorderColor3 = Color3.new(0.772549, 0.772549, 0.772549)
  73. Teleport.BorderSizePixel = 0
  74. Teleport.Size = UDim2.new(0, 89, 0, 29)
  75. Teleport.Font = Enum.Font.SciFi
  76. Teleport.Text = "Teleports"
  77. Teleport.TextColor3 = Color3.new(1, 1, 1)
  78. Teleport.TextSize = 14
  79.  
  80. Main.Name = "Main"
  81. Main.Parent = Frame
  82. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Main.BackgroundTransparency = 1
  84. Main.BorderSizePixel = 0
  85. Main.Position = UDim2.new(0.70844686, 0, 0, 0)
  86. Main.Size = UDim2.new(0, 107, 0, 29)
  87. Main.Font = Enum.Font.SciFi
  88. Main.Text = "Main"
  89. Main.TextColor3 = Color3.new(1, 1, 1)
  90. Main.TextSize = 14
  91.  
  92. Others.Name = "Others"
  93. Others.Parent = Frame
  94. Others.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Others.BackgroundTransparency = 1
  96. Others.BorderSizePixel = 0
  97. Others.Position = UDim2.new(0.464577675, 0, 0, 0)
  98. Others.Size = UDim2.new(0, 89, 0, 29)
  99. Others.Font = Enum.Font.SciFi
  100. Others.Text = "Others"
  101. Others.TextColor3 = Color3.new(1, 1, 1)
  102. Others.TextSize = 14
  103.  
  104. Weapons.Name = "Weapons"
  105. Weapons.Parent = Frame
  106. Weapons.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Weapons.BackgroundTransparency = 1
  108. Weapons.BorderSizePixel = 0
  109. Weapons.Position = UDim2.new(0.222070873, 0, 0, 0)
  110. Weapons.Size = UDim2.new(0, 89, 0, 29)
  111. Weapons.Font = Enum.Font.SciFi
  112. Weapons.Text = "Weapons"
  113. Weapons.TextColor3 = Color3.new(1, 1, 1)
  114. Weapons.TextSize = 14
  115.  
  116. TeleFrame.Name = "TeleFrame"
  117. TeleFrame.Parent = MainFrame
  118. TeleFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  119. TeleFrame.BackgroundTransparency = 1
  120. TeleFrame.Position = UDim2.new(0, 0, 0.12184874, 0)
  121. TeleFrame.Size = UDim2.new(0, 367, 0, 209)
  122. TeleFrame.Visible = false
  123.  
  124. FrontBank.Name = "FrontBank"
  125. FrontBank.Parent = TeleFrame
  126. FrontBank.BackgroundColor3 = Color3.new(1, 1, 1)
  127. FrontBank.BackgroundTransparency = 0.80000001192093
  128. FrontBank.BorderColor3 = Color3.new(1, 1, 1)
  129. FrontBank.BorderSizePixel = 6
  130. FrontBank.Position = UDim2.new(0.0245231614, 0, 0.0430621952, 0)
  131. FrontBank.Size = UDim2.new(0, 122, 0, 41)
  132. FrontBank.Font = Enum.Font.SourceSans
  133. FrontBank.Text = "Front Of Bank"
  134. FrontBank.TextColor3 = Color3.new(1, 1, 1)
  135. FrontBank.TextSize = 14
  136.  
  137. BankVault.Name = "BankVault"
  138. BankVault.Parent = TeleFrame
  139. BankVault.BackgroundColor3 = Color3.new(1, 1, 1)
  140. BankVault.BackgroundTransparency = 0.80000001192093
  141. BankVault.BorderColor3 = Color3.new(1, 1, 1)
  142. BankVault.BorderSizePixel = 6
  143. BankVault.Position = UDim2.new(0.644414186, 0, 0.0430621952, 0)
  144. BankVault.Size = UDim2.new(0, 122, 0, 41)
  145. BankVault.Font = Enum.Font.SourceSans
  146. BankVault.Text = "Bank Vault"
  147. BankVault.TextColor3 = Color3.new(1, 1, 1)
  148. BankVault.TextSize = 14
  149.  
  150. Criminal1.Name = "Criminal1"
  151. Criminal1.Parent = TeleFrame
  152. Criminal1.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Criminal1.BackgroundTransparency = 0.80000001192093
  154. Criminal1.BorderColor3 = Color3.new(1, 1, 1)
  155. Criminal1.BorderSizePixel = 6
  156. Criminal1.Position = UDim2.new(0.0245231614, 0, 0.332535863, 0)
  157. Criminal1.Size = UDim2.new(0, 122, 0, 41)
  158. Criminal1.Font = Enum.Font.SourceSans
  159. Criminal1.Text = "Criminal 1"
  160. Criminal1.TextColor3 = Color3.new(1, 1, 1)
  161. Criminal1.TextSize = 14
  162.  
  163. Criminal2.Name = "Criminal2"
  164. Criminal2.Parent = TeleFrame
  165. Criminal2.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Criminal2.BackgroundTransparency = 0.80000001192093
  167. Criminal2.BorderColor3 = Color3.new(1, 1, 1)
  168. Criminal2.BorderSizePixel = 6
  169. Criminal2.Position = UDim2.new(0.64577657, 0, 0.332535863, 0)
  170. Criminal2.Size = UDim2.new(0, 122, 0, 41)
  171. Criminal2.Font = Enum.Font.SourceSans
  172. Criminal2.Text = "Criminal 2"
  173. Criminal2.TextColor3 = Color3.new(1, 1, 1)
  174. Criminal2.TextSize = 14
  175.  
  176. Donut.Name = "Donut"
  177. Donut.Parent = TeleFrame
  178. Donut.BackgroundColor3 = Color3.new(1, 1, 1)
  179. Donut.BackgroundTransparency = 0.80000001192093
  180. Donut.BorderColor3 = Color3.new(1, 1, 1)
  181. Donut.BorderSizePixel = 6
  182. Donut.Position = UDim2.new(0.024523139, 0, 0.624401927, 0)
  183. Donut.Size = UDim2.new(0, 122, 0, 41)
  184. Donut.Font = Enum.Font.SourceSans
  185. Donut.Text = "Donut Store"
  186. Donut.TextColor3 = Color3.new(1, 1, 1)
  187. Donut.TextSize = 14
  188.  
  189. Gas.Name = "Gas"
  190. Gas.Parent = TeleFrame
  191. Gas.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Gas.BackgroundTransparency = 0.80000001192093
  193. Gas.BorderColor3 = Color3.new(1, 1, 1)
  194. Gas.BorderSizePixel = 6
  195. Gas.Position = UDim2.new(0.64577657, 0, 0.624401927, 0)
  196. Gas.Size = UDim2.new(0, 122, 0, 41)
  197. Gas.Font = Enum.Font.SourceSans
  198. Gas.Text = "Gas Station"
  199. Gas.TextColor3 = Color3.new(1, 1, 1)
  200. Gas.TextSize = 14
  201.  
  202. Gas_2.Name = "Gas"
  203. Gas_2.Parent = TeleFrame
  204. Gas_2.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Gas_2.BackgroundTransparency = 0.80000001192093
  206. Gas_2.BorderColor3 = Color3.new(1, 1, 1)
  207. Gas_2.BorderSizePixel = 6
  208. Gas_2.Position = UDim2.new(0.64577657, 0, 0.624401927, 0)
  209. Gas_2.Size = UDim2.new(0, 122, 0, 41)
  210. Gas_2.Font = Enum.Font.SourceSans
  211. Gas_2.Text = "Gas Station"
  212. Gas_2.TextColor3 = Color3.new(1, 1, 1)
  213. Gas_2.TextSize = 14
  214.  
  215. Jewerly.Name = "Jewerly"
  216. Jewerly.Parent = TeleFrame
  217. Jewerly.BackgroundColor3 = Color3.new(1, 1, 1)
  218. Jewerly.BackgroundTransparency = 0.80000001192093
  219. Jewerly.BorderColor3 = Color3.new(1, 1, 1)
  220. Jewerly.BorderSizePixel = 6
  221. Jewerly.Position = UDim2.new(0.396457791, 0, 0.0430622101, 0)
  222. Jewerly.Size = UDim2.new(0, 75, 0, 41)
  223. Jewerly.Font = Enum.Font.SourceSans
  224. Jewerly.Text = "Jewerly Store"
  225. Jewerly.TextColor3 = Color3.new(1, 1, 1)
  226. Jewerly.TextSize = 14
  227.  
  228. JewerlyOut.Name = "JewerlyOut"
  229. JewerlyOut.Parent = TeleFrame
  230. JewerlyOut.BackgroundColor3 = Color3.new(1, 1, 1)
  231. JewerlyOut.BackgroundTransparency = 0.80000001192093
  232. JewerlyOut.BorderColor3 = Color3.new(1, 1, 1)
  233. JewerlyOut.BorderSizePixel = 6
  234. JewerlyOut.Position = UDim2.new(0.396457791, 0, 0.330143541, 0)
  235. JewerlyOut.Size = UDim2.new(0, 75, 0, 41)
  236. JewerlyOut.Font = Enum.Font.SourceSans
  237. JewerlyOut.Text = "Jewerly Out"
  238. JewerlyOut.TextColor3 = Color3.new(1, 1, 1)
  239. JewerlyOut.TextSize = 14
  240.  
  241. WeaponFrame.Name = "WeaponFrame"
  242. WeaponFrame.Parent = MainFrame
  243. WeaponFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  244. WeaponFrame.BackgroundTransparency = 1
  245. WeaponFrame.Position = UDim2.new(0, 0, 0.12184874, 0)
  246. WeaponFrame.Size = UDim2.new(0, 367, 0, 209)
  247. WeaponFrame.Visible = false
  248.  
  249. ShotGun.Name = "ShotGun"
  250. ShotGun.Parent = WeaponFrame
  251. ShotGun.BackgroundColor3 = Color3.new(1, 1, 1)
  252. ShotGun.BackgroundTransparency = 0.80000001192093
  253. ShotGun.BorderColor3 = Color3.new(1, 1, 1)
  254. ShotGun.BorderSizePixel = 6
  255. ShotGun.Position = UDim2.new(0.0245231614, 0, 0.0430621952, 0)
  256. ShotGun.Size = UDim2.new(0, 122, 0, 41)
  257. ShotGun.Font = Enum.Font.SourceSans
  258. ShotGun.Text = "ShotGun"
  259. ShotGun.TextColor3 = Color3.new(1, 1, 1)
  260. ShotGun.TextSize = 14
  261.  
  262. Pistol.Name = "Pistol"
  263. Pistol.Parent = WeaponFrame
  264. Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Pistol.BackgroundTransparency = 0.80000001192093
  266. Pistol.BorderColor3 = Color3.new(1, 1, 1)
  267. Pistol.BorderSizePixel = 6
  268. Pistol.Position = UDim2.new(0.640326977, 0, 0.0430621952, 0)
  269. Pistol.Size = UDim2.new(0, 122, 0, 41)
  270. Pistol.Font = Enum.Font.SourceSans
  271. Pistol.Text = "Pistol"
  272. Pistol.TextColor3 = Color3.new(1, 1, 1)
  273. Pistol.TextSize = 14
  274.  
  275. OtherFrame.Name = "OtherFrame"
  276. OtherFrame.Parent = MainFrame
  277. OtherFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  278. OtherFrame.BackgroundTransparency = 1
  279. OtherFrame.Position = UDim2.new(0, 0, 0.12184874, 0)
  280. OtherFrame.Size = UDim2.new(0, 367, 0, 209)
  281. OtherFrame.Visible = false
  282.  
  283. AutoArrest.Name = "AutoArrest"
  284. AutoArrest.Parent = OtherFrame
  285. AutoArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  286. AutoArrest.BackgroundTransparency = 0.80000001192093
  287. AutoArrest.BorderColor3 = Color3.new(1, 1, 1)
  288. AutoArrest.BorderSizePixel = 6
  289. AutoArrest.Position = UDim2.new(0.0245231614, 0, 0.0430621952, 0)
  290. AutoArrest.Size = UDim2.new(0, 122, 0, 41)
  291. AutoArrest.Font = Enum.Font.SourceSans
  292. AutoArrest.Text = "Auto Arrest"
  293. AutoArrest.TextColor3 = Color3.new(1, 1, 1)
  294. AutoArrest.TextSize = 14
  295.  
  296. DeleteCellBars.Name = "DeleteCellBars"
  297. DeleteCellBars.Parent = OtherFrame
  298. DeleteCellBars.BackgroundColor3 = Color3.new(1, 1, 1)
  299. DeleteCellBars.BackgroundTransparency = 0.80000001192093
  300. DeleteCellBars.BorderColor3 = Color3.new(1, 1, 1)
  301. DeleteCellBars.BorderSizePixel = 6
  302. DeleteCellBars.Position = UDim2.new(0.643051744, 0, 0.0430621952, 0)
  303. DeleteCellBars.Size = UDim2.new(0, 122, 0, 41)
  304. DeleteCellBars.Font = Enum.Font.SourceSans
  305. DeleteCellBars.Text = "Delete Cell Bars"
  306. DeleteCellBars.TextColor3 = Color3.new(1, 1, 1)
  307. DeleteCellBars.TextSize = 14
  308.  
  309. DeleteDoors.Name = "DeleteDoors"
  310. DeleteDoors.Parent = OtherFrame
  311. DeleteDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  312. DeleteDoors.BackgroundTransparency = 0.80000001192093
  313. DeleteDoors.BorderColor3 = Color3.new(1, 1, 1)
  314. DeleteDoors.BorderSizePixel = 6
  315. DeleteDoors.Position = UDim2.new(0.643051744, 0, 0.332535863, 0)
  316. DeleteDoors.Size = UDim2.new(0, 122, 0, 41)
  317. DeleteDoors.Font = Enum.Font.SourceSans
  318. DeleteDoors.Text = "Delete Doors"
  319. DeleteDoors.TextColor3 = Color3.new(1, 1, 1)
  320. DeleteDoors.TextSize = 14
  321.  
  322. DeleteJewerlyLazers.Name = "DeleteJewerlyLazers"
  323. DeleteJewerlyLazers.Parent = OtherFrame
  324. DeleteJewerlyLazers.BackgroundColor3 = Color3.new(1, 1, 1)
  325. DeleteJewerlyLazers.BackgroundTransparency = 0.80000001192093
  326. DeleteJewerlyLazers.BorderColor3 = Color3.new(1, 1, 1)
  327. DeleteJewerlyLazers.BorderSizePixel = 6
  328. DeleteJewerlyLazers.Position = UDim2.new(0.024523139, 0, 0.32775116, 0)
  329. DeleteJewerlyLazers.Size = UDim2.new(0, 122, 0, 41)
  330. DeleteJewerlyLazers.Font = Enum.Font.SourceSans
  331. DeleteJewerlyLazers.Text = "Delete Jewerly Lazers"
  332. DeleteJewerlyLazers.TextColor3 = Color3.new(1, 1, 1)
  333. DeleteJewerlyLazers.TextSize = 14
  334.  
  335. Gravity.Name = "Gravity"
  336. Gravity.Parent = OtherFrame
  337. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  338. Gravity.BackgroundTransparency = 0.80000001192093
  339. Gravity.BorderColor3 = Color3.new(1, 1, 1)
  340. Gravity.BorderSizePixel = 6
  341. Gravity.Position = UDim2.new(0.024523139, 0, 0.61483252, 0)
  342. Gravity.Size = UDim2.new(0, 122, 0, 41)
  343. Gravity.Font = Enum.Font.SourceSans
  344. Gravity.Text = "Change Gravity"
  345. Gravity.TextColor3 = Color3.new(1, 1, 1)
  346. Gravity.TextSize = 14
  347.  
  348. ChangeWalkSpeed.Name = "ChangeWalkSpeed"
  349. ChangeWalkSpeed.Parent = OtherFrame
  350. ChangeWalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  351. ChangeWalkSpeed.BackgroundTransparency = 0.80000001192093
  352. ChangeWalkSpeed.BorderColor3 = Color3.new(1, 1, 1)
  353. ChangeWalkSpeed.BorderSizePixel = 6
  354. ChangeWalkSpeed.Position = UDim2.new(0.643051744, 0, 0.61483252, 0)
  355. ChangeWalkSpeed.Size = UDim2.new(0, 122, 0, 41)
  356. ChangeWalkSpeed.Font = Enum.Font.SourceSans
  357. ChangeWalkSpeed.Text = "Change WalkSpeed"
  358. ChangeWalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  359. ChangeWalkSpeed.TextSize = 14
  360.  
  361. MainTabFrame.Name = "MainTabFrame"
  362. MainTabFrame.Parent = MainFrame
  363. MainTabFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  364. MainTabFrame.BackgroundTransparency = 1
  365. MainTabFrame.Position = UDim2.new(0, 0, 0.12184874, 0)
  366. MainTabFrame.Size = UDim2.new(0, 367, 0, 209)
  367.  
  368. CorruptJailBreak.Name = "CorruptJailBreak"
  369. CorruptJailBreak.Parent = MainTabFrame
  370. CorruptJailBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  371. CorruptJailBreak.BackgroundTransparency = 1
  372. CorruptJailBreak.Position = UDim2.new(1.1185286, 0, 0, 0)
  373. CorruptJailBreak.Size = UDim2.new(0, 200, 0, 50)
  374. CorruptJailBreak.Visible = false
  375. CorruptJailBreak.Font = Enum.Font.Fantasy
  376. CorruptJailBreak.Text = "Corrupt JailBreak"
  377. CorruptJailBreak.TextColor3 = Color3.new(1, 1, 1)
  378. CorruptJailBreak.TextSize = 20
  379.  
  380. Shockerby.Name = "Shockerby"
  381. Shockerby.Parent = MainTabFrame
  382. Shockerby.BackgroundColor3 = Color3.new(1, 1, 1)
  383. Shockerby.BackgroundTransparency = 1
  384. Shockerby.Position = UDim2.new(1.1185286, 0, 0.308612436, 0)
  385. Shockerby.Size = UDim2.new(0, 200, 0, 50)
  386. Shockerby.Visible = false
  387. Shockerby.Font = Enum.Font.Fantasy
  388. Shockerby.Text = "By Shocker130000"
  389. Shockerby.TextColor3 = Color3.new(1, 1, 1)
  390. Shockerby.TextSize = 20
  391.  
  392. Loaded.Name = "Loaded"
  393. Loaded.Parent = MainTabFrame
  394. Loaded.BackgroundColor3 = Color3.new(1, 1, 1)
  395. Loaded.BackgroundTransparency = 1
  396. Loaded.Position = UDim2.new(1.1185286, 0, 0.588516712, 0)
  397. Loaded.Size = UDim2.new(0, 200, 0, 50)
  398. Loaded.Visible = false
  399. Loaded.Font = Enum.Font.Fantasy
  400. Loaded.Text = "Loaded..."
  401. Loaded.TextColor3 = Color3.new(1, 1, 1)
  402. Loaded.TextSize = 20
  403.  
  404. Open.Name = "Open"
  405. Open.Parent = ScreenGui
  406. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  407. Open.BackgroundTransparency = 0.40000000596046
  408. Open.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  409. Open.Position = UDim2.new(-0.0599755198, 0, 0.734434962, 0)
  410. Open.Size = UDim2.new(0, 108, 0, 31)
  411. Open.Font = Enum.Font.ArialBold
  412. Open.Text = "Open"
  413. Open.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  414. Open.TextSize = 14
  415.  
  416. Close.Name = "Close"
  417. Close.Parent = ScreenGui
  418. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  419. Close.BackgroundTransparency = 0.40000000596046
  420. Close.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  421. Close.Position = UDim2.new(-0.0599755198, 0, 0.734434962, 0)
  422. Close.Size = UDim2.new(0, 108, 0, 31)
  423. Close.Font = Enum.Font.ArialBold
  424. Close.Text = "Close"
  425. Close.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  426. Close.TextSize = 14
  427.  
  428. ---TeleFrame
  429. Teleport.MouseButton1Down:connect(function()
  430. TeleFrame.Visible = true
  431. OtherFrame.Visible = false
  432. WeaponFrame.Visible = false
  433. MainTabFrame.Visible = false
  434. end)
  435.  
  436. FrontBank.MouseButton1Down:connect(function()
  437. for i=1,20 do
  438. wait()
  439. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  440. end
  441. end)
  442.  
  443. BankVault.MouseButton1Down:connect(function()
  444. for i=1,20 do
  445. wait()
  446. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0)
  447. end
  448. end)
  449.  
  450. Criminal1.MouseButton1Down:connect(function()
  451. for i=1,20 do
  452. wait()
  453. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  454. end
  455. end)
  456.  
  457. Criminal2.MouseButton1Down:connect(function()
  458. for i=1,20 do
  459. wait()
  460. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  461. end
  462. end)
  463.  
  464.  
  465. JewerlyOut.MouseButton1Down:connect(function()
  466. for i=1,20 do
  467. wait()
  468. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  469. end
  470. end)
  471.  
  472. Jewerly.MouseButton1Down:connect(function()
  473. for i=1,20 do
  474. wait()
  475. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  476. end
  477. end)
  478.  
  479. Donut.MouseButton1Down:connect(function()
  480. for i=1,20 do
  481. wait()
  482. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  483. end
  484. end)
  485.  
  486. Gas.MouseButton1Down:connect(function()
  487. for i=1,20 do
  488. wait()
  489. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  490. end
  491. end)
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. ---WeaponFrame
  501. Weapons.MouseButton1Down:connect(function()
  502. TeleFrame.Visible = false
  503. WeaponFrame .Visible = true
  504. OtherFrame .Visible = false
  505. MainTabFrame.Visible = false
  506. end)
  507.  
  508. Pistol.MouseButton1Down:connect(function()
  509. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  510.  
  511. a = Instance.new("Part", workspace)
  512. a.Anchored = true
  513. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  514. a.CanCollide = false
  515.  
  516. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  517. if v.Name == "Station" then
  518. for a, b in pairs(v:GetChildren()) do
  519. if b:IsA("StringValue") then
  520. if b.Value == "Pistol" then
  521. v.CFrame = CFrame.new(hit)
  522. end
  523. end
  524. end
  525. end
  526. end
  527. end)
  528. ShotGun.MouseButton1Down:connect(function()
  529. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  530.  
  531. a = Instance.new("Part", workspace)
  532. a.Anchored = true
  533. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  534. a.CanCollide = false
  535.  
  536. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  537. if v.Name == "Station" then
  538. for a, b in pairs(v:GetChildren()) do
  539. if b:IsA("StringValue") then
  540. if b.Value == "Shotgun" then
  541. v.CFrame = CFrame.new(hit)
  542. end
  543. end
  544. end
  545. end
  546. end
  547. end)
  548.  
  549.  
  550.  
  551. ---OtherFrame
  552. Others.MouseButton1Down:connect(function()
  553. TeleFrame.Visible = false
  554. WeaponFrame .Visible = false
  555. OtherFrame .Visible = true
  556. MainTabFrame.Visible = false
  557. end)
  558.  
  559. AutoArrest.MouseButton1Down:connect(function()
  560. local Player = game.Players.LocalPlayer
  561. wait(0.5)
  562. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  563. repeat
  564. wait()
  565. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  566. until v.Team.Name ~= "Criminal"
  567. end
  568. end)
  569.  
  570. ChangeWalkSpeed.MouseButton1Down:connect(function()
  571. down = false
  572. velocity = Instance.new("BodyVelocity")
  573. velocity.maxForce = Vector3.new(100000, 0, 100000)
  574. local speed = 150
  575. gyro = Instance.new("BodyGyro")
  576. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  577.  
  578. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  579.  
  580. end)
  581.  
  582.  
  583. Gravity.MouseButton1Down:connect(function()
  584. if Gravity == true then
  585. Gravity = false
  586. game.workspace.Gravity = 196.2
  587. else
  588. Gravity = true
  589. game.workspace.Gravity = 45
  590. end
  591. end)
  592.  
  593. DeleteCellBars.MouseButton1Down:connect(function()
  594. game.Workspace.Cells:Remove()
  595. end)
  596.  
  597. DeleteJewerlyLazers.MouseButton1Down:connect(function()
  598. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  599. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  600. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  601. end)
  602.  
  603. DeleteDoors.MouseButton1Down:connect(function()
  604. game.Workspace.Doors:Remove()
  605. end)
  606.  
  607. --Mainframetab
  608. Others.MouseButton1Down:connect(function()
  609. MainTabFrame.Visible = true
  610. TeleFrame.Visible = false
  611. WeaponFrame .Visible = false
  612. OtherFrame .Visible = false
  613. end)
  614.  
  615.  
  616. ---Open
  617. Open.MouseButton1Down:connect(function()
  618. Open:TweenPosition(UDim2.new(-0.06,0,0.734,0), 'Out', 'Quad', 1)
  619. MainFrame.Visible = true
  620. MainFrame:TweenPosition(UDim2.new(0.388,0,0.353,0), 'Out', 'Quad', 4)
  621. wait(1)
  622. CorruptJailBreak.Visible = true
  623. CorruptJailBreak:TweenPosition(UDim2.new(0.228,0,0,0), 'Out', 'Quad', 2)
  624. Shockerby.Visible = true
  625. Shockerby:TweenPosition(UDim2.new(0.228,0,0.306,0), 'Out', 'Quad', 3)
  626. wait(3)
  627. Loaded.Visible = true
  628. Loaded:TweenPosition(UDim2.new(0.228,0,0.584,0), 'Out', 'Quad', 4)
  629. wait(2)
  630. Close:TweenPosition(UDim2.new(0,0,0.734,0), 'Out', 'Quad', 1)
  631. end)
  632. ---close
  633. Close.MouseButton1Down:connect(function()
  634. MainFrame.Visible = true
  635. MainFrame:TweenPosition(UDim2.new(0.388,0,-1,0), 'Out', 'Quad', 4)
  636. Open:TweenPosition(UDim2.new(0,0,0.727,0), 'Out', 'Quad', 1)
  637. Close:TweenPosition(UDim2.new(-0.06,0,0.734,0), 'Out', 'Quad', 1)
  638. end)
  639.  
  640.  
  641. ---Open visible
  642. wait(2)
  643. Open.Visible = true
  644. Open:TweenPosition(UDim2.new(0,0,0.727,0), 'Out', 'Quad', 1)
  645.  
  646. --Draggable
  647. MainFrame.Draggable = true
  648. Frame.Draggable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement