Advertisement
airsoft12

Untitled

Apr 12th, 2018
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.31 KB | None | 0 0
  1. -- Created by Excrio - v2.3
  2. -- v2.0 Notes
  3. -- Added "Spam Arrrest" feature, allowing the user to be teleported to ever criminal and arrest them.
  4. -- Completely revamped UI since some little cunt didn't like the look (fuck you broski!)
  5. -- Bug fixes and shit
  6.  
  7. local JailbreakBroken = Instance.new("ScreenGui")
  8. local UI = Instance.new("Frame")
  9. local Part = Instance.new("Frame")
  10. local Frame = Instance.new("Frame")
  11. local Unimportant = Instance.new("TextLabel")
  12. local Unimportant2 = Instance.new("TextLabel")
  13. local TPBFrame = Instance.new("Frame")
  14. local Bank = Instance.new("TextButton")
  15. local Frame_2 = Instance.new("Frame")
  16. local CrimBase1 = Instance.new("TextButton")
  17. local Frame_3 = Instance.new("Frame")
  18. local CrimBase2 = Instance.new("TextButton")
  19. local Frame_4 = Instance.new("Frame")
  20. local Garage = Instance.new("TextButton")
  21. local Frame_5 = Instance.new("Frame")
  22. local Helipad1 = Instance.new("TextButton")
  23. local Frame_6 = Instance.new("Frame")
  24. local Helipad2 = Instance.new("TextButton")
  25. local Frame_7 = Instance.new("Frame")
  26. local Jail = Instance.new("TextButton")
  27. local Frame_8 = Instance.new("Frame")
  28. local Jewlery = Instance.new("TextButton")
  29. local Frame_9 = Instance.new("Frame")
  30. local Police = Instance.new("TextButton")
  31. local Frame_10 = Instance.new("Frame")
  32. local Vault = Instance.new("TextButton")
  33. local Frame_11 = Instance.new("Frame")
  34. local Teleports = Instance.new("TextButton")
  35. local Frame_12 = Instance.new("Frame")
  36. local Functions = Instance.new("TextButton")
  37. local Frame_13 = Instance.new("Frame")
  38. local FBFrame = Instance.new("Frame")
  39. local Noclipp = Instance.new("TextButton")
  40. local Frame_14 = Instance.new("Frame")
  41. local God = Instance.new("TextButton")
  42. local Frame_15 = Instance.new("Frame")
  43. local Arrest = Instance.new("TextButton")
  44. local Frame_16 = Instance.new("Frame")
  45. local GoBack = Instance.new("TextButton")
  46. local Open = Instance.new("Frame")
  47. local OpenGUI = Instance.new("TextButton")
  48. local Frame_17 = Instance.new("Frame")
  49.  
  50. JailbreakBroken.Name = "JailbreakBroken"
  51. JailbreakBroken.Parent = game.CoreGui
  52.  
  53. UI.Name = "UI"
  54. UI.Parent = JailbreakBroken
  55. UI.Active = true
  56. UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  57. UI.BackgroundTransparency = 0.30000001192093
  58. UI.BorderColor3 = Color3.new(1, 1, 1)
  59. UI.BorderSizePixel = 0
  60. UI.Draggable = true
  61. UI.Position = UDim2.new(0, 1600, 0, 403)
  62. UI.Size = UDim2.new(0, 318, 0, 438)
  63. UI.Visible = false
  64.  
  65. Part.Name = "Part"
  66. Part.Parent = UI
  67. Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  68. Part.BorderColor3 = Color3.new(1, 1, 1)
  69. Part.BorderSizePixel = 0
  70. Part.Size = UDim2.new(0, 318, 0, 67)
  71.  
  72. Frame.Parent = Part
  73. Frame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  74. Frame.BorderSizePixel = 0
  75. Frame.Position = UDim2.new(0, 0, 0, 67)
  76. Frame.Size = UDim2.new(0, 318, 0, 5)
  77.  
  78. Unimportant.Name = "Unimportant"
  79. Unimportant.Parent = Part
  80. Unimportant.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Unimportant.BackgroundTransparency = 1
  82. Unimportant.BorderSizePixel = 0
  83. Unimportant.Position = UDim2.new(0, 109, 0, 12)
  84. Unimportant.Size = UDim2.new(0, 100, 0, 24)
  85. Unimportant.Font = Enum.Font.Highway
  86. Unimportant.FontSize = Enum.FontSize.Size48
  87. Unimportant.Text = "Jailbreak Broken"
  88. Unimportant.TextColor3 = Color3.new(1, 1, 1)
  89. Unimportant.TextSize = 37
  90.  
  91. Unimportant2.Name = "Unimportant2"
  92. Unimportant2.Parent = Part
  93. Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Unimportant2.BackgroundTransparency = 1
  95. Unimportant2.BorderSizePixel = 0
  96. Unimportant2.Position = UDim2.new(0, 109, 0, 38)
  97. Unimportant2.Size = UDim2.new(0, 100, 0, 24)
  98. Unimportant2.Font = Enum.Font.Highway
  99. Unimportant2.FontSize = Enum.FontSize.Size18
  100. Unimportant2.Text = "By Excrio - v1.5"
  101. Unimportant2.TextColor3 = Color3.new(1, 1, 1)
  102. Unimportant2.TextSize = 17
  103.  
  104. TPBFrame.Name = "TPBFrame"
  105. TPBFrame.Parent = UI
  106. TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  107. TPBFrame.BackgroundTransparency = 1
  108. TPBFrame.Size = UDim2.new(0, 100, 0, 100)
  109. TPBFrame.Visible = false
  110.  
  111. Bank.Name = "Bank"
  112. Bank.Parent = TPBFrame
  113. Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  114. Bank.BorderColor3 = Color3.new(1, 1, 1)
  115. Bank.BorderSizePixel = 0
  116. Bank.Position = UDim2.new(0, 185, 0, 95)
  117. Bank.Size = UDim2.new(0, 97, 0, 38)
  118. Bank.Font = Enum.Font.Highway
  119. Bank.FontSize = Enum.FontSize.Size18
  120. Bank.Text = "Bank Front"
  121. Bank.TextColor3 = Color3.new(1, 1, 1)
  122. Bank.TextSize = 17
  123.  
  124. Frame_2.Parent = Bank
  125. Frame_2.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  126. Frame_2.BorderSizePixel = 0
  127. Frame_2.Position = UDim2.new(0, 0, 0, 38)
  128. Frame_2.Size = UDim2.new(0, 97, 0, 5)
  129.  
  130. CrimBase1.Name = "CrimBase1"
  131. CrimBase1.Parent = TPBFrame
  132. CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  133. CrimBase1.BorderColor3 = Color3.new(1, 1, 1)
  134. CrimBase1.BorderSizePixel = 0
  135. CrimBase1.Position = UDim2.new(0, 35, 0, 155)
  136. CrimBase1.Size = UDim2.new(0, 97, 0, 38)
  137. CrimBase1.Font = Enum.Font.Highway
  138. CrimBase1.FontSize = Enum.FontSize.Size18
  139. CrimBase1.Text = "Crim Base 1"
  140. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  141. CrimBase1.TextSize = 17
  142.  
  143. Frame_3.Parent = CrimBase1
  144. Frame_3.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  145. Frame_3.BorderSizePixel = 0
  146. Frame_3.Position = UDim2.new(0, 0, 0, 38)
  147. Frame_3.Size = UDim2.new(0, 97, 0, 5)
  148.  
  149. CrimBase2.Name = "CrimBase2"
  150. CrimBase2.Parent = TPBFrame
  151. CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  152. CrimBase2.BorderColor3 = Color3.new(1, 1, 1)
  153. CrimBase2.BorderSizePixel = 0
  154. CrimBase2.Position = UDim2.new(0, 35, 0, 210)
  155. CrimBase2.Size = UDim2.new(0, 97, 0, 38)
  156. CrimBase2.Font = Enum.Font.Highway
  157. CrimBase2.FontSize = Enum.FontSize.Size18
  158. CrimBase2.Text = "Crim Base 2"
  159. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  160. CrimBase2.TextSize = 17
  161.  
  162. Frame_4.Parent = CrimBase2
  163. Frame_4.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  164. Frame_4.BorderSizePixel = 0
  165. Frame_4.Position = UDim2.new(0, 0, 0, 38)
  166. Frame_4.Size = UDim2.new(0, 97, 0, 5)
  167.  
  168. Garage.Name = "Garage"
  169. Garage.Parent = TPBFrame
  170. Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  171. Garage.BorderColor3 = Color3.new(1, 1, 1)
  172. Garage.BorderSizePixel = 0
  173. Garage.Position = UDim2.new(0, 185, 0, 265)
  174. Garage.Size = UDim2.new(0, 97, 0, 38)
  175. Garage.Font = Enum.Font.Highway
  176. Garage.FontSize = Enum.FontSize.Size18
  177. Garage.Text = "Garage"
  178. Garage.TextColor3 = Color3.new(1, 1, 1)
  179. Garage.TextSize = 17
  180.  
  181. Frame_5.Parent = Garage
  182. Frame_5.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  183. Frame_5.BorderSizePixel = 0
  184. Frame_5.Position = UDim2.new(0, 0, 0, 38)
  185. Frame_5.Size = UDim2.new(0, 97, 0, 5)
  186.  
  187. Helipad1.Name = "Helipad1"
  188. Helipad1.Parent = TPBFrame
  189. Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  190. Helipad1.BorderColor3 = Color3.new(1, 1, 1)
  191. Helipad1.BorderSizePixel = 0
  192. Helipad1.Position = UDim2.new(0, 185, 0, 155)
  193. Helipad1.Size = UDim2.new(0, 97, 0, 38)
  194. Helipad1.Font = Enum.Font.Highway
  195. Helipad1.FontSize = Enum.FontSize.Size18
  196. Helipad1.Text = "Helipad 1"
  197. Helipad1.TextColor3 = Color3.new(1, 1, 1)
  198. Helipad1.TextSize = 17
  199.  
  200. Frame_6.Parent = Helipad1
  201. Frame_6.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  202. Frame_6.BorderSizePixel = 0
  203. Frame_6.Position = UDim2.new(0, 0, 0, 38)
  204. Frame_6.Size = UDim2.new(0, 97, 0, 5)
  205.  
  206. Helipad2.Name = "Helipad2"
  207. Helipad2.Parent = TPBFrame
  208. Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  209. Helipad2.BorderColor3 = Color3.new(1, 1, 1)
  210. Helipad2.BorderSizePixel = 0
  211. Helipad2.Position = UDim2.new(0, 185, 0, 210)
  212. Helipad2.Size = UDim2.new(0, 97, 0, 38)
  213. Helipad2.Font = Enum.Font.Highway
  214. Helipad2.FontSize = Enum.FontSize.Size18
  215. Helipad2.Text = "Helipad 2"
  216. Helipad2.TextColor3 = Color3.new(1, 1, 1)
  217. Helipad2.TextSize = 17
  218.  
  219. Frame_7.Parent = Helipad2
  220. Frame_7.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  221. Frame_7.BorderSizePixel = 0
  222. Frame_7.Position = UDim2.new(0, 0, 0, 38)
  223. Frame_7.Size = UDim2.new(0, 97, 0, 5)
  224.  
  225. Jail.Name = "Jail"
  226. Jail.Parent = TPBFrame
  227. Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  228. Jail.BorderColor3 = Color3.new(1, 1, 1)
  229. Jail.BorderSizePixel = 0
  230. Jail.Position = UDim2.new(0, 35, 0, 95)
  231. Jail.Size = UDim2.new(0, 97, 0, 38)
  232. Jail.Font = Enum.Font.Highway
  233. Jail.FontSize = Enum.FontSize.Size18
  234. Jail.Text = "Jail"
  235. Jail.TextColor3 = Color3.new(1, 1, 1)
  236. Jail.TextSize = 17
  237.  
  238. Frame_8.Parent = Jail
  239. Frame_8.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  240. Frame_8.BorderSizePixel = 0
  241. Frame_8.Position = UDim2.new(0, 0, 0, 38)
  242. Frame_8.Size = UDim2.new(0, 97, 0, 5)
  243.  
  244. Jewlery.Name = "Jewlery"
  245. Jewlery.Parent = TPBFrame
  246. Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  247. Jewlery.BorderColor3 = Color3.new(1, 1, 1)
  248. Jewlery.BorderSizePixel = 0
  249. Jewlery.Position = UDim2.new(0, 185, 0, 320)
  250. Jewlery.Size = UDim2.new(0, 97, 0, 38)
  251. Jewlery.Font = Enum.Font.Highway
  252. Jewlery.FontSize = Enum.FontSize.Size18
  253. Jewlery.Text = "Jewelry Store"
  254. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  255. Jewlery.TextSize = 17
  256.  
  257. Frame_9.Parent = Jewlery
  258. Frame_9.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  259. Frame_9.BorderSizePixel = 0
  260. Frame_9.Position = UDim2.new(0, 0, 0, 38)
  261. Frame_9.Size = UDim2.new(0, 97, 0, 5)
  262.  
  263. Police.Name = "Police"
  264. Police.Parent = TPBFrame
  265. Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  266. Police.BorderColor3 = Color3.new(1, 1, 1)
  267. Police.BorderSizePixel = 0
  268. Police.Position = UDim2.new(0, 35, 0, 265)
  269. Police.Size = UDim2.new(0, 97, 0, 38)
  270. Police.Font = Enum.Font.Highway
  271. Police.FontSize = Enum.FontSize.Size18
  272. Police.Text = "Police HQ"
  273. Police.TextColor3 = Color3.new(1, 1, 1)
  274. Police.TextSize = 17
  275.  
  276. Frame_10.Parent = Police
  277. Frame_10.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  278. Frame_10.BorderSizePixel = 0
  279. Frame_10.Position = UDim2.new(0, 0, 0, 38)
  280. Frame_10.Size = UDim2.new(0, 97, 0, 5)
  281.  
  282. Vault.Name = "Vault"
  283. Vault.Parent = TPBFrame
  284. Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  285. Vault.BorderColor3 = Color3.new(1, 1, 1)
  286. Vault.BorderSizePixel = 0
  287. Vault.Position = UDim2.new(0, 35, 0, 320)
  288. Vault.Size = UDim2.new(0, 97, 0, 38)
  289. Vault.Font = Enum.Font.Highway
  290. Vault.FontSize = Enum.FontSize.Size18
  291. Vault.Text = "Bank Vault"
  292. Vault.TextColor3 = Color3.new(1, 1, 1)
  293. Vault.TextSize = 17
  294.  
  295. Frame_11.Parent = Vault
  296. Frame_11.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  297. Frame_11.BorderSizePixel = 0
  298. Frame_11.Position = UDim2.new(0, 0, 0, 38)
  299. Frame_11.Size = UDim2.new(0, 97, 0, 5)
  300.  
  301. Teleports.Name = "Teleports"
  302. Teleports.Parent = UI
  303. Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  304. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  305. Teleports.BorderSizePixel = 0
  306. Teleports.Position = UDim2.new(0, 72, 0, 164)
  307. Teleports.Size = UDim2.new(0, 175, 0, 38)
  308. Teleports.Font = Enum.Font.Highway
  309. Teleports.FontSize = Enum.FontSize.Size24
  310. Teleports.Text = "Player Teleports"
  311. Teleports.TextColor3 = Color3.new(1, 1, 1)
  312. Teleports.TextSize = 20
  313.  
  314. Frame_12.Parent = Teleports
  315. Frame_12.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  316. Frame_12.BorderSizePixel = 0
  317. Frame_12.Position = UDim2.new(0, 0, 0, 38)
  318. Frame_12.Size = UDim2.new(0, 175, 0, 5)
  319.  
  320. Functions.Name = "Functions"
  321. Functions.Parent = UI
  322. Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  323. Functions.BorderColor3 = Color3.new(1, 1, 1)
  324. Functions.BorderSizePixel = 0
  325. Functions.Position = UDim2.new(0, 72, 0, 250)
  326. Functions.Size = UDim2.new(0, 175, 0, 38)
  327. Functions.Font = Enum.Font.Highway
  328. Functions.FontSize = Enum.FontSize.Size24
  329. Functions.Text = "Player Functions"
  330. Functions.TextColor3 = Color3.new(1, 1, 1)
  331. Functions.TextSize = 20
  332.  
  333. Frame_13.Parent = Functions
  334. Frame_13.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  335. Frame_13.BorderSizePixel = 0
  336. Frame_13.Position = UDim2.new(0, 0, 0, 38)
  337. Frame_13.Size = UDim2.new(0, 175, 0, 5)
  338.  
  339. FBFrame.Name = "FBFrame"
  340. FBFrame.Parent = UI
  341. FBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  342. FBFrame.BackgroundTransparency = 1
  343. FBFrame.Position = UDim2.new(0, 0, 0, 32)
  344. FBFrame.Size = UDim2.new(0, 318, 0, 406)
  345. FBFrame.Visible = false
  346.  
  347. Noclipp.Name = "Noclipp"
  348. Noclipp.Parent = FBFrame
  349. Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  350. Noclipp.BorderColor3 = Color3.new(1, 1, 1)
  351. Noclipp.BorderSizePixel = 0
  352. Noclipp.Position = UDim2.new(0, 110, 0, 181)
  353. Noclipp.Size = UDim2.new(0, 97, 0, 38)
  354. Noclipp.Font = Enum.Font.Highway
  355. Noclipp.FontSize = Enum.FontSize.Size18
  356. Noclipp.Text = "Enable Noclip"
  357. Noclipp.TextColor3 = Color3.new(1, 1, 1)
  358. Noclipp.TextSize = 17
  359.  
  360. Frame_14.Parent = Noclipp
  361. Frame_14.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  362. Frame_14.BorderSizePixel = 0
  363. Frame_14.Position = UDim2.new(0, 0, 0, 38)
  364. Frame_14.Size = UDim2.new(0, 97, 0, 5)
  365.  
  366. God.Name = "God"
  367. God.Parent = FBFrame
  368. God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  369. God.BorderColor3 = Color3.new(1, 1, 1)
  370. God.BorderSizePixel = 0
  371. God.Position = UDim2.new(0, 110, 0, 105)
  372. God.Size = UDim2.new(0, 97, 0, 38)
  373. God.Font = Enum.Font.Highway
  374. God.FontSize = Enum.FontSize.Size18
  375. God.Text = "Godmode"
  376. God.TextColor3 = Color3.new(1, 1, 1)
  377. God.TextSize = 17
  378.  
  379. Frame_15.Parent = God
  380. Frame_15.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  381. Frame_15.BorderSizePixel = 0
  382. Frame_15.Position = UDim2.new(0, 0, 0, 38)
  383. Frame_15.Size = UDim2.new(0, 97, 0, 5)
  384.  
  385. Arrest.Name = "Arrest"
  386. Arrest.Parent = FBFrame
  387. Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  388. Arrest.BorderColor3 = Color3.new(1, 1, 1)
  389. Arrest.BorderSizePixel = 0
  390. Arrest.Position = UDim2.new(0, 110, 0, 257)
  391. Arrest.Size = UDim2.new(0, 97, 0, 38)
  392. Arrest.Font = Enum.Font.Highway
  393. Arrest.FontSize = Enum.FontSize.Size18
  394. Arrest.Text = "Arrest Spam"
  395. Arrest.TextColor3 = Color3.new(1, 1, 1)
  396. Arrest.TextSize = 17
  397.  
  398. Frame_16.Parent = Arrest
  399. Frame_16.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  400. Frame_16.BorderSizePixel = 0
  401. Frame_16.Position = UDim2.new(0, 0, 0, 38)
  402. Frame_16.Size = UDim2.new(0, 97, 0, 5)
  403.  
  404. GoBack.Name = "GoBack"
  405. GoBack.Parent = UI
  406. GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  407. GoBack.BackgroundTransparency = 1
  408. GoBack.BorderColor3 = Color3.new(1, 1, 1)
  409. GoBack.BorderSizePixel = 0
  410. GoBack.Position = UDim2.new(0, 0, 0, 400)
  411. GoBack.Size = UDim2.new(0, 93, 0, 38)
  412. GoBack.Font = Enum.Font.Highway
  413. GoBack.FontSize = Enum.FontSize.Size24
  414. GoBack.Text = "Go Back"
  415. GoBack.TextColor3 = Color3.new(1, 1, 1)
  416. GoBack.TextSize = 20
  417.  
  418. Open.Name = "Open"
  419. Open.Parent = JailbreakBroken
  420. Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471)
  421. Open.BackgroundTransparency = 1
  422. Open.BorderColor3 = Color3.new(1, 1, 1)
  423. Open.BorderSizePixel = 0
  424. Open.Position = UDim2.new(0, -105, 0, 632)
  425. Open.Size = UDim2.new(0, 318, 0, 67)
  426.  
  427. OpenGUI.Name = "OpenGUI"
  428. OpenGUI.Parent = Open
  429. OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  430. OpenGUI.BorderColor3 = Color3.new(1, 1, 1)
  431. OpenGUI.BorderSizePixel = 0
  432. OpenGUI.Position = UDim2.new(0, 93, 0, 15)
  433. OpenGUI.Size = UDim2.new(0, 97, 0, 38)
  434. OpenGUI.Font = Enum.Font.Highway
  435. OpenGUI.FontSize = Enum.FontSize.Size18
  436. OpenGUI.Text = "Open GUI"
  437. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  438. OpenGUI.TextSize = 17
  439.  
  440. Frame_17.Parent = OpenGUI
  441. Frame_17.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  442. Frame_17.BorderSizePixel = 0
  443. Frame_17.Position = UDim2.new(0, 0, 0, 38)
  444. Frame_17.Size = UDim2.new(0, 97, 0, 5)
  445.  
  446. Jail.MouseButton1Click:connect(function()
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  448. end)
  449.  
  450. CrimBase1.MouseButton1Click:connect(function()
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  452. end)
  453.  
  454. CrimBase2.MouseButton1Click:connect(function()
  455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  456. end)
  457.  
  458. Police.MouseButton1Click:connect(function()
  459. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  460. end)
  461.  
  462. Bank.MouseButton1Click:connect(function()
  463. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  464. end)
  465.  
  466. Helipad1.MouseButton1Click:connect(function()
  467. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0)
  468. end)
  469.  
  470. Helipad2.MouseButton1Click:connect(function()
  471. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0)
  472. end)
  473.  
  474. Garage.MouseButton1Click:connect(function()
  475. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  476. end)
  477.  
  478. Vault.MouseButton1Click:connect(function()
  479. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  480. end)
  481.  
  482. Jewlery.MouseButton1Click:connect(function()
  483. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  484. end)
  485.  
  486. noclip = false
  487. game:GetService('RunService').Stepped:connect(function()
  488. if noclip then
  489. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  490. end
  491. end)
  492.  
  493. Noclipp.MouseButton1Click:connect(function()
  494. noclip = not noclip
  495. if Noclipp.Text == "Enable Noclip" then
  496. Noclipp.Text = "Disable Noclip"
  497. else
  498. Noclipp.Text = "Enable Noclip"
  499. end
  500. end)
  501.  
  502. God.MouseButton1Click:connect(function()
  503. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  504. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  505. l.Parent = game.Players.LocalPlayer.Character
  506. l.Name = "Humanoid"
  507. wait(0.1)
  508. game.Players.LocalPlayer.Character["1"]:Destroy()
  509. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  510. game.Players.LocalPlayer.Character.Animate.Disabled = true
  511. wait(0.1)
  512. game.Players.LocalPlayer.Character.Animate.Disabled = false
  513. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  514. end)
  515.  
  516. Arrest.MouseButton1Click:connect(function()
  517. local Player = game.Players.LocalPlayer
  518. wait(0.5)
  519. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  520. repeat
  521. wait()
  522. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  523. until v.Team.Name ~= "Criminal"
  524. end
  525. end)
  526.  
  527.  
  528. local frame = game.CoreGui.JailbreakBroken:WaitForChild('UI')
  529. OpenGUI.MouseButton1Down:connect(function()
  530. frame.Visible = not frame.Visible
  531. if frame.Visible == true then
  532. OpenGUI.Text = "Close GUI"
  533. elseif
  534. frame.Visible == false then
  535. OpenGUI.Text = "Open GUI"
  536. end
  537. end)
  538.  
  539. Teleports.MouseButton1Click:connect(function()
  540. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = true
  541. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  542. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  543. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  544. end)
  545.  
  546. Functions.MouseButton1Click:connect(function()
  547. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = true
  548. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  549. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  550. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  551. end)
  552.  
  553. GoBack.MouseButton1Click:connect(function()
  554. GoBack.Visible = false
  555. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  556. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = false
  557. Teleports.Visible = true
  558. Functions.Visible = true
  559. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement