Advertisement
Jshwawn64

Eternity Hub V1.1

Jan 4th, 2018
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.31 KB | None | 0 0
  1. --Youtubers Note: If you are recording a video, please put script link in description!Also add me on discord: Jshwawn#4581 --
  2.  
  3.  
  4.  
  5.  
  6.  
  7. -- Objects
  8.  
  9. local EternityV11 = Instance.new("CoreGui")
  10. local LoginFrame = Instance.new("Frame")
  11. local bar1 = Instance.new("Frame")
  12. local title = Instance.new("TextLabel")
  13. local loginlabel = Instance.new("TextLabel")
  14. local userbox = Instance.new("TextBox")
  15. local passbox = Instance.new("TextBox")
  16. local submit = Instance.new("TextButton")
  17. local MainFrame = Instance.new("Frame")
  18. local sbar1 = Instance.new("Frame")
  19. local stitle = Instance.new("TextLabel")
  20. local gamebut = Instance.new("TextButton")
  21. local miscbut = Instance.new("TextButton")
  22. local settingsbut = Instance.new("TextButton")
  23. local maker = Instance.new("TextLabel")
  24. local GamesFrame = Instance.new("Frame")
  25. local mbar1 = Instance.new("Frame")
  26. local mtitle = Instance.new("TextLabel")
  27. local Jailbreak = Instance.new("TextButton")
  28. local Bloxburg = Instance.new("TextButton")
  29. local ApocaplypseRising = Instance.new("TextButton")
  30. local MiscFrame = Instance.new("Frame")
  31. local bbar1 = Instance.new("Frame")
  32. local btitle = Instance.new("TextLabel")
  33. local creditsbut = Instance.new("TextButton")
  34. local btoolsbut = Instance.new("TextButton")
  35. local noclipbut = Instance.new("TextButton")
  36. local SettingsFrame = Instance.new("Frame")
  37. local pbar1 = Instance.new("Frame")
  38. local ptitle = Instance.new("TextLabel")
  39. local mishap = Instance.new("TextLabel")
  40. local backbut = Instance.new("TextButton")
  41. local JailbreakFrame = Instance.new("Frame")
  42. local obar1 = Instance.new("Frame")
  43. local otitle = Instance.new("TextLabel")
  44. local Unjailbreak = Instance.new("TextButton")
  45. local Jailbreakbroken = Instance.new("TextButton")
  46.  
  47. -- Properties
  48.  
  49. EternityV11.Name = "Eternity V1.1"
  50. EternityV11.Parent = game.StarterGui
  51.  
  52. LoginFrame.Name = "LoginFrame"
  53. LoginFrame.Parent = EternityV11
  54. LoginFrame.Active = true
  55. LoginFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  56. LoginFrame.BorderColor3 = Color3.new(1, 1, 1)
  57. LoginFrame.BorderSizePixel = 0
  58. LoginFrame.Draggable = true
  59. LoginFrame.Position = UDim2.new(0.384401113, 0, 0.0717703104, 0)
  60. LoginFrame.Selectable = true
  61. LoginFrame.Size = UDim2.new(0, 300, 0, 358)
  62.  
  63. bar1.Name = "bar1"
  64. bar1.Parent = LoginFrame
  65. bar1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  66. bar1.BorderSizePixel = 0
  67. bar1.Size = UDim2.new(0, 300, 0, 39)
  68.  
  69. title.Name = "title"
  70. title.Parent = LoginFrame
  71. title.BackgroundColor3 = Color3.new(1, 1, 1)
  72. title.BackgroundTransparency = 1
  73. title.Position = UDim2.new(0.166666672, 0, 0, 0)
  74. title.Size = UDim2.new(0, 200, 0, 39)
  75. title.Font = Enum.Font.SciFi
  76. title.Text = "Eternity V1.1"
  77. title.TextColor3 = Color3.new(1, 1, 1)
  78. title.TextSize = 25
  79. title.TextWrapped = true
  80.  
  81. loginlabel.Name = "loginlabel"
  82. loginlabel.Parent = LoginFrame
  83. loginlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  84. loginlabel.BackgroundTransparency = 1
  85. loginlabel.Position = UDim2.new(0.186666667, 0, 0.259776533, 0)
  86. loginlabel.Size = UDim2.new(0, 186, 0, 39)
  87. loginlabel.Font = Enum.Font.SciFi
  88. loginlabel.Text = "Login:"
  89. loginlabel.TextColor3 = Color3.new(1, 1, 1)
  90. loginlabel.TextSize = 25
  91. loginlabel.TextWrapped = true
  92.  
  93. userbox.Name = "userbox"
  94. userbox.Parent = LoginFrame
  95. userbox.BackgroundColor3 = Color3.new(1, 1, 1)
  96. userbox.BackgroundTransparency = 1
  97. userbox.Position = UDim2.new(0.0766666681, 0, 0.422012806, 0)
  98. userbox.Size = UDim2.new(0, 200, 0, 28)
  99. userbox.Font = Enum.Font.SciFi
  100. userbox.Text = "Username:"
  101. userbox.TextColor3 = Color3.new(1, 1, 1)
  102. userbox.TextSize = 20
  103. userbox.TextStrokeColor3 = Color3.new(1, 1, 1)
  104. userbox.TextWrapped = true
  105. userbox.TextXAlignment = Enum.TextXAlignment.Left
  106.  
  107. passbox.Name = "passbox"
  108. passbox.Parent = LoginFrame
  109. passbox.BackgroundColor3 = Color3.new(1, 1, 1)
  110. passbox.BackgroundTransparency = 1
  111. passbox.BorderSizePixel = 0
  112. passbox.Position = UDim2.new(0.0799999982, 0, 0.539106131, 0)
  113. passbox.Size = UDim2.new(0, 200, 0, 23)
  114. passbox.Font = Enum.Font.SciFi
  115. passbox.Text = "Password:"
  116. passbox.TextColor3 = Color3.new(1, 1, 1)
  117. passbox.TextSize = 20
  118. passbox.TextXAlignment = Enum.TextXAlignment.Left
  119.  
  120. submit.Name = "submit"
  121. submit.Parent = LoginFrame
  122. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  123. submit.BorderSizePixel = 0
  124. submit.Position = UDim2.new(0.25, 0, 0.729050279, 0)
  125. submit.Size = UDim2.new(0, 150, 0, 50)
  126. submit.Font = Enum.Font.SciFi
  127. submit.Text = "Confirm!"
  128. submit.TextColor3 = Color3.new(0, 0, 0)
  129. submit.TextSize = 25
  130. submit.TextWrapped = true
  131.  
  132. submit.MouseButton1Down:connect(function()
  133. if userbox.Text "EternityHub73" and passbox.Text "RobloxExploits" then
  134. LoginFrame.Visible = false
  135. MainFrame.Visible = true
  136. end
  137. end)
  138.  
  139.  
  140.  
  141.  
  142.  
  143. MainFrame.Name = "MainFrame"
  144. MainFrame.Parent = EternityV11
  145. MainFrame.Active = true
  146. MainFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  147. MainFrame.Draggable = true
  148. MainFrame.Position = UDim2.new(0.317076832, 0, 0.842105329, 0)
  149. MainFrame.Selectable = true
  150. MainFrame.Size = UDim2.new(0, 297, 0, 334)
  151. MainFrame.Visible = false
  152.  
  153. sbar1.Name = "sbar1"
  154. sbar1.Parent = MainFrame
  155. sbar1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  156. sbar1.BorderSizePixel = 0
  157. sbar1.Size = UDim2.new(0, 297, 0, 39)
  158.  
  159. stitle.Name = "stitle"
  160. stitle.Parent = MainFrame
  161. stitle.BackgroundColor3 = Color3.new(1, 1, 1)
  162. stitle.BackgroundTransparency = 1
  163. stitle.Position = UDim2.new(0.166666672, 0, 0, 0)
  164. stitle.Size = UDim2.new(0, 200, 0, 39)
  165. stitle.Font = Enum.Font.SciFi
  166. stitle.Text = "Eternity V1.1"
  167. stitle.TextColor3 = Color3.new(1, 1, 1)
  168. stitle.TextSize = 25
  169. stitle.TextWrapped = true
  170.  
  171. gamebut.Name = "gamebut"
  172. gamebut.Parent = MainFrame
  173. gamebut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  174. gamebut.Position = UDim2.new(0.166666672, 0, 0.23053892, 0)
  175. gamebut.Size = UDim2.new(0, 200, 0, 50)
  176. gamebut.Font = Enum.Font.SciFi
  177. gamebut.Text = "Games"
  178. gamebut.TextColor3 = Color3.new(1, 1, 1)
  179. gamebut.TextSize = 20
  180.  
  181. gamebut.MouseButton1Down:connect(function()
  182. MainFrame.Visible = true
  183. GamesFrame.Visible = true
  184. end)
  185.  
  186.  
  187.  
  188.  
  189.  
  190. miscbut.Name = "miscbut"
  191. miscbut.Parent = MainFrame
  192. miscbut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  193. miscbut.Position = UDim2.new(0.166666672, 0, 0.458083838, 0)
  194. miscbut.Size = UDim2.new(0, 200, 0, 50)
  195. miscbut.Font = Enum.Font.SciFi
  196. miscbut.Text = "Misc"
  197. miscbut.TextColor3 = Color3.new(1, 1, 1)
  198. miscbut.TextSize = 20
  199.  
  200. miscbut.MouseButton1Down:connect(function()
  201. MainFrame.Visible = true
  202. MiscFrame.Visible = true
  203. end)
  204.  
  205.  
  206.  
  207.  
  208.  
  209. settingsbut.Name = "settingsbut"
  210. settingsbut.Parent = MainFrame
  211. settingsbut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  212. settingsbut.Position = UDim2.new(0.166666672, 0, 0.67964077, 0)
  213. settingsbut.Size = UDim2.new(0, 200, 0, 50)
  214. settingsbut.Font = Enum.Font.SciFi
  215. settingsbut.Text = "Settings"
  216. settingsbut.TextColor3 = Color3.new(1, 1, 1)
  217. settingsbut.TextSize = 20
  218.  
  219. settingsbut.MouseButton1Down:connect(function()
  220. MainFrame.Visible = true
  221. SettingsFrame.Visible = true
  222. end)
  223.  
  224.  
  225.  
  226.  
  227.  
  228. maker.Name = "maker"
  229. maker.Parent = MainFrame
  230. maker.BackgroundColor3 = Color3.new(1, 1, 1)
  231. maker.BackgroundTransparency = 1
  232. maker.BorderSizePixel = 0
  233. maker.Position = UDim2.new(0, 0, 0.940119743, 0)
  234. maker.Size = UDim2.new(0, 119, 0, 20)
  235. maker.Font = Enum.Font.SciFi
  236. maker.Text = "Made by Jshwawn"
  237. maker.TextColor3 = Color3.new(1, 1, 1)
  238. maker.TextSize = 15
  239.  
  240. GamesFrame.Name = "GamesFrame"
  241. GamesFrame.Parent = EternityV11
  242. GamesFrame.Active = true
  243. GamesFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  244. GamesFrame.BorderSizePixel = 0
  245. GamesFrame.Draggable = true
  246. GamesFrame.Position = UDim2.new(0, 0, 0.10047847, 0)
  247. GamesFrame.Selectable = true
  248. GamesFrame.Size = UDim2.new(0, 256, 0, 304)
  249. GamesFrame.Visible = false
  250.  
  251. mbar1.Name = "mbar1"
  252. mbar1.Parent = GamesFrame
  253. mbar1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  254. mbar1.BorderSizePixel = 0
  255. mbar1.Size = UDim2.new(0, 256, 0, 39)
  256.  
  257. mtitle.Name = "mtitle"
  258. mtitle.Parent = GamesFrame
  259. mtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  260. mtitle.BackgroundTransparency = 1
  261. mtitle.Position = UDim2.new(0.11914067, 0, 0, 0)
  262. mtitle.Size = UDim2.new(0, 200, 0, 39)
  263. mtitle.Font = Enum.Font.SciFi
  264. mtitle.Text = "Eternity V1.1"
  265. mtitle.TextColor3 = Color3.new(1, 1, 1)
  266. mtitle.TextSize = 25
  267. mtitle.TextWrapped = true
  268.  
  269. Jailbreak.Name = "Jailbreak"
  270. Jailbreak.Parent = GamesFrame
  271. Jailbreak.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  272. Jailbreak.BorderColor3 = Color3.new(1, 1, 1)
  273. Jailbreak.Position = UDim2.new(0.109375, 0, 0.1875, 0)
  274. Jailbreak.Size = UDim2.new(0, 200, 0, 50)
  275. Jailbreak.Font = Enum.Font.SciFi
  276. Jailbreak.Text = "Jailbreak"
  277. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  278. Jailbreak.TextSize = 20
  279.  
  280. Jailbreak.MouseButton1Down:connect(function()
  281. MainFrame.Visible = true
  282. JailbreakFrame.Visible = true
  283. end)
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Bloxburg.Name = "Bloxburg"
  290. Bloxburg.Parent = GamesFrame
  291. Bloxburg.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  292. Bloxburg.BorderColor3 = Color3.new(1, 1, 1)
  293. Bloxburg.Position = UDim2.new(0.109375, 0, 0.417763174, 0)
  294. Bloxburg.Size = UDim2.new(0, 200, 0, 50)
  295. Bloxburg.Font = Enum.Font.SciFi
  296. Bloxburg.Text = "Bloxburg"
  297. Bloxburg.TextColor3 = Color3.new(1, 1, 1)
  298. Bloxburg.TextSize = 20
  299.  
  300. ApocaplypseRising.Name = "Apocaplypse Rising"
  301. ApocaplypseRising.Parent = GamesFrame
  302. ApocaplypseRising.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  303. ApocaplypseRising.BorderColor3 = Color3.new(1, 1, 1)
  304. ApocaplypseRising.Position = UDim2.new(0.109375, 0, 0.641447425, 0)
  305. ApocaplypseRising.Size = UDim2.new(0, 200, 0, 50)
  306. ApocaplypseRising.Font = Enum.Font.SciFi
  307. ApocaplypseRising.Text = "Apocaplypse Rising"
  308. ApocaplypseRising.TextColor3 = Color3.new(1, 1, 1)
  309. ApocaplypseRising.TextSize = 20
  310.  
  311. MiscFrame.Name = "MiscFrame"
  312. MiscFrame.Parent = EternityV11
  313. MiscFrame.Active = true
  314. MiscFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  315. MiscFrame.BorderSizePixel = 0
  316. MiscFrame.Draggable = true
  317. MiscFrame.Position = UDim2.new(0.240432099, 0, 0.10047847, 0)
  318. MiscFrame.Selectable = true
  319. MiscFrame.Size = UDim2.new(0, 256, 0, 304)
  320. MiscFrame.Visible = false
  321.  
  322. bbar1.Name = "bbar1"
  323. bbar1.Parent = MiscFrame
  324. bbar1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  325. bbar1.BorderSizePixel = 0
  326. bbar1.Size = UDim2.new(0, 256, 0, 39)
  327.  
  328. btitle.Name = "btitle"
  329. btitle.Parent = MiscFrame
  330. btitle.BackgroundColor3 = Color3.new(1, 1, 1)
  331. btitle.BackgroundTransparency = 1
  332. btitle.Position = UDim2.new(0.11914067, 0, 0, 0)
  333. btitle.Size = UDim2.new(0, 200, 0, 39)
  334. btitle.Font = Enum.Font.SciFi
  335. btitle.Text = "Eternity V1.1"
  336. btitle.TextColor3 = Color3.new(1, 1, 1)
  337. btitle.TextSize = 25
  338. btitle.TextWrapped = true
  339.  
  340. creditsbut.Name = "creditsbut"
  341. creditsbut.Parent = MiscFrame
  342. creditsbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  343. creditsbut.BorderColor3 = Color3.new(1, 1, 1)
  344. creditsbut.Position = UDim2.new(0.119140625, 0, 0.1875, 0)
  345. creditsbut.Size = UDim2.new(0, 200, 0, 50)
  346. creditsbut.Font = Enum.Font.SciFi
  347. creditsbut.Text = "Credits"
  348. creditsbut.TextColor3 = Color3.new(1, 1, 1)
  349. creditsbut.TextSize = 20
  350.  
  351. btoolsbut.Name = "btoolsbut"
  352. btoolsbut.Parent = MiscFrame
  353. btoolsbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  354. btoolsbut.BorderColor3 = Color3.new(1, 1, 1)
  355. btoolsbut.Position = UDim2.new(0.119140625, 0, 0.417763174, 0)
  356. btoolsbut.Size = UDim2.new(0, 200, 0, 50)
  357. btoolsbut.Font = Enum.Font.SciFi
  358. btoolsbut.Text = "Btools"
  359. btoolsbut.TextColor3 = Color3.new(1, 1, 1)
  360. btoolsbut.TextSize = 20
  361.  
  362. noclipbut.Name = "noclipbut"
  363. noclipbut.Parent = MiscFrame
  364. noclipbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  365. noclipbut.BorderColor3 = Color3.new(1, 1, 1)
  366. noclipbut.Position = UDim2.new(0.109375, 0, 0.641447365, 0)
  367. noclipbut.Size = UDim2.new(0, 200, 0, 50)
  368. noclipbut.Font = Enum.Font.SciFi
  369. noclipbut.Text = "Noclip"
  370. noclipbut.TextColor3 = Color3.new(1, 1, 1)
  371. noclipbut.TextSize = 20
  372.  
  373. SettingsFrame.Name = "SettingsFrame"
  374. SettingsFrame.Parent = EternityV11
  375. SettingsFrame.Active = true
  376. SettingsFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  377. SettingsFrame.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  378. SettingsFrame.BorderSizePixel = 0
  379. SettingsFrame.Draggable = true
  380. SettingsFrame.Position = UDim2.new(0.493036211, 0, 0.10047847, 0)
  381. SettingsFrame.Selectable = true
  382. SettingsFrame.Size = UDim2.new(0, 235, 0, 304)
  383. SettingsFrame.Visible = false
  384.  
  385. pbar1.Name = "pbar1"
  386. pbar1.Parent = SettingsFrame
  387. pbar1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  388. pbar1.BorderSizePixel = 0
  389. pbar1.Size = UDim2.new(0, 235, 0, 39)
  390.  
  391. ptitle.Name = "ptitle"
  392. ptitle.Parent = SettingsFrame
  393. ptitle.BackgroundColor3 = Color3.new(1, 1, 1)
  394. ptitle.BackgroundTransparency = 1
  395. ptitle.Position = UDim2.new(0.0744681284, 0, 0, 0)
  396. ptitle.Size = UDim2.new(0, 200, 0, 39)
  397. ptitle.Font = Enum.Font.SciFi
  398. ptitle.Text = "Eternity V1.1"
  399. ptitle.TextColor3 = Color3.new(1, 1, 1)
  400. ptitle.TextSize = 25
  401. ptitle.TextWrapped = true
  402.  
  403. mishap.Name = "mishap"
  404. mishap.Parent = SettingsFrame
  405. mishap.BackgroundColor3 = Color3.new(1, 1, 1)
  406. mishap.BackgroundTransparency = 1
  407. mishap.BorderSizePixel = 0
  408. mishap.Position = UDim2.new(0.0744679868, 0, 0.187500015, 0)
  409. mishap.Size = UDim2.new(0, 200, 0, 50)
  410. mishap.Font = Enum.Font.SciFi
  411. mishap.Text = "No settings available!"
  412. mishap.TextColor3 = Color3.new(1, 1, 1)
  413. mishap.TextSize = 20
  414.  
  415. backbut.Name = "backbut"
  416. backbut.Parent = SettingsFrame
  417. backbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  418. backbut.BorderColor3 = Color3.new(1, 1, 1)
  419. backbut.Position = UDim2.new(0.234042555, 0, 0.684210539, 0)
  420. backbut.Size = UDim2.new(0, 125, 0, 50)
  421. backbut.Font = Enum.Font.SciFi
  422. backbut.Text = "Back"
  423. backbut.TextColor3 = Color3.new(1, 1, 1)
  424. backbut.TextSize = 20
  425.  
  426. backbut.MouseButton1Down:connect(function()
  427. MiscFrame.Visible = true
  428. SettingsFrame.Visible = false
  429. end)
  430.  
  431.  
  432.  
  433.  
  434.  
  435. JailbreakFrame.Name = "JailbreakFrame"
  436. JailbreakFrame.Parent = EternityV11
  437. JailbreakFrame.Active = true
  438. JailbreakFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  439. JailbreakFrame.BorderSizePixel = 0
  440. JailbreakFrame.Draggable = true
  441. JailbreakFrame.Position = UDim2.new(0.724233985, 0, 0.10047847, 0)
  442. JailbreakFrame.Selectable = true
  443. JailbreakFrame.Size = UDim2.new(0, 235, 0, 304)
  444. JailbreakFrame.Visible = false
  445.  
  446. obar1.Name = "obar1"
  447. obar1.Parent = JailbreakFrame
  448. obar1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  449. obar1.BorderSizePixel = 0
  450. obar1.Size = UDim2.new(0, 235, 0, 39)
  451.  
  452. otitle.Name = "otitle"
  453. otitle.Parent = JailbreakFrame
  454. otitle.BackgroundColor3 = Color3.new(1, 1, 1)
  455. otitle.BackgroundTransparency = 1
  456. otitle.Position = UDim2.new(0.0744681284, 0, 0, 0)
  457. otitle.Size = UDim2.new(0, 200, 0, 39)
  458. otitle.Font = Enum.Font.SciFi
  459. otitle.Text = "Eternity V1.1"
  460. otitle.TextColor3 = Color3.new(1, 1, 1)
  461. otitle.TextSize = 25
  462. otitle.TextWrapped = true
  463.  
  464. Unjailbreak.Name = "Unjailbreak"
  465. Unjailbreak.Parent = JailbreakFrame
  466. Unjailbreak.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  467. Unjailbreak.BorderColor3 = Color3.new(1, 1, 1)
  468. Unjailbreak.Position = UDim2.new(0.263829798, 0, 0.253289461, 0)
  469. Unjailbreak.Size = UDim2.new(0, 111, 0, 50)
  470. Unjailbreak.Font = Enum.Font.SciFi
  471. Unjailbreak.Text = "UnJailbreak"
  472. Unjailbreak.TextColor3 = Color3.new(1, 1, 1)
  473. Unjailbreak.TextSize = 19
  474.  
  475. Unjailbreak.MouseButton1Down:connect(function()
  476. loadstring(game:GetObjects("rbxassetid://1080139787")[1].Source)()
  477. end)
  478.  
  479.  
  480.  
  481.  
  482. Jailbreakbroken.Name = "Jailbreakbroken"
  483. Jailbreakbroken.Parent = JailbreakFrame
  484. Jailbreakbroken.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  485. Jailbreakbroken.BorderColor3 = Color3.new(1, 1, 1)
  486. Jailbreakbroken.Position = UDim2.new(0.263829798, 0, 0.641447365, 0)
  487. Jailbreakbroken.Size = UDim2.new(0, 111, 0, 50)
  488. Jailbreakbroken.Font = Enum.Font.SciFi
  489. Jailbreakbroken.Text = "JailbreakBroken"
  490. Jailbreakbroken.TextColor3 = Color3.new(1, 1, 1)
  491. Jailbreakbroken.TextSize = 16
  492.  
  493. Jailbreakbroken.MouseButton1Down:connect(function()
  494. -- Objects-- Created by Jshwawn - v2.5
  495. -- v2.5 Notes
  496. -- Added player teleporting!
  497. -- Redid the UI - New font & sizes
  498. -- Bug fixes and more!
  499.  
  500. -- GUI Creation
  501.  
  502. local JailbreakBroken = Instance.new("ScreenGui")
  503. local UI = Instance.new("Frame")
  504. local Part = Instance.new("Frame")
  505. local Frame = Instance.new("Frame")
  506. local Unimportant = Instance.new("TextLabel")
  507. local Unimportant2 = Instance.new("TextLabel")
  508. local TPBFrame = Instance.new("Frame")
  509. local Bank = Instance.new("TextButton")
  510. local Frame_2 = Instance.new("Frame")
  511. local CrimBase1 = Instance.new("TextButton")
  512. local Frame_3 = Instance.new("Frame")
  513. local CrimBase2 = Instance.new("TextButton")
  514. local Frame_4 = Instance.new("Frame")
  515. local PTP = Instance.new("TextButton")
  516. local Frame_5 = Instance.new("Frame")
  517. local Helipad1 = Instance.new("TextButton")
  518. local Frame_6 = Instance.new("Frame")
  519. local Helipad2 = Instance.new("TextButton")
  520. local Frame_7 = Instance.new("Frame")
  521. local Jail = Instance.new("TextButton")
  522. local Frame_8 = Instance.new("Frame")
  523. local Jewlery = Instance.new("TextButton")
  524. local Frame_9 = Instance.new("Frame")
  525. local Police = Instance.new("TextButton")
  526. local Frame_10 = Instance.new("Frame")
  527. local Vault = Instance.new("TextButton")
  528. local Frame_11 = Instance.new("Frame")
  529. local sframe = Instance.new("ScrollingFrame")
  530. local Garage = Instance.new("TextButton")
  531. local Frame_12 = Instance.new("Frame")
  532. local SPlayer = Instance.new("TextLabel")
  533. local Frame_13 = Instance.new("Frame")
  534. local Teleports = Instance.new("TextButton")
  535. local Frame_14 = Instance.new("Frame")
  536. local FBFrame = Instance.new("Frame")
  537. local Noclipp = Instance.new("TextButton")
  538. local Frame_15 = Instance.new("Frame")
  539. local God = Instance.new("TextButton")
  540. local Frame_16 = Instance.new("Frame")
  541. local Arrest = Instance.new("TextButton")
  542. local Frame_17 = Instance.new("Frame")
  543. local cframe = Instance.new("Frame")
  544. local TextLabel = Instance.new("TextLabel")
  545. local TextLabel_2 = Instance.new("TextLabel")
  546. local TextLabel_3 = Instance.new("TextLabel")
  547. local TextLabel_4 = Instance.new("TextLabel")
  548. local TextLabel_5 = Instance.new("TextLabel")
  549. local TextLabel_6 = Instance.new("TextLabel")
  550. local TextLabel_7 = Instance.new("TextLabel")
  551. local TextLabel_8 = Instance.new("TextLabel")
  552. local TextLabel_9 = Instance.new("TextLabel")
  553. local TextLabel_10 = Instance.new("TextLabel")
  554. local TextLabel_11 = Instance.new("TextLabel")
  555. local Functions = Instance.new("TextButton")
  556. local Frame_18 = Instance.new("Frame")
  557. local Credits = Instance.new("TextButton")
  558. local Frame_19 = Instance.new("Frame")
  559. local GoBack = Instance.new("TextButton")
  560. local Open = Instance.new("Frame")
  561. local OpenGUI = Instance.new("TextButton")
  562. local Frame_20 = Instance.new("Frame")
  563. local val = Instance.new("ObjectValue", sframe)
  564.  
  565. -- GUI Properties
  566.  
  567. JailbreakBroken.Name = "JailbreakBroken"
  568. JailbreakBroken.Parent = game.CoreGui
  569.  
  570. UI.Name = "UI"
  571. UI.Parent = JailbreakBroken
  572. UI.Active = true
  573. UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  574. UI.BackgroundTransparency = 0.30000001192093
  575. UI.BorderColor3 = Color3.new(1, 1, 1)
  576. UI.BorderSizePixel = 0
  577. UI.Draggable = true
  578. UI.Position = UDim2.new(0.5, -159, 0.5, -219)
  579. UI.Size = UDim2.new(0, 318, 0, 438)
  580. UI.Visible = false
  581.  
  582. Part.Name = "Part"
  583. Part.Parent = UI
  584. Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  585. Part.BorderColor3 = Color3.new(1, 1, 1)
  586. Part.BorderSizePixel = 0
  587. Part.Size = UDim2.new(0, 318, 0, 67)
  588.  
  589. Frame.Parent = Part
  590. Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  591. Frame.BorderSizePixel = 0
  592. Frame.Position = UDim2.new(0, 0, 0, 67)
  593. Frame.Size = UDim2.new(0, 318, 0, 5)
  594.  
  595. Unimportant.Name = "Unimportant"
  596. Unimportant.Parent = Part
  597. Unimportant.BackgroundColor3 = Color3.new(1, 1, 1)
  598. Unimportant.BackgroundTransparency = 1
  599. Unimportant.BorderSizePixel = 0
  600. Unimportant.Position = UDim2.new(0, 109, 0, 12)
  601. Unimportant.Size = UDim2.new(0, 100, 0, 24)
  602. Unimportant.Font = Enum.Font.SourceSansLight
  603. Unimportant.FontSize = Enum.FontSize.Size48
  604. Unimportant.Text = "Jailbreak Broken"
  605. Unimportant.TextColor3 = Color3.new(1, 1, 1)
  606. Unimportant.TextSize = 37
  607.  
  608. Unimportant2.Name = "Unimportant2"
  609. Unimportant2.Parent = Part
  610. Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1)
  611. Unimportant2.BackgroundTransparency = 1
  612. Unimportant2.BorderSizePixel = 0
  613. Unimportant2.Position = UDim2.new(0, 109, 0, 38)
  614. Unimportant2.Size = UDim2.new(0, 100, 0, 24)
  615. Unimportant2.Font = Enum.Font.SourceSansLight
  616. Unimportant2.FontSize = Enum.FontSize.Size18
  617. Unimportant2.Text = "By Excrio - v2.5"
  618. Unimportant2.TextColor3 = Color3.new(1, 1, 1)
  619. Unimportant2.TextSize = 17
  620.  
  621. TPBFrame.Name = "TPBFrame"
  622. TPBFrame.Parent = UI
  623. TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  624. TPBFrame.BackgroundTransparency = 1
  625. TPBFrame.Size = UDim2.new(0, 106, 0, 100)
  626. TPBFrame.Visible = false
  627.  
  628. Bank.Name = "Bank"
  629. Bank.Parent = TPBFrame
  630. Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  631. Bank.BorderColor3 = Color3.new(1, 1, 1)
  632. Bank.BorderSizePixel = 0
  633. Bank.Position = UDim2.new(0, 185, 0, 85)
  634. Bank.Size = UDim2.new(0, 97, 0, 25)
  635. Bank.Font = Enum.Font.SourceSansLight
  636. Bank.FontSize = Enum.FontSize.Size18
  637. Bank.Text = "Bank Front"
  638. Bank.TextColor3 = Color3.new(1, 1, 1)
  639. Bank.TextSize = 17
  640.  
  641. Frame_2.Parent = Bank
  642. Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  643. Frame_2.BorderSizePixel = 0
  644. Frame_2.Position = UDim2.new(0, 0, 0, 25)
  645. Frame_2.Size = UDim2.new(0, 97, 0, 5)
  646.  
  647. CrimBase1.Name = "CrimBase1"
  648. CrimBase1.Parent = TPBFrame
  649. CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  650. CrimBase1.BorderColor3 = Color3.new(1, 1, 1)
  651. CrimBase1.BorderSizePixel = 0
  652. CrimBase1.Position = UDim2.new(0, 30, 0, 125)
  653. CrimBase1.Size = UDim2.new(0, 97, 0, 25)
  654. CrimBase1.Font = Enum.Font.SourceSansLight
  655. CrimBase1.FontSize = Enum.FontSize.Size18
  656. CrimBase1.Text = "Crim Base 1"
  657. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  658. CrimBase1.TextSize = 17
  659.  
  660. Frame_3.Parent = CrimBase1
  661. Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  662. Frame_3.BorderSizePixel = 0
  663. Frame_3.Position = UDim2.new(0, 0, 0, 25)
  664. Frame_3.Size = UDim2.new(0, 97, 0, 5)
  665.  
  666. CrimBase2.Name = "CrimBase2"
  667. CrimBase2.Parent = TPBFrame
  668. CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  669. CrimBase2.BorderColor3 = Color3.new(1, 1, 1)
  670. CrimBase2.BorderSizePixel = 0
  671. CrimBase2.Position = UDim2.new(0, 30, 0, 165)
  672. CrimBase2.Size = UDim2.new(0, 97, 0, 25)
  673. CrimBase2.Font = Enum.Font.SourceSansLight
  674. CrimBase2.FontSize = Enum.FontSize.Size18
  675. CrimBase2.Text = "Crim Base 2"
  676. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  677. CrimBase2.TextSize = 17
  678.  
  679. Frame_4.Parent = CrimBase2
  680. Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  681. Frame_4.BorderSizePixel = 0
  682. Frame_4.Position = UDim2.new(0, 0, 0, 25)
  683. Frame_4.Size = UDim2.new(0, 97, 0, 5)
  684.  
  685. PTP.Name = "PTP"
  686. PTP.Parent = TPBFrame
  687. PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  688. PTP.BorderColor3 = Color3.new(1, 1, 1)
  689. PTP.BorderSizePixel = 0
  690. PTP.Position = UDim2.new(0, 185, 0, 372)
  691. PTP.Size = UDim2.new(0, 97, 0, 27)
  692. PTP.Font = Enum.Font.SourceSansLight
  693. PTP.FontSize = Enum.FontSize.Size18
  694. PTP.Text = "TP to Player"
  695. PTP.TextColor3 = Color3.new(1, 1, 1)
  696. PTP.TextSize = 17
  697.  
  698. Frame_5.Parent = PTP
  699. Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  700. Frame_5.BorderSizePixel = 0
  701. Frame_5.Position = UDim2.new(0, 0, 0, 27)
  702. Frame_5.Size = UDim2.new(0, 97, 0, 3)
  703.  
  704. Helipad1.Name = "Helipad1"
  705. Helipad1.Parent = TPBFrame
  706. Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  707. Helipad1.BorderColor3 = Color3.new(1, 1, 1)
  708. Helipad1.BorderSizePixel = 0
  709. Helipad1.Position = UDim2.new(0, 185, 0, 125)
  710. Helipad1.Size = UDim2.new(0, 97, 0, 25)
  711. Helipad1.Font = Enum.Font.SourceSansLight
  712. Helipad1.FontSize = Enum.FontSize.Size18
  713. Helipad1.Text = "Helipad 1"
  714. Helipad1.TextColor3 = Color3.new(1, 1, 1)
  715. Helipad1.TextSize = 17
  716.  
  717. Frame_6.Parent = Helipad1
  718. Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  719. Frame_6.BorderSizePixel = 0
  720. Frame_6.Position = UDim2.new(0, 0, 0, 25)
  721. Frame_6.Size = UDim2.new(0, 97, 0, 5)
  722.  
  723. Helipad2.Name = "Helipad2"
  724. Helipad2.Parent = TPBFrame
  725. Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  726. Helipad2.BorderColor3 = Color3.new(1, 1, 1)
  727. Helipad2.BorderSizePixel = 0
  728. Helipad2.Position = UDim2.new(0, 185, 0, 165)
  729. Helipad2.Size = UDim2.new(0, 97, 0, 25)
  730. Helipad2.Font = Enum.Font.SourceSansLight
  731. Helipad2.FontSize = Enum.FontSize.Size18
  732. Helipad2.Text = "Helipad 2"
  733. Helipad2.TextColor3 = Color3.new(1, 1, 1)
  734. Helipad2.TextSize = 17
  735.  
  736. Frame_7.Parent = Helipad2
  737. Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  738. Frame_7.BorderSizePixel = 0
  739. Frame_7.Position = UDim2.new(0, 0, 0, 25)
  740. Frame_7.Size = UDim2.new(0, 97, 0, 5)
  741.  
  742. Jail.Name = "Jail"
  743. Jail.Parent = TPBFrame
  744. Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  745. Jail.BorderColor3 = Color3.new(1, 1, 1)
  746. Jail.BorderSizePixel = 0
  747. Jail.Position = UDim2.new(0, 30, 0, 85)
  748. Jail.Size = UDim2.new(0, 97, 0, 25)
  749. Jail.Font = Enum.Font.SourceSansLight
  750. Jail.FontSize = Enum.FontSize.Size18
  751. Jail.Text = "Jail"
  752. Jail.TextColor3 = Color3.new(1, 1, 1)
  753. Jail.TextSize = 17
  754.  
  755. Frame_8.Parent = Jail
  756. Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  757. Frame_8.BorderSizePixel = 0
  758. Frame_8.Position = UDim2.new(0, 0, 0, 25)
  759. Frame_8.Size = UDim2.new(0, 97, 0, 5)
  760.  
  761. Jewlery.Name = "Jewlery"
  762. Jewlery.Parent = TPBFrame
  763. Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  764. Jewlery.BorderColor3 = Color3.new(1, 1, 1)
  765. Jewlery.BorderSizePixel = 0
  766. Jewlery.Position = UDim2.new(0, 185, 0, 245)
  767. Jewlery.Size = UDim2.new(0, 97, 0, 25)
  768. Jewlery.Font = Enum.Font.SourceSansLight
  769. Jewlery.FontSize = Enum.FontSize.Size18
  770. Jewlery.Text = "Jewelry Store"
  771. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  772. Jewlery.TextSize = 17
  773.  
  774. Frame_9.Parent = Jewlery
  775. Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  776. Frame_9.BorderSizePixel = 0
  777. Frame_9.Position = UDim2.new(0, 0, 0, 25)
  778. Frame_9.Size = UDim2.new(0, 97, 0, 5)
  779.  
  780. Police.Name = "Police"
  781. Police.Parent = TPBFrame
  782. Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  783. Police.BorderColor3 = Color3.new(1, 1, 1)
  784. Police.BorderSizePixel = 0
  785. Police.Position = UDim2.new(0, 30, 0, 205)
  786. Police.Size = UDim2.new(0, 97, 0, 25)
  787. Police.Font = Enum.Font.SourceSansLight
  788. Police.FontSize = Enum.FontSize.Size18
  789. Police.Text = "Police HQ"
  790. Police.TextColor3 = Color3.new(1, 1, 1)
  791. Police.TextSize = 17
  792.  
  793. Frame_10.Parent = Police
  794. Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  795. Frame_10.BorderSizePixel = 0
  796. Frame_10.Position = UDim2.new(0, 0, 0, 25)
  797. Frame_10.Size = UDim2.new(0, 97, 0, 5)
  798.  
  799. Vault.Name = "Vault"
  800. Vault.Parent = TPBFrame
  801. Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  802. Vault.BorderColor3 = Color3.new(1, 1, 1)
  803. Vault.BorderSizePixel = 0
  804. Vault.Position = UDim2.new(0, 30, 0, 245)
  805. Vault.Size = UDim2.new(0, 97, 0, 25)
  806. Vault.Font = Enum.Font.SourceSansLight
  807. Vault.FontSize = Enum.FontSize.Size18
  808. Vault.Text = "Bank Vault"
  809. Vault.TextColor3 = Color3.new(1, 1, 1)
  810. Vault.TextSize = 17
  811.  
  812. Frame_11.Parent = Vault
  813. Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  814. Frame_11.BorderSizePixel = 0
  815. Frame_11.Position = UDim2.new(0, 0, 0, 25)
  816. Frame_11.Size = UDim2.new(0, 97, 0, 5)
  817.  
  818. sframe.Name = "sframe"
  819. sframe.Parent = TPBFrame
  820. sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  821. sframe.BorderSizePixel = 0
  822. sframe.Position = UDim2.new(0, 30, 0, 293)
  823. sframe.Size = UDim2.new(0, 252, 0, 70)
  824. sframe.BottomImage = ""
  825. sframe.CanvasSize = UDim2.new(0, 0, 1, 0)
  826. sframe.MidImage = ""
  827. sframe.ScrollBarThickness = 20
  828. sframe.TopImage = ""
  829.  
  830. Garage.Name = "Garage"
  831. Garage.Parent = TPBFrame
  832. Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  833. Garage.BorderColor3 = Color3.new(1, 1, 1)
  834. Garage.BorderSizePixel = 0
  835. Garage.Position = UDim2.new(0, 185, 0, 205)
  836. Garage.Size = UDim2.new(0, 97, 0, 25)
  837. Garage.Font = Enum.Font.SourceSansLight
  838. Garage.FontSize = Enum.FontSize.Size18
  839. Garage.Text = "Garage"
  840. Garage.TextColor3 = Color3.new(1, 1, 1)
  841. Garage.TextSize = 17
  842.  
  843. Frame_12.Parent = Garage
  844. Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  845. Frame_12.BorderSizePixel = 0
  846. Frame_12.Position = UDim2.new(0, 0, 0, 25)
  847. Frame_12.Size = UDim2.new(0, 97, 0, 5)
  848.  
  849. SPlayer.Name = "SPlayer"
  850. SPlayer.Parent = TPBFrame
  851. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  852. SPlayer.BackgroundTransparency = 1
  853. SPlayer.Position = UDim2.new(0, 32, 0, 379)
  854. SPlayer.Size = UDim2.new(0, 138, 0, 17)
  855. SPlayer.Font = Enum.Font.SourceSansLight
  856. SPlayer.FontSize = Enum.FontSize.Size18
  857. SPlayer.Text = "Player:"
  858. SPlayer.TextColor3 = Color3.new(1, 1, 1)
  859. SPlayer.TextSize = 17
  860. SPlayer.TextWrapped = true
  861. SPlayer.TextXAlignment = Enum.TextXAlignment.Left
  862.  
  863. Frame_13.Parent = TPBFrame
  864. Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  865. Frame_13.BorderSizePixel = 0
  866. Frame_13.Position = UDim2.new(0, 30, 0, 360)
  867. Frame_13.Size = UDim2.new(0, 252, 0, 5)
  868.  
  869. Teleports.Name = "Teleports"
  870. Teleports.Parent = UI
  871. Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  872. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  873. Teleports.BorderSizePixel = 0
  874. Teleports.Position = UDim2.new(0, 72, 0, 126)
  875. Teleports.Size = UDim2.new(0, 175, 0, 38)
  876. Teleports.Font = Enum.Font.SourceSansLight
  877. Teleports.FontSize = Enum.FontSize.Size24
  878. Teleports.Text = "Player Teleports"
  879. Teleports.TextColor3 = Color3.new(1, 1, 1)
  880. Teleports.TextSize = 20
  881.  
  882. Frame_14.Parent = Teleports
  883. Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  884. Frame_14.BorderSizePixel = 0
  885. Frame_14.Position = UDim2.new(0, 0, 0, 38)
  886. Frame_14.Size = UDim2.new(0, 175, 0, 5)
  887.  
  888. FBFrame.Name = "FBFrame"
  889. FBFrame.Parent = UI
  890. FBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  891. FBFrame.BackgroundTransparency = 1
  892. FBFrame.Position = UDim2.new(0, 0, 0, 32)
  893. FBFrame.Size = UDim2.new(0, 318, 0, 406)
  894. FBFrame.Visible = false
  895.  
  896. Noclipp.Name = "Noclipp"
  897. Noclipp.Parent = FBFrame
  898. Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  899. Noclipp.BorderColor3 = Color3.new(1, 1, 1)
  900. Noclipp.BorderSizePixel = 0
  901. Noclipp.Position = UDim2.new(0, 110, 0, 181)
  902. Noclipp.Size = UDim2.new(0, 97, 0, 38)
  903. Noclipp.Font = Enum.Font.SourceSansLight
  904. Noclipp.FontSize = Enum.FontSize.Size18
  905. Noclipp.Text = "Enable Noclip"
  906. Noclipp.TextColor3 = Color3.new(1, 1, 1)
  907. Noclipp.TextSize = 17
  908.  
  909. Frame_15.Parent = Noclipp
  910. Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  911. Frame_15.BorderSizePixel = 0
  912. Frame_15.Position = UDim2.new(0, 0, 0, 38)
  913. Frame_15.Size = UDim2.new(0, 97, 0, 5)
  914.  
  915. God.Name = "God"
  916. God.Parent = FBFrame
  917. God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  918. God.BorderColor3 = Color3.new(1, 1, 1)
  919. God.BorderSizePixel = 0
  920. God.Position = UDim2.new(0, 110, 0, 105)
  921. God.Size = UDim2.new(0, 97, 0, 38)
  922. God.Font = Enum.Font.SourceSansLight
  923. God.FontSize = Enum.FontSize.Size18
  924. God.Text = "Godmode"
  925. God.TextColor3 = Color3.new(1, 1, 1)
  926. God.TextSize = 17
  927.  
  928. Frame_16.Parent = God
  929. Frame_16.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  930. Frame_16.BorderSizePixel = 0
  931. Frame_16.Position = UDim2.new(0, 0, 0, 38)
  932. Frame_16.Size = UDim2.new(0, 97, 0, 5)
  933.  
  934. Arrest.Name = "Arrest"
  935. Arrest.Parent = FBFrame
  936. Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  937. Arrest.BorderColor3 = Color3.new(1, 1, 1)
  938. Arrest.BorderSizePixel = 0
  939. Arrest.Position = UDim2.new(0, 110, 0, 257)
  940. Arrest.Size = UDim2.new(0, 97, 0, 38)
  941. Arrest.Font = Enum.Font.SourceSansLight
  942. Arrest.FontSize = Enum.FontSize.Size18
  943. Arrest.Text = "Arrest Spam"
  944. Arrest.TextColor3 = Color3.new(1, 1, 1)
  945. Arrest.TextSize = 17
  946.  
  947. Frame_17.Parent = Arrest
  948. Frame_17.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  949. Frame_17.BorderSizePixel = 0
  950. Frame_17.Position = UDim2.new(0, 0, 0, 38)
  951. Frame_17.Size = UDim2.new(0, 97, 0, 5)
  952.  
  953. cframe.Name = "cframe"
  954. cframe.Parent = UI
  955. cframe.BackgroundColor3 = Color3.new(1, 1, 1)
  956. cframe.BackgroundTransparency = 1
  957. cframe.BorderSizePixel = 0
  958. cframe.Size = UDim2.new(0, 318, 0, 438)
  959. cframe.Visible = false
  960.  
  961. TextLabel.Parent = cframe
  962. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  963. TextLabel.BackgroundTransparency = 1
  964. TextLabel.BorderSizePixel = 0
  965. TextLabel.Position = UDim2.new(0, 23, 0, 103)
  966. TextLabel.Size = UDim2.new(0, 273, 0, 31)
  967. TextLabel.Font = Enum.Font.SourceSansLight
  968. TextLabel.FontSize = Enum.FontSize.Size24
  969. TextLabel.Text = "Design - Excrio"
  970. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  971. TextLabel.TextSize = 20
  972. TextLabel.TextWrapped = true
  973. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  974. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  975.  
  976. TextLabel_2.Parent = cframe
  977. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  978. TextLabel_2.BackgroundTransparency = 1
  979. TextLabel_2.BorderSizePixel = 0
  980. TextLabel_2.Position = UDim2.new(0, 23, 0, 128)
  981. TextLabel_2.Size = UDim2.new(0, 273, 0, 31)
  982. TextLabel_2.Font = Enum.Font.SourceSansLight
  983. TextLabel_2.FontSize = Enum.FontSize.Size24
  984. TextLabel_2.Text = "Code - Excrio"
  985. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  986. TextLabel_2.TextSize = 20
  987. TextLabel_2.TextWrapped = true
  988. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  989. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  990.  
  991. TextLabel_3.Parent = cframe
  992. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  993. TextLabel_3.BackgroundTransparency = 1
  994. TextLabel_3.BorderSizePixel = 0
  995. TextLabel_3.Position = UDim2.new(0, 23, 0, 151)
  996. TextLabel_3.Size = UDim2.new(0, 273, 0, 135)
  997. TextLabel_3.Font = Enum.Font.SourceSansLight
  998. TextLabel_3.FontSize = Enum.FontSize.Size24
  999. TextLabel_3.Text = "Other Credit - To whomever wrote a thread about getPlayers() as I had some trouble updating the loop, thanks for that."
  1000. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1001. TextLabel_3.TextSize = 20
  1002. TextLabel_3.TextWrapped = true
  1003. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  1004. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  1005.  
  1006. TextLabel_4.Parent = cframe
  1007. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1008. TextLabel_4.BackgroundTransparency = 1
  1009. TextLabel_4.BorderSizePixel = 0
  1010. TextLabel_4.Position = UDim2.new(0, 23, 0, 388)
  1011. TextLabel_4.Size = UDim2.new(0, 273, 0, 29)
  1012. TextLabel_4.Font = Enum.Font.SourceSansLight
  1013. TextLabel_4.FontSize = Enum.FontSize.Size24
  1014. TextLabel_4.Text = ""
  1015. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1016. TextLabel_4.TextSize = 20
  1017. TextLabel_4.TextWrapped = true
  1018. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  1019. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  1020.  
  1021. TextLabel_5.Parent = cframe
  1022. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1023. TextLabel_5.BackgroundTransparency = 1
  1024. TextLabel_5.BorderSizePixel = 0
  1025. TextLabel_5.Position = UDim2.new(0, 23, 0, 234)
  1026. TextLabel_5.Size = UDim2.new(0, 273, 0, 30)
  1027. TextLabel_5.Font = Enum.Font.SourceSansLight
  1028. TextLabel_5.FontSize = Enum.FontSize.Size28
  1029. TextLabel_5.Text = "Changelog"
  1030. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1031. TextLabel_5.TextSize = 25
  1032. TextLabel_5.TextWrapped = true
  1033. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  1034. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  1035.  
  1036. TextLabel_6.Parent = cframe
  1037. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1038. TextLabel_6.BackgroundTransparency = 1
  1039. TextLabel_6.BorderSizePixel = 0
  1040. TextLabel_6.Position = UDim2.new(0, 23, 0, 76)
  1041. TextLabel_6.Size = UDim2.new(0, 273, 0, 31)
  1042. TextLabel_6.Font = Enum.Font.SourceSansLight
  1043. TextLabel_6.FontSize = Enum.FontSize.Size28
  1044. TextLabel_6.Text = "Credit"
  1045. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1046. TextLabel_6.TextSize = 25
  1047. TextLabel_6.TextWrapped = true
  1048. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  1049. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  1050.  
  1051. TextLabel_7.Parent = cframe
  1052. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1053. TextLabel_7.BackgroundTransparency = 1
  1054. TextLabel_7.BorderSizePixel = 0
  1055. TextLabel_7.Position = UDim2.new(0, 23, 0, 263)
  1056. TextLabel_7.Size = UDim2.new(0, 273, 0, 31)
  1057. TextLabel_7.Font = Enum.Font.SourceSansLight
  1058. TextLabel_7.FontSize = Enum.FontSize.Size24
  1059. TextLabel_7.Text = "V1.0 - 1.5 Location Teleporting"
  1060. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  1061. TextLabel_7.TextSize = 20
  1062. TextLabel_7.TextWrapped = true
  1063. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  1064. TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top
  1065.  
  1066. TextLabel_8.Parent = cframe
  1067. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  1068. TextLabel_8.BackgroundTransparency = 1
  1069. TextLabel_8.BorderSizePixel = 0
  1070. TextLabel_8.Position = UDim2.new(0, 23, 0, 286)
  1071. TextLabel_8.Size = UDim2.new(0, 273, 0, 31)
  1072. TextLabel_8.Font = Enum.Font.SourceSansLight
  1073. TextLabel_8.FontSize = Enum.FontSize.Size24
  1074. TextLabel_8.Text = "V1.6 - 1.7 Player functions (God, Noclip)"
  1075. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  1076. TextLabel_8.TextSize = 20
  1077. TextLabel_8.TextWrapped = true
  1078. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  1079. TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top
  1080.  
  1081. TextLabel_9.Parent = cframe
  1082. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  1083. TextLabel_9.BackgroundTransparency = 1
  1084. TextLabel_9.BorderSizePixel = 0
  1085. TextLabel_9.Position = UDim2.new(0, 23, 0, 306)
  1086. TextLabel_9.Size = UDim2.new(0, 273, 0, 31)
  1087. TextLabel_9.Font = Enum.Font.SourceSansLight
  1088. TextLabel_9.FontSize = Enum.FontSize.Size24
  1089. TextLabel_9.Text = "V1.8 - 1.9 More player functions (Arrest Spam)"
  1090. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  1091. TextLabel_9.TextSize = 20
  1092. TextLabel_9.TextWrapped = true
  1093. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  1094. TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top
  1095.  
  1096. TextLabel_10.Parent = cframe
  1097. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  1098. TextLabel_10.BackgroundTransparency = 1
  1099. TextLabel_10.BorderSizePixel = 0
  1100. TextLabel_10.Position = UDim2.new(0, 23, 0, 327)
  1101. TextLabel_10.Size = UDim2.new(0, 273, 0, 31)
  1102. TextLabel_10.Font = Enum.Font.SourceSansLight
  1103. TextLabel_10.FontSize = Enum.FontSize.Size24
  1104. TextLabel_10.Text = "V2.0 - V2.4 New UI, drastic bug fixes"
  1105. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  1106. TextLabel_10.TextSize = 20
  1107. TextLabel_10.TextWrapped = true
  1108. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  1109. TextLabel_10.TextYAlignment = Enum.TextYAlignment.Top
  1110.  
  1111. TextLabel_11.Parent = cframe
  1112. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  1113. TextLabel_11.BackgroundTransparency = 1
  1114. TextLabel_11.BorderSizePixel = 0
  1115. TextLabel_11.Position = UDim2.new(0, 23, 0, 351)
  1116. TextLabel_11.Size = UDim2.new(0, 273, 0, 42)
  1117. TextLabel_11.Font = Enum.Font.SourceSansLight
  1118. TextLabel_11.FontSize = Enum.FontSize.Size24
  1119. TextLabel_11.Text = "V2.4 - 2.5 (Current) Another new UI, player teleporting"
  1120. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  1121. TextLabel_11.TextSize = 20
  1122. TextLabel_11.TextWrapped = true
  1123. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  1124. TextLabel_11.TextYAlignment = Enum.TextYAlignment.Top
  1125.  
  1126. Functions.Name = "Functions"
  1127. Functions.Parent = UI
  1128. Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1129. Functions.BorderColor3 = Color3.new(1, 1, 1)
  1130. Functions.BorderSizePixel = 0
  1131. Functions.Position = UDim2.new(0, 72, 0, 219)
  1132. Functions.Size = UDim2.new(0, 175, 0, 38)
  1133. Functions.Font = Enum.Font.SourceSansLight
  1134. Functions.FontSize = Enum.FontSize.Size24
  1135. Functions.Text = "Player Functions"
  1136. Functions.TextColor3 = Color3.new(1, 1, 1)
  1137. Functions.TextSize = 20
  1138.  
  1139. Frame_18.Parent = Functions
  1140. Frame_18.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1141. Frame_18.BorderSizePixel = 0
  1142. Frame_18.Position = UDim2.new(0, 0, 0, 38)
  1143. Frame_18.Size = UDim2.new(0, 175, 0, 5)
  1144.  
  1145. Credits.Name = "Credits"
  1146. Credits.Parent = UI
  1147. Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1148. Credits.BorderColor3 = Color3.new(1, 1, 1)
  1149. Credits.BorderSizePixel = 0
  1150. Credits.Position = UDim2.new(0, 72, 0, 315)
  1151. Credits.Size = UDim2.new(0, 175, 0, 38)
  1152. Credits.Font = Enum.Font.SourceSansLight
  1153. Credits.FontSize = Enum.FontSize.Size24
  1154. Credits.Text = "Credits / Changelog"
  1155. Credits.TextColor3 = Color3.new(1, 1, 1)
  1156. Credits.TextSize = 20
  1157.  
  1158. Frame_19.Parent = Credits
  1159. Frame_19.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1160. Frame_19.BorderSizePixel = 0
  1161. Frame_19.Position = UDim2.new(0, 0, 0, 38)
  1162. Frame_19.Size = UDim2.new(0, 175, 0, 5)
  1163.  
  1164. GoBack.Name = "GoBack"
  1165. GoBack.Parent = UI
  1166. GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1167. GoBack.BackgroundTransparency = 1
  1168. GoBack.BorderColor3 = Color3.new(1, 1, 1)
  1169. GoBack.BorderSizePixel = 0
  1170. GoBack.Position = UDim2.new(0, 0, 0, 400)
  1171. GoBack.Size = UDim2.new(0, 93, 0, 38)
  1172. GoBack.Visible = false
  1173. GoBack.Font = Enum.Font.SourceSansLight
  1174. GoBack.FontSize = Enum.FontSize.Size24
  1175. GoBack.Text = "Go Back"
  1176. GoBack.TextColor3 = Color3.new(1, 1, 1)
  1177. GoBack.TextSize = 20
  1178.  
  1179. Open.Name = "Open"
  1180. Open.Parent = JailbreakBroken
  1181. Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471)
  1182. Open.BackgroundTransparency = 1
  1183. Open.BorderColor3 = Color3.new(1, 1, 1)
  1184. Open.BorderSizePixel = 0
  1185. Open.Position = UDim2.new(0, -105, 0, 632)
  1186. Open.Size = UDim2.new(0, 318, 0, 67)
  1187.  
  1188. OpenGUI.Name = "OpenGUI"
  1189. OpenGUI.Parent = Open
  1190. OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1191. OpenGUI.BorderColor3 = Color3.new(1, 1, 1)
  1192. OpenGUI.BorderSizePixel = 0
  1193. OpenGUI.Position = UDim2.new(0, 93, 0, 15)
  1194. OpenGUI.Size = UDim2.new(0, 97, 0, 38)
  1195. OpenGUI.Font = Enum.Font.SourceSansLight
  1196. OpenGUI.FontSize = Enum.FontSize.Size18
  1197. OpenGUI.Text = "Open GUI"
  1198. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  1199. OpenGUI.TextSize = 17
  1200.  
  1201. Frame_20.Parent = OpenGUI
  1202. Frame_20.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1203. Frame_20.BorderSizePixel = 0
  1204. Frame_20.Position = UDim2.new(0, 0, 0, 38)
  1205. Frame_20.Size = UDim2.new(0, 97, 0, 5)
  1206.  
  1207. -- Teleporting
  1208. Jail.MouseButton1Click:connect(function()
  1209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  1210. end)
  1211.  
  1212. CrimBase1.MouseButton1Click:connect(function()
  1213. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  1214. end)
  1215.  
  1216. CrimBase2.MouseButton1Click:connect(function()
  1217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  1218. end)
  1219.  
  1220. Police.MouseButton1Click:connect(function()
  1221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  1222. end)
  1223.  
  1224. Bank.MouseButton1Click:connect(function()
  1225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  1226. end)
  1227.  
  1228. Helipad1.MouseButton1Click:connect(function()
  1229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0)
  1230. end)
  1231.  
  1232. Helipad2.MouseButton1Click:connect(function()
  1233. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0)
  1234. end)
  1235.  
  1236. Garage.MouseButton1Click:connect(function()
  1237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  1238. end)
  1239.  
  1240. Vault.MouseButton1Click:connect(function()
  1241. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  1242. end)
  1243.  
  1244. Jewlery.MouseButton1Click:connect(function()
  1245. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  1246. end)
  1247.  
  1248. -- Player Teleporting
  1249.  
  1250. local PLR = game:GetService("Players").LocalPlayer
  1251.  
  1252. local Players = game.Players:GetPlayers()
  1253.  
  1254. local Selected1 = game.CoreGui.JailbreakBroken.UI.TPBFrame.SPlayer
  1255.  
  1256. val.Name = "Selected"
  1257.  
  1258. function alphabetize(p1, p2)
  1259. local Player1 = p1.Name:lower()
  1260. local P1 = Player1:sub(1, 1):byte()
  1261. local Player2 = p2.Name:lower()
  1262. local P2 = Player2:sub(1, 1):byte()
  1263.  
  1264.  
  1265. if P1 < P2 then return true else return false end
  1266. end
  1267. table.sort(Players, alphabetize)
  1268.  
  1269. for i = 1, #Players do
  1270. local p = Players[i]
  1271. if p ~= PLR then
  1272. local btn = Instance.new("TextButton", sframe)
  1273. btn.Name = p.Name
  1274. btn.Text = p.Name
  1275. btn.Size = UDim2.new(0, 260, 0, 25)
  1276. btn.Font = Enum.Font.Highway
  1277. btn.FontSize = Enum.FontSize.Size14
  1278. btn.TextColor3 = Color3.new(255, 255, 255)
  1279. btn.BackgroundTransparency = 1
  1280. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  1281. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  1282. btn.MouseButton1Click:connect(function()
  1283. val.Value = p
  1284. Selected1.Text = "Player: "..p.Name
  1285. end)
  1286.  
  1287. end
  1288. end
  1289.  
  1290. function update()
  1291.  
  1292. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  1293.  
  1294. local plrs = game.Players:GetPlayers()
  1295. table.sort(plrs, alphabetize)
  1296.  
  1297. for i = 1, #plrs do
  1298.  
  1299. local p = plrs[i]
  1300. if p ~= PLR then
  1301.  
  1302. local btn = Instance.new("TextButton", sframe)
  1303. btn.Text = p.Name
  1304. btn.Size = UDim2.new(0, 260, 0, 25)
  1305. btn.Font = Enum.Font.Highway
  1306. btn.FontSize = Enum.FontSize.Size14
  1307. btn.TextColor3 = Color3.new(255, 255, 255)
  1308. btn.BackgroundTransparency = 1
  1309. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  1310.  
  1311. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  1312.  
  1313. btn.MouseButton1Click:connect(function()
  1314. val.Value = p
  1315. SPlayer.Text = "Player: "..p.Name
  1316. end)
  1317.  
  1318. end
  1319. end
  1320.  
  1321. end
  1322. game.Players.PlayerAdded:connect(update)
  1323. game.Players.PlayerRemoving:connect(update)
  1324.  
  1325. -- Functions
  1326.  
  1327. function getPlayer()
  1328. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  1329. end
  1330.  
  1331. PTP.MouseButton1Click:connect(function()
  1332. local p = getPlayer()
  1333. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1334. else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end
  1335. end)
  1336.  
  1337. noclip = false
  1338. game:GetService('RunService').Stepped:connect(function()
  1339. if noclip then
  1340. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1341. end
  1342. end)
  1343.  
  1344. Noclipp.MouseButton1Click:connect(function()
  1345. noclip = not noclip
  1346. if Noclipp.Text == "Enable Noclip" then
  1347. Noclipp.Text = "Disable Noclip"
  1348. else
  1349. Noclipp.Text = "Enable Noclip"
  1350. end
  1351. end)
  1352.  
  1353. God.MouseButton1Click:connect(function()
  1354. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1355. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1356. l.Parent = game.Players.LocalPlayer.Character
  1357. l.Name = "Humanoid"
  1358. wait(0.1)
  1359. game.Players.LocalPlayer.Character["1"]:Destroy()
  1360. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1361. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1362. wait(0.1)
  1363. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1364. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1365. end)
  1366.  
  1367. Arrest.MouseButton1Click:connect(function()
  1368. local Player = game.Players.LocalPlayer
  1369. wait(0.5)
  1370. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  1371. repeat
  1372. wait()
  1373. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1374. until v.Team.Name ~= "Criminal"
  1375. end
  1376. end)
  1377.  
  1378.  
  1379. local frame = game.CoreGui.JailbreakBroken:WaitForChild('UI')
  1380. OpenGUI.MouseButton1Down:connect(function()
  1381. frame.Visible = not frame.Visible
  1382. if frame.Visible == true then
  1383. OpenGUI.Text = "Close GUI"
  1384. elseif
  1385. frame.Visible == false then
  1386. OpenGUI.Text = "Open GUI"
  1387. end
  1388. end)
  1389.  
  1390. Teleports.MouseButton1Click:connect(function()
  1391. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = true
  1392. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  1393. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  1394. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  1395. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  1396. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  1397. end)
  1398.  
  1399. Functions.MouseButton1Click:connect(function()
  1400. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = true
  1401. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  1402. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  1403. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  1404. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  1405. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  1406. end)
  1407.  
  1408. GoBack.MouseButton1Click:connect(function()
  1409. GoBack.Visible = false
  1410. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  1411. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = false
  1412. Teleports.Visible = true
  1413. Functions.Visible = true
  1414. Credits.Visible = true
  1415. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  1416. end)
  1417. Credits.MouseButton1Click:connect(function()
  1418. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  1419. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  1420. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  1421. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  1422. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  1423. game.CoreGui.JailbreakBroken.UI.cframe.Visible = true
  1424. end)
  1425. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement