Advertisement
Vzurxy

Untitled

Aug 7th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.08 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PrisonLife = Instance.new("ScreenGui")
  4. local Topbar = Instance.new("TextLabel")
  5. local MainFrame = Instance.new("Frame")
  6. local Frame4 = Instance.new("Frame")
  7. local ESP = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local SuperPunch = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local Noclip = Instance.new("TextButton")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local LA = Instance.new("TextButton")
  14. local TextLabel_4 = Instance.new("TextLabel")
  15. local KillAura = Instance.new("TextButton")
  16. local TextLabel_5 = Instance.new("TextLabel")
  17. local ClickTp = Instance.new("TextButton")
  18. local TextLabel_6 = Instance.new("TextLabel")
  19. local BPT = Instance.new("TextButton")
  20. local TextLabel_7 = Instance.new("TextLabel")
  21. local ArrestAura = Instance.new("TextButton")
  22. local TextLabel_8 = Instance.new("TextLabel")
  23. local Frame2 = Instance.new("Frame")
  24. local Tp1 = Instance.new("TextButton")
  25. local Tp5 = Instance.new("TextButton")
  26. local Tp10 = Instance.new("TextButton")
  27. local Tp9 = Instance.new("TextButton")
  28. local Tp6 = Instance.new("TextButton")
  29. local Tp2 = Instance.new("TextButton")
  30. local Tp3 = Instance.new("TextButton")
  31. local Tp4 = Instance.new("TextButton")
  32. local Tp8 = Instance.new("TextButton")
  33. local Players = Instance.new("ScrollingFrame")
  34. local Player = Instance.new("TextButton")
  35. local Frame3 = Instance.new("Frame")
  36. local M9 = Instance.new("TextButton")
  37. local Ak47 = Instance.new("TextButton")
  38. local Shotgun = Instance.new("TextButton")
  39. local M4A1 = Instance.new("TextButton")
  40. local Knife = Instance.new("TextButton")
  41. local Mirror = Instance.new("TextButton")
  42. local Frame1 = Instance.new("ScrollingFrame")
  43. local BT = Instance.new("TextButton")
  44. local God = Instance.new("TextButton")
  45. local LOCK = Instance.new("TextButton")
  46. local QuickEscape = Instance.new("TextButton")
  47. local RemDoors = Instance.new("TextButton")
  48. local TPArrest = Instance.new("TextButton")
  49. local TpCar = Instance.new("TextButton")
  50. local Value = Instance.new("TextBox")
  51. local WS = Instance.new("TextButton")
  52. local melee = Instance.new("TextButton")
  53. local PlayerNameBox = Instance.new("TextBox")
  54. local ArrestPlr = Instance.new("TextButton")
  55. local KillAll = Instance.new("TextButton")
  56. local HeadTp = Instance.new("TextButton")
  57. local KillPlr = Instance.new("TextButton")
  58. local TeamC1 = Instance.new("TextButton")
  59. local TeamC2 = Instance.new("TextButton")
  60. local TeamC3 = Instance.new("TextButton")
  61. local Blackout = Instance.new("Frame")
  62. local SettingsTab = Instance.new("Frame")
  63. local Hotkeys = Instance.new("ScrollingFrame")
  64. local Hotkey1 = Instance.new("Frame")
  65. local HotkeyLabel = Instance.new("TextLabel")
  66. local Hotkey = Instance.new("TextBox")
  67. local Menu = Instance.new("Frame")
  68. local Functions = Instance.new("TextButton")
  69. local MenuB = Instance.new("TextButton")
  70. local Guns = Instance.new("TextButton")
  71. local Togglables = Instance.new("TextButton")
  72. local Teleports = Instance.new("TextButton")
  73. local Settings = Instance.new("TextButton")
  74. local Open = Instance.new("TextButton")
  75. local LoginScreen = Instance.new("Frame")
  76. local LoginButton = Instance.new("TextButton")
  77. local LoginDesc = Instance.new("TextLabel")
  78. local LoginTitle = Instance.new("TextLabel")
  79.  
  80. -- Properties
  81.  
  82. PrisonLife.Name = "PrisonLife"
  83. PrisonLife.Parent = game.Players.LocalPlayer.PlayerGui
  84. PrisonLife.ResetOnSpawn = false
  85.  
  86. Topbar.Name = "Topbar"
  87. Topbar.Parent = PrisonLife
  88. Topbar.Active = true
  89. Topbar.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  90. Topbar.Draggable = true
  91. Topbar.Position = UDim2.new(0, 800, 0, 200)
  92. Topbar.Size = UDim2.new(0, 500, 0, 25)
  93. Topbar.Visible = false
  94. Topbar.Font = Enum.Font.SourceSans
  95. Topbar.Text = "Prison Life v2.0.2"
  96. Topbar.TextColor3 = Color3.new(1, 1, 1)
  97. Topbar.TextScaled = true
  98. Topbar.TextSize = 14
  99. Topbar.TextWrapped = true
  100. Topbar.BorderSizePixel = 0
  101.  
  102. MainFrame.Name = "MainFrame"
  103. MainFrame.Parent = Topbar
  104. MainFrame.Active = true
  105. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  106. MainFrame.BackgroundTransparency = 1
  107. MainFrame.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  108. MainFrame.BorderSizePixel = 0
  109. MainFrame.Position = UDim2.new(0, 0, 0, 25)
  110. MainFrame.Size = UDim2.new(0, 500, 0, 300)
  111. MainFrame.BorderSizePixel = 0
  112.  
  113. SettingsTab.Name = "SettingsTab"
  114. SettingsTab.Parent = MainFrame
  115. SettingsTab.BackgroundColor3 = Color3.new(1, 1, 1)
  116. SettingsTab.BorderSizePixel = 0
  117. SettingsTab.Selectable = true
  118. SettingsTab.Size = UDim2.new(0, 500, 0, 300)
  119.  
  120. Frame4.Name = "Frame4"
  121. Frame4.Parent = MainFrame
  122. Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Frame4.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  124. Frame4.BorderSizePixel = 0
  125. Frame4.Size = UDim2.new(0, 500, 0, 300)
  126.  
  127. ESP.Name = "ESP"
  128. ESP.Parent = Frame4
  129. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  130. ESP.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  131. ESP.BorderSizePixel = 5
  132. ESP.Position = UDim2.new(0, 170, 0, 40)
  133. ESP.Size = UDim2.new(0, 25, 0, 25)
  134. ESP.Font = Enum.Font.SourceSans
  135. ESP.Text = ""
  136. ESP.TextSize = 14
  137.  
  138. TextLabel.Parent = ESP
  139. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  140. TextLabel.BorderSizePixel = 0
  141. TextLabel.Position = UDim2.new(0, 35, 0, 0)
  142. TextLabel.Size = UDim2.new(0, 110, 0, 25)
  143. TextLabel.Font = Enum.Font.SourceSansBold
  144. TextLabel.Text = "Player ESP"
  145. TextLabel.TextScaled = true
  146. TextLabel.TextSize = 50
  147. TextLabel.TextWrapped = true
  148. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  149.  
  150. SuperPunch.Name = "Super Punch"
  151. SuperPunch.Parent = Frame4
  152. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  153. SuperPunch.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  154. SuperPunch.BorderSizePixel = 5
  155. SuperPunch.Position = UDim2.new(0, 10, 0, 240)
  156. SuperPunch.Size = UDim2.new(0, 25, 0, 25)
  157. SuperPunch.Font = Enum.Font.SourceSans
  158. SuperPunch.Text = ""
  159. SuperPunch.TextSize = 14
  160. SuperPunch.TextXAlignment = Enum.TextXAlignment.Left
  161.  
  162. TextLabel_2.Parent = SuperPunch
  163. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TextLabel_2.BorderSizePixel = 0
  165. TextLabel_2.Position = UDim2.new(0, 35, 0, 0)
  166. TextLabel_2.Size = UDim2.new(0, 110, 0, 25)
  167. TextLabel_2.Font = Enum.Font.SourceSansBold
  168. TextLabel_2.Text = "Super Punch"
  169. TextLabel_2.TextScaled = true
  170. TextLabel_2.TextSize = 50
  171. TextLabel_2.TextWrapped = true
  172.  
  173. Noclip.Name = "Noclip"
  174. Noclip.Parent = Frame4
  175. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  176. Noclip.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  177. Noclip.BorderSizePixel = 5
  178. Noclip.Position = UDim2.new(0, 10, 0, 80)
  179. Noclip.Size = UDim2.new(0, 25, 0, 25)
  180. Noclip.Font = Enum.Font.SourceSans
  181. Noclip.Text = ""
  182. Noclip.TextSize = 14
  183.  
  184. TextLabel_3.Parent = Noclip
  185. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  186. TextLabel_3.BorderSizePixel = 0
  187. TextLabel_3.Position = UDim2.new(0, 35, 0, 0)
  188. TextLabel_3.Size = UDim2.new(0, 75, 0, 25)
  189. TextLabel_3.Font = Enum.Font.SourceSansBold
  190. TextLabel_3.Text = "Noclip"
  191. TextLabel_3.TextScaled = true
  192. TextLabel_3.TextSize = 50
  193. TextLabel_3.TextWrapped = true
  194. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  195.  
  196. LA.Name = "Airwalk"
  197. LA.Parent = Frame4
  198. LA.BackgroundColor3 = Color3.new(1, 1, 1)
  199. LA.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  200. LA.BorderSizePixel = 5
  201. LA.Position = UDim2.new(0, 10, 0, 120)
  202. LA.Size = UDim2.new(0, 25, 0, 25)
  203. LA.Font = Enum.Font.SourceSans
  204. LA.Text = ""
  205. LA.TextSize = 14
  206.  
  207. TextLabel_4.Parent = LA
  208. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  209. TextLabel_4.BorderSizePixel = 0
  210. TextLabel_4.Position = UDim2.new(0, 35, 0, 0)
  211. TextLabel_4.Size = UDim2.new(0, 110, 0, 25)
  212. TextLabel_4.Font = Enum.Font.SourceSansBold
  213. TextLabel_4.Text = "Air Walk"
  214. TextLabel_4.TextScaled = true
  215. TextLabel_4.TextSize = 50
  216. TextLabel_4.TextWrapped = true
  217. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  218.  
  219. KillAura.Name = "KillAura"
  220. KillAura.Parent = Frame4
  221. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  222. KillAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  223. KillAura.BorderSizePixel = 5
  224. KillAura.Position = UDim2.new(0, 10, 0, 200)
  225. KillAura.Size = UDim2.new(0, 25, 0, 25)
  226. KillAura.Font = Enum.Font.SourceSans
  227. KillAura.Text = ""
  228. KillAura.TextSize = 14
  229.  
  230. TextLabel_5.Parent = KillAura
  231. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  232. TextLabel_5.BorderSizePixel = 0
  233. TextLabel_5.Position = UDim2.new(0, 35, 0, 0)
  234. TextLabel_5.Size = UDim2.new(0, 100, 0, 25)
  235. TextLabel_5.Font = Enum.Font.SourceSansBold
  236. TextLabel_5.Text = "Kill Aura"
  237. TextLabel_5.TextScaled = true
  238. TextLabel_5.TextSize = 50
  239. TextLabel_5.TextWrapped = true
  240. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  241.  
  242. ClickTp.Name = "Click Tp"
  243. ClickTp.Parent = Frame4
  244. ClickTp.BackgroundColor3 = Color3.new(1, 1, 1)
  245. ClickTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  246. ClickTp.BorderSizePixel = 5
  247. ClickTp.Position = UDim2.new(0, 10, 0, 40)
  248. ClickTp.Size = UDim2.new(0, 25, 0, 25)
  249. ClickTp.Font = Enum.Font.SourceSans
  250. ClickTp.Text = ""
  251. ClickTp.TextSize = 14
  252.  
  253. TextLabel_6.Parent = ClickTp
  254. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  255. TextLabel_6.BorderSizePixel = 0
  256. TextLabel_6.Position = UDim2.new(0, 35, 0, 0)
  257. TextLabel_6.Size = UDim2.new(0, 75, 0, 25)
  258. TextLabel_6.Font = Enum.Font.SourceSansBold
  259. TextLabel_6.Text = "ClickTp"
  260. TextLabel_6.TextScaled = true
  261. TextLabel_6.TextSize = 50
  262. TextLabel_6.TextWrapped = true
  263. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  264.  
  265. BPT.Name = "Taser Bypass"
  266. BPT.Parent = Frame4
  267. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  268. BPT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  269. BPT.BorderSizePixel = 5
  270. BPT.Position = UDim2.new(0, 170, 0, 80)
  271. BPT.Size = UDim2.new(0, 25, 0, 25)
  272. BPT.Font = Enum.Font.SourceSans
  273. BPT.Text = ""
  274. BPT.TextSize = 14
  275.  
  276. TextLabel_7.Parent = BPT
  277. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  278. TextLabel_7.BorderSizePixel = 0
  279. TextLabel_7.Position = UDim2.new(0, 35, 0, 0)
  280. TextLabel_7.Size = UDim2.new(0, 100, 0, 25)
  281. TextLabel_7.Font = Enum.Font.SourceSansBold
  282. TextLabel_7.Text = "Taser Bypass"
  283. TextLabel_7.TextScaled = true
  284. TextLabel_7.TextSize = 50
  285. TextLabel_7.TextWrapped = true
  286. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  287.  
  288. ArrestAura.Name = "Arrest Aura"
  289. ArrestAura.Parent = Frame4
  290. ArrestAura.BackgroundColor3 = Color3.new(1, 1, 1)
  291. ArrestAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  292. ArrestAura.BorderSizePixel = 5
  293. ArrestAura.Position = UDim2.new(0, 10, 0, 160)
  294. ArrestAura.Size = UDim2.new(0, 25, 0, 25)
  295. ArrestAura.Font = Enum.Font.SourceSans
  296. ArrestAura.Text = ""
  297. ArrestAura.TextSize = 14
  298.  
  299. TextLabel_8.Parent = ArrestAura
  300. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  301. TextLabel_8.BorderSizePixel = 0
  302. TextLabel_8.Position = UDim2.new(0, 35, 0, 0)
  303. TextLabel_8.Size = UDim2.new(0, 100, 0, 25)
  304. TextLabel_8.Font = Enum.Font.SourceSansBold
  305. TextLabel_8.Text = "Arrest Aura"
  306. TextLabel_8.TextScaled = true
  307. TextLabel_8.TextSize = 50
  308. TextLabel_8.TextWrapped = true
  309. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  310.  
  311. Frame2.Name = "Frame2"
  312. Frame2.Parent = MainFrame
  313. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  314. Frame2.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  315. Frame2.BorderSizePixel = 0
  316. Frame2.Size = UDim2.new(0, 500, 0, 300)
  317. Frame2.Visible = false
  318.  
  319. Tp1.Name = "Tp1"
  320. Tp1.Parent = Frame2
  321. Tp1.BackgroundColor3 = Color3.new(1, 1, 1)
  322. Tp1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  323. Tp1.BorderSizePixel = 4
  324. Tp1.Position = UDim2.new(0, 180, 0, 140)
  325. Tp1.Size = UDim2.new(0, 150, 0, 35)
  326. Tp1.Font = Enum.Font.SourceSans
  327. Tp1.Text = "Quick Escape"
  328. Tp1.TextScaled = true
  329. Tp1.TextSize = 14
  330. Tp1.TextWrapped = true
  331.  
  332. Tp5.Name = "Tp5"
  333. Tp5.Parent = Frame2
  334. Tp5.BackgroundColor3 = Color3.new(1, 1, 1)
  335. Tp5.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  336. Tp5.BorderSizePixel = 4
  337. Tp5.Position = UDim2.new(0, 180, 0, 90)
  338. Tp5.Size = UDim2.new(0, 150, 0, 35)
  339. Tp5.Font = Enum.Font.SourceSans
  340. Tp5.Text = "Guards Room"
  341. Tp5.TextScaled = true
  342. Tp5.TextSize = 14
  343. Tp5.TextWrapped = true
  344.  
  345. Tp10.Name = "Tp10"
  346. Tp10.Parent = Frame2
  347. Tp10.BackgroundColor3 = Color3.new(1, 1, 1)
  348. Tp10.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  349. Tp10.BorderSizePixel = 4
  350. Tp10.Position = UDim2.new(0, 180, 0, 190)
  351. Tp10.Size = UDim2.new(0, 150, 0, 35)
  352. Tp10.Font = Enum.Font.SourceSans
  353. Tp10.Text = "Cells"
  354. Tp10.TextScaled = true
  355. Tp10.TextSize = 14
  356. Tp10.TextWrapped = true
  357.  
  358. Tp9.Name = "Tp9"
  359. Tp9.Parent = Frame2
  360. Tp9.BackgroundColor3 = Color3.new(1, 1, 1)
  361. Tp9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  362. Tp9.BorderSizePixel = 4
  363. Tp9.Position = UDim2.new(0, 180, 0, 40)
  364. Tp9.Size = UDim2.new(0, 150, 0, 35)
  365. Tp9.Font = Enum.Font.SourceSans
  366. Tp9.Text = "Teleport To Player"
  367. Tp9.TextScaled = true
  368. Tp9.TextSize = 14
  369. Tp9.TextWrapped = true
  370.  
  371. Tp6.Name = "Tp6"
  372. Tp6.Parent = Frame2
  373. Tp6.BackgroundColor3 = Color3.new(1, 1, 1)
  374. Tp6.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  375. Tp6.BorderSizePixel = 4
  376. Tp6.Position = UDim2.new(0, 10, 0, 190)
  377. Tp6.Size = UDim2.new(0, 150, 0, 35)
  378. Tp6.Font = Enum.Font.SourceSans
  379. Tp6.Text = "Cafeteria"
  380. Tp6.TextScaled = true
  381. Tp6.TextSize = 14
  382. Tp6.TextWrapped = true
  383.  
  384. Tp2.Name = "Tp2"
  385. Tp2.Parent = Frame2
  386. Tp2.BackgroundColor3 = Color3.new(1, 1, 1)
  387. Tp2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  388. Tp2.BorderSizePixel = 4
  389. Tp2.Position = UDim2.new(0, 10, 0, 90)
  390. Tp2.Size = UDim2.new(0, 150, 0, 35)
  391. Tp2.Font = Enum.Font.SourceSans
  392. Tp2.Text = "Country Yard"
  393. Tp2.TextScaled = true
  394. Tp2.TextSize = 14
  395. Tp2.TextWrapped = true
  396.  
  397. Tp3.Name = "Tp3"
  398. Tp3.Parent = Frame2
  399. Tp3.BackgroundColor3 = Color3.new(1, 1, 1)
  400. Tp3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  401. Tp3.BorderSizePixel = 4
  402. Tp3.Position = UDim2.new(0, 180, 0, 240)
  403. Tp3.Size = UDim2.new(0, 150, 0, 35)
  404. Tp3.Font = Enum.Font.SourceSans
  405. Tp3.Text = "Criminal Base"
  406. Tp3.TextScaled = true
  407. Tp3.TextSize = 14
  408. Tp3.TextWrapped = true
  409.  
  410. Tp4.Name = "Tp4"
  411. Tp4.Parent = Frame2
  412. Tp4.BackgroundColor3 = Color3.new(1, 1, 1)
  413. Tp4.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  414. Tp4.BorderSizePixel = 4
  415. Tp4.Position = UDim2.new(0, 10, 0, 140)
  416. Tp4.Size = UDim2.new(0, 150, 0, 35)
  417. Tp4.Font = Enum.Font.SourceSans
  418. Tp4.Text = "Camping Tower"
  419. Tp4.TextScaled = true
  420. Tp4.TextSize = 14
  421. Tp4.TextWrapped = true
  422.  
  423. Tp8.Name = "Tp8"
  424. Tp8.Parent = Frame2
  425. Tp8.BackgroundColor3 = Color3.new(1, 1, 1)
  426. Tp8.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  427. Tp8.BorderSizePixel = 4
  428. Tp8.Position = UDim2.new(0, 10, 0, 240)
  429. Tp8.Size = UDim2.new(0, 150, 0, 35)
  430. Tp8.Font = Enum.Font.SourceSans
  431. Tp8.Text = "Secret room"
  432. Tp8.TextScaled = true
  433. Tp8.TextSize = 14
  434. Tp8.TextWrapped = true
  435.  
  436. Players.Name = "Players"
  437. Players.Parent = Frame2
  438. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  439. Players.Position = UDim2.new(0, 350, 0, 0)
  440. Players.Size = UDim2.new(0, 150, 0, 290)
  441.  
  442. Player.Name = "Player"
  443. Player.Parent = Frame2
  444. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  445. Player.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  446. Player.BorderSizePixel = 4
  447. Player.Position = UDim2.new(0, 10, 0, 40)
  448. Player.Size = UDim2.new(0, 150, 0, 35)
  449. Player.Font = Enum.Font.SourceSans
  450. Player.Text = "Player"
  451. Player.TextScaled = true
  452. Player.TextSize = 14
  453. Player.TextWrapped = true
  454.  
  455. Frame3.Name = "Frame3"
  456. Frame3.Parent = MainFrame
  457. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  458. Frame3.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  459. Frame3.BorderSizePixel = 0
  460. Frame3.Size = UDim2.new(0, 500, 0, 300)
  461. Frame3.Visible = false
  462.  
  463. M9.Name = "M9"
  464. M9.Parent = Frame3
  465. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  466. M9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  467. M9.BorderSizePixel = 4
  468. M9.Position = UDim2.new(0, 10, 0, 40)
  469. M9.Size = UDim2.new(0, 200, 0, 70)
  470. M9.Font = Enum.Font.SourceSans
  471. M9.Text = "Tp M9"
  472. M9.TextScaled = true
  473. M9.TextSize = 14
  474. M9.TextWrapped = true
  475.  
  476. Ak47.Name = "Ak47"
  477. Ak47.Parent = Frame3
  478. Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  479. Ak47.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  480. Ak47.BorderSizePixel = 4
  481. Ak47.Position = UDim2.new(0, 10, 0, 200)
  482. Ak47.Size = UDim2.new(0, 200, 0, 70)
  483. Ak47.Font = Enum.Font.SourceSans
  484. Ak47.Text = "Give Ak-47"
  485. Ak47.TextScaled = true
  486. Ak47.TextSize = 14
  487. Ak47.TextWrapped = true
  488.  
  489. Shotgun.Name = "Shotgun"
  490. Shotgun.Parent = Frame3
  491. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  492. Shotgun.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  493. Shotgun.BorderSizePixel = 4
  494. Shotgun.Position = UDim2.new(0, 10, 0, 120)
  495. Shotgun.Size = UDim2.new(0, 200, 0, 70)
  496. Shotgun.Font = Enum.Font.SourceSans
  497. Shotgun.Text = "Give Remington"
  498. Shotgun.TextScaled = true
  499. Shotgun.TextSize = 14
  500. Shotgun.TextWrapped = true
  501.  
  502. M4A1.Name = "M4A1"
  503. M4A1.Parent = Frame3
  504. M4A1.BackgroundColor3 = Color3.new(1, 1, 1)
  505. M4A1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  506. M4A1.BorderSizePixel = 4
  507. M4A1.Position = UDim2.new(0, 290, 0, 40)
  508. M4A1.Size = UDim2.new(0, 200, 0, 70)
  509. M4A1.Font = Enum.Font.SourceSans
  510. M4A1.Text = "Give M4A1"
  511. M4A1.TextScaled = true
  512. M4A1.TextSize = 14
  513. M4A1.TextWrapped = true
  514.  
  515. Knife.Name = "Knife"
  516. Knife.Parent = Frame3
  517. Knife.BackgroundColor3 = Color3.new(1, 1, 1)
  518. Knife.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  519. Knife.BorderSizePixel = 4
  520. Knife.Position = UDim2.new(0, 290, 0, 120)
  521. Knife.Size = UDim2.new(0, 200, 0, 70)
  522. Knife.Font = Enum.Font.SourceSans
  523. Knife.Text = "Give All Guns"
  524. Knife.TextScaled = true
  525. Knife.TextSize = 14
  526. Knife.TextWrapped = true
  527.  
  528. Mirror.Name = "Mirror"
  529. Mirror.BackgroundColor3 = Color3.new(1, 1, 1)
  530. Mirror.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  531. Mirror.BorderSizePixel = 4
  532. Mirror.Position = UDim2.new(0, 290, 0, 200)
  533. Mirror.Size = UDim2.new(0, 200, 0, 70)
  534. Mirror.Font = Enum.Font.SourceSans
  535. Mirror.Text = "Give All Melee Weapons"
  536. Mirror.TextScaled = true
  537. Mirror.TextSize = 14
  538. Mirror.TextWrapped = true
  539.  
  540. Frame1.Name = "Frame1"
  541. Frame1.Parent = MainFrame
  542. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  543. Frame1.BorderColor3 = Color3.new(0.219608, 0.34902, 0.439216)
  544. Frame1.BorderSizePixel = 0
  545. Frame1.Selectable = false
  546. Frame1.Size = UDim2.new(0, 500, 0, 300)
  547. Frame1.Visible = false
  548. Frame1.CanvasSize = UDim2.new(0, 0, 1, 40)
  549. Frame1.ScrollBarThickness = 0
  550.  
  551. BT.Name = "BT"
  552. BT.Parent = Frame1
  553. BT.BackgroundColor3 = Color3.new(1, 1, 1)
  554. BT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  555. BT.BorderSizePixel = 4
  556. BT.Position = UDim2.new(0, 180, 0, 140)
  557. BT.Size = UDim2.new(0, 150, 0, 35)
  558. BT.Font = Enum.Font.SourceSans
  559. BT.Text = "Btools"
  560. BT.TextScaled = true
  561. BT.TextSize = 14
  562. BT.TextWrapped = true
  563.  
  564. God.Name = "God"
  565. God.Parent = Frame1
  566. God.BackgroundColor3 = Color3.new(1, 1, 1)
  567. God.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  568. God.BorderSizePixel = 4
  569. God.Position = UDim2.new(0, 10, 0, 90)
  570. God.Size = UDim2.new(0, 150, 0, 35)
  571. God.Font = Enum.Font.SourceSans
  572. God.Text = "God Mode"
  573. God.TextScaled = true
  574. God.TextSize = 14
  575. God.TextWrapped = true
  576.  
  577. LOCK.Name = "LOCK"
  578. LOCK.Parent = Frame1
  579. LOCK.BackgroundColor3 = Color3.new(1, 1, 1)
  580. LOCK.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  581. LOCK.BorderSizePixel = 4
  582. LOCK.Position = UDim2.new(0, 10, 0, 40)
  583. LOCK.Size = UDim2.new(0, 150, 0, 35)
  584. LOCK.Font = Enum.Font.SourceSans
  585. LOCK.Text = "Respawn(only when using godmode)"
  586. LOCK.TextScaled = true
  587. LOCK.TextSize = 14
  588. LOCK.TextWrapped = true
  589.  
  590. QuickEscape.Name = "QuickEscape"
  591. QuickEscape.Parent = Frame1
  592. QuickEscape.BackgroundColor3 = Color3.new(1, 1, 1)
  593. QuickEscape.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  594. QuickEscape.BorderSizePixel = 4
  595. QuickEscape.Position = UDim2.new(0, 10, 0, 140)
  596. QuickEscape.Size = UDim2.new(0, 150, 0, 35)
  597. QuickEscape.Font = Enum.Font.SourceSans
  598. QuickEscape.Text = "Quick Escape"
  599. QuickEscape.TextScaled = true
  600. QuickEscape.TextSize = 14
  601. QuickEscape.TextWrapped = true
  602.  
  603. RemDoors.Name = "RemDoors"
  604. RemDoors.Parent = Frame1
  605. RemDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  606. RemDoors.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  607. RemDoors.BorderSizePixel = 4
  608. RemDoors.Position = UDim2.new(0, 180, 0, 90)
  609. RemDoors.Size = UDim2.new(0, 150, 0, 35)
  610. RemDoors.Font = Enum.Font.SourceSans
  611. RemDoors.Text = "Remove Doors"
  612. RemDoors.TextScaled = true
  613. RemDoors.TextSize = 14
  614. RemDoors.TextWrapped = true
  615.  
  616. TPArrest.Name = "TPArrest"
  617. TPArrest.Parent = Frame1
  618. TPArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  619. TPArrest.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  620. TPArrest.BorderSizePixel = 4
  621. TPArrest.Position = UDim2.new(0, 180, 0, 190)
  622. TPArrest.Size = UDim2.new(0, 150, 0, 35)
  623. TPArrest.Font = Enum.Font.SourceSans
  624. TPArrest.Text = "Auto Arrest Current Criminals"
  625. TPArrest.TextScaled = true
  626. TPArrest.TextSize = 14
  627. TPArrest.TextWrapped = true
  628.  
  629. TpCar.Name = "TpCar"
  630. TpCar.Parent = Frame1
  631. TpCar.BackgroundColor3 = Color3.new(1, 1, 1)
  632. TpCar.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  633. TpCar.BorderSizePixel = 4
  634. TpCar.Position = UDim2.new(0, 10, 0, 190)
  635. TpCar.Size = UDim2.new(0, 150, 0, 35)
  636. TpCar.Font = Enum.Font.SourceSans
  637. TpCar.Text = "Change Jumppower"
  638. TpCar.TextScaled = true
  639. TpCar.TextSize = 14
  640. TpCar.TextWrapped = true
  641.  
  642. Value.Name = "Value"
  643. Value.Parent = Frame1
  644. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  645. Value.BorderColor3 = Color3.new(0, 0, 0)
  646. Value.BorderSizePixel = 4
  647. Value.Position = UDim2.new(0, 180, 0, 240)
  648. Value.Size = UDim2.new(0, 150, 0, 35)
  649. Value.Font = Enum.Font.SourceSans
  650. Value.Text = "Walkspeed/Jumppower"
  651. Value.TextScaled = true
  652. Value.TextSize = 14
  653. Value.TextWrapped = true
  654.  
  655. WS.Name = "WS"
  656. WS.Parent = Frame1
  657. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  658. WS.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  659. WS.BorderSizePixel = 4
  660. WS.Position = UDim2.new(0, 10, 0, 240)
  661. WS.Size = UDim2.new(0, 150, 0, 35)
  662. WS.Font = Enum.Font.SourceSans
  663. WS.Text = "Change Walkspeed"
  664. WS.TextScaled = true
  665. WS.TextSize = 14
  666. WS.TextWrapped = true
  667.  
  668. melee.Name = "melee"
  669. melee.Parent = Frame1
  670. melee.BackgroundColor3 = Color3.new(1, 1, 1)
  671. melee.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  672. melee.BorderSizePixel = 4
  673. melee.Position = UDim2.new(0, 180, 0, 40)
  674. melee.Size = UDim2.new(0, 150, 0, 35)
  675. melee.Font = Enum.Font.SourceSans
  676. melee.Text = "Get All Weapons On Ground"
  677. melee.TextScaled = true
  678. melee.TextSize = 14
  679. melee.TextWrapped = true
  680.  
  681. PlayerNameBox.Name = "PlayerNameBox"
  682. PlayerNameBox.Parent = Frame1
  683. PlayerNameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  684. PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
  685. PlayerNameBox.BorderSizePixel = 4
  686. PlayerNameBox.Position = UDim2.new(0, 345, 0, 40)
  687. PlayerNameBox.Size = UDim2.new(0, 150, 0, 35)
  688. PlayerNameBox.Font = Enum.Font.SourceSans
  689. PlayerNameBox.Text = "Player"
  690. PlayerNameBox.TextColor3 = Color3.new(0, 0, 0)
  691. PlayerNameBox.TextScaled = true
  692. PlayerNameBox.TextSize = 14
  693. PlayerNameBox.TextWrapped = true
  694.  
  695. ArrestPlr.Name = "ArrestPlr"
  696. ArrestPlr.Parent = Frame1
  697. ArrestPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  698. ArrestPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  699. ArrestPlr.BorderSizePixel = 4
  700. ArrestPlr.Position = UDim2.new(0, 345, 0, 90)
  701. ArrestPlr.Size = UDim2.new(0, 150, 0, 35)
  702. ArrestPlr.Font = Enum.Font.SourceSans
  703. ArrestPlr.Text = "Arrest Player"
  704. ArrestPlr.TextScaled = true
  705. ArrestPlr.TextSize = 14
  706. ArrestPlr.TextWrapped = true
  707.  
  708. KillAll.Name = "KillAll"
  709. KillAll.Parent = Frame1
  710. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  711. KillAll.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  712. KillAll.BorderSizePixel = 4
  713. KillAll.Position = UDim2.new(0, 345, 0, 140)
  714. KillAll.Size = UDim2.new(0, 150, 0, 35)
  715. KillAll.Font = Enum.Font.SourceSans
  716. KillAll.Text = "Kill All"
  717. KillAll.TextScaled = true
  718. KillAll.TextSize = 14
  719. KillAll.TextWrapped = true
  720.  
  721. HeadTp.Name = "HeadTp"
  722. HeadTp.Parent = Frame1
  723. HeadTp.BackgroundColor3 = Color3.new(1, 1, 1)
  724. HeadTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  725. HeadTp.BorderSizePixel = 4
  726. HeadTp.Position = UDim2.new(0, 345, 0, 190)
  727. HeadTp.Size = UDim2.new(0, 150, 0, 35)
  728. HeadTp.Font = Enum.Font.SourceSans
  729. HeadTp.Text = "Tp all heads"
  730. HeadTp.TextScaled = true
  731. HeadTp.TextSize = 14
  732. HeadTp.TextWrapped = true
  733.  
  734. KillPlr.Name = "KillPlr"
  735. KillPlr.Parent = Frame1
  736. KillPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  737. KillPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  738. KillPlr.BorderSizePixel = 4
  739. KillPlr.Position = UDim2.new(0, 345, 0, 240)
  740. KillPlr.Size = UDim2.new(0, 150, 0, 35)
  741. KillPlr.Font = Enum.Font.SourceSans
  742. KillPlr.Text = "Kill Player"
  743. KillPlr.TextScaled = true
  744. KillPlr.TextSize = 14
  745. KillPlr.TextWrapped = true
  746.  
  747. TeamC1.Name = "TeamC1"
  748. TeamC1.Parent = Frame1
  749. TeamC1.BackgroundColor3 = Color3.new(1, 1, 1)
  750. TeamC1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  751. TeamC1.BorderSizePixel = 4
  752. TeamC1.Position = UDim2.new(0, 10, 0, 290)
  753. TeamC1.Size = UDim2.new(0, 150, 0, 35)
  754. TeamC1.Font = Enum.Font.SourceSans
  755. TeamC1.Text = "Change to Criminal"
  756. TeamC1.TextScaled = true
  757. TeamC1.TextSize = 14
  758. TeamC1.TextWrapped = true
  759.  
  760. TeamC2.Name = "TeamC2"
  761. TeamC2.Parent = Frame1
  762. TeamC2.BackgroundColor3 = Color3.new(1, 1, 1)
  763. TeamC2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  764. TeamC2.BorderSizePixel = 4
  765. TeamC2.Position = UDim2.new(0, 180, 0, 290)
  766. TeamC2.Size = UDim2.new(0, 150, 0, 35)
  767. TeamC2.Font = Enum.Font.SourceSans
  768. TeamC2.Text = "Change to Guard"
  769. TeamC2.TextScaled = true
  770. TeamC2.TextSize = 14
  771. TeamC2.TextWrapped = true
  772.  
  773. TeamC3.Name = "TeamC3"
  774. TeamC3.Parent = Frame1
  775. TeamC3.BackgroundColor3 = Color3.new(1, 1, 1)
  776. TeamC3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  777. TeamC3.BorderSizePixel = 4
  778. TeamC3.Position = UDim2.new(0, 345, 0, 290)
  779. TeamC3.Size = UDim2.new(0, 150, 0, 35)
  780. TeamC3.Font = Enum.Font.SourceSans
  781. TeamC3.Text = "Change to Prisoner"
  782. TeamC3.TextScaled = true
  783. TeamC3.TextSize = 14
  784. TeamC3.TextWrapped = true
  785.  
  786. Blackout.Name = "Blackout"
  787. Blackout.Parent = MainFrame
  788. Blackout.BackgroundColor3 = Color3.new(0, 0, 0)
  789. Blackout.BackgroundTransparency = 1
  790. Blackout.BorderSizePixel = 0
  791. Blackout.Position = UDim2.new(0, 170, 0, 0)
  792. Blackout.Size = UDim2.new(0, 330, 0, 300)
  793.  
  794.  
  795.  
  796. Hotkeys.Name = "Hotkeys"
  797. Hotkeys.Parent = SettingsTab
  798. Hotkeys.BackgroundColor3 = Color3.new(1, 1, 1)
  799. Hotkeys.Position = UDim2.new(0, 250, 0, 0)
  800. Hotkeys.Size = UDim2.new(0, 250, 0, 300)
  801. Hotkeys.ScrollBarThickness = 0
  802.  
  803. Hotkey1.Name = "Hotkey1"
  804. Hotkey1.BackgroundColor3 = Color3.new(1, 1, 1)
  805. Hotkey1.BackgroundTransparency = 1
  806. Hotkey1.Size = UDim2.new(0, 250, 0, 50)
  807.  
  808. HotkeyLabel.Name = "HotkeyLabel"
  809. HotkeyLabel.Parent = Hotkey1
  810. HotkeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  811. HotkeyLabel.BorderSizePixel = 0
  812. HotkeyLabel.Size = UDim2.new(0, 200, 0, 50)
  813. HotkeyLabel.Font = Enum.Font.SourceSans
  814. HotkeyLabel.Text = "Sample hotkey:"
  815. HotkeyLabel.TextScaled = true
  816. HotkeyLabel.TextSize = 14
  817. HotkeyLabel.TextWrapped = true
  818.  
  819. Hotkey.Name = "Hotkey"
  820. Hotkey.Parent = Hotkey1
  821. Hotkey.BackgroundColor3 = Color3.new(1, 1, 1)
  822. Hotkey.Position = UDim2.new(0, 200, 0, 0)
  823. Hotkey.Size = UDim2.new(0, 50, 0, 50)
  824. Hotkey.Font = Enum.Font.SourceSans
  825. Hotkey.Text = ""
  826. Hotkey.TextScaled = true
  827. Hotkey.TextSize = 14
  828. Hotkey.TextWrapped = true
  829.  
  830. Menu.Name = "Menu"
  831. Menu.Parent = MainFrame
  832. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  833. Menu.ClipsDescendants = true
  834. Menu.Selectable = true
  835. Menu.Size = UDim2.new(0, 170, 0, 30)
  836.  
  837. Functions.Name = "Functions"
  838. Functions.Parent = Menu
  839. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  840. Functions.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  841. Functions.BorderSizePixel = 0
  842. Functions.Position = UDim2.new(0, 0, 0, 30)
  843. Functions.Size = UDim2.new(0, 170, 0, 40)
  844. Functions.Font = Enum.Font.SciFi
  845. Functions.Text = "Functions"
  846. Functions.TextScaled = true
  847. Functions.TextSize = 14
  848. Functions.TextWrapped = true
  849.  
  850. MenuB.Name = "MenuB"
  851. MenuB.Parent = Menu
  852. MenuB.BackgroundColor3 = Color3.new(1, 1, 1)
  853. MenuB.BorderColor3 = Color3.new(0.0862745, 0.164706, 0.345098)
  854. MenuB.Size = UDim2.new(0, 170, 0, 30)
  855. MenuB.Font = Enum.Font.SourceSans
  856. MenuB.Text = "Menu"
  857. MenuB.TextScaled = true
  858. MenuB.TextSize = 14
  859. MenuB.TextWrapped = true
  860.  
  861. Guns.Name = "Guns"
  862. Guns.Parent = Menu
  863. Guns.BackgroundColor3 = Color3.new(1, 1, 1)
  864. Guns.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  865. Guns.BorderSizePixel = 0
  866. Guns.Position = UDim2.new(0, 0, 0, 130)
  867. Guns.Size = UDim2.new(0, 170, 0, 40)
  868. Guns.Font = Enum.Font.SciFi
  869. Guns.Text = "Weapons"
  870. Guns.TextScaled = true
  871. Guns.TextSize = 14
  872. Guns.TextWrapped = true
  873.  
  874. Togglables.Name = "Togglables"
  875. Togglables.Parent = Menu
  876. Togglables.BackgroundColor3 = Color3.new(1, 1, 1)
  877. Togglables.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  878. Togglables.BorderSizePixel = 0
  879. Togglables.Position = UDim2.new(0, 0, 0, 180)
  880. Togglables.Size = UDim2.new(0, 170, 0, 40)
  881. Togglables.Font = Enum.Font.SciFi
  882. Togglables.Text = "Toggleables"
  883. Togglables.TextScaled = true
  884. Togglables.TextSize = 14
  885. Togglables.TextWrapped = true
  886.  
  887. Teleports.Name = "Teleports"
  888. Teleports.Parent = Menu
  889. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  890. Teleports.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  891. Teleports.BorderSizePixel = 0
  892. Teleports.Position = UDim2.new(0, 0, 0, 80)
  893. Teleports.Size = UDim2.new(0, 170, 0, 40)
  894. Teleports.Font = Enum.Font.SciFi
  895. Teleports.Text = "Teleports"
  896. Teleports.TextScaled = true
  897. Teleports.TextSize = 14
  898. Teleports.TextWrapped = true
  899.  
  900. Settings.Name = "Settings"
  901. Settings.Parent = Menu
  902. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  903. Settings.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  904. Settings.BorderSizePixel = 0
  905. Settings.Position = UDim2.new(0, 0, 0, 230)
  906. Settings.Size = UDim2.new(0, 170, 0, 40)
  907. Settings.Font = Enum.Font.SciFi
  908. Settings.Text = "Settings"
  909. Settings.TextScaled = true
  910. Settings.TextSize = 14
  911. Settings.TextWrapped = true
  912.  
  913. Open.Name = "Open"
  914. Open.Parent = PrisonLife
  915. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  916. Open.BorderSizePixel = 4
  917. Open.Position = UDim2.new(0, 0, 0, 500)
  918. Open.Size = UDim2.new(0, 100, 0, 25)
  919. Open.Visible = false
  920. Open.Font = Enum.Font.SourceSans
  921. Open.Text = "Open"
  922. Open.TextScaled = true
  923. Open.TextSize = 14
  924. Open.TextWrapped = true
  925.  
  926. LoginScreen.Name = "LoginScreen"
  927. LoginScreen.Active = true
  928. LoginScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  929. LoginScreen.BorderSizePixel = 4
  930. LoginScreen.Draggable = true
  931. LoginScreen.Position = UDim2.new(0.5, -200, 0.5, -125)
  932. LoginScreen.Size = UDim2.new(0, 400, 0, 250)
  933.  
  934. LoginButton.Name = "LoginButton"
  935. LoginButton.Parent = LoginScreen
  936. LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
  937. LoginButton.BorderSizePixel = 4
  938. LoginButton.Position = UDim2.new(0.5, -75, 0.5, -20)
  939. LoginButton.Size = UDim2.new(0, 150, 0, 40)
  940. LoginButton.Font = Enum.Font.SourceSans
  941. LoginButton.Text = "Login"
  942. LoginButton.TextScaled = true
  943. LoginButton.TextSize = 14
  944. LoginButton.TextWrapped = true
  945.  
  946. LoginDesc.Name = "LoginDesc"
  947. LoginDesc.Parent = LoginScreen
  948. LoginDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  949. LoginDesc.BackgroundTransparency = 1
  950. LoginDesc.Position = UDim2.new(0.5, -200, 1, -75)
  951. LoginDesc.Size = UDim2.new(0, 400, 0, 75)
  952. LoginDesc.Font = Enum.Font.SourceSans
  953. LoginDesc.Text = "Press login to start wrecking the game!"
  954. LoginDesc.TextScaled = true
  955. LoginDesc.TextSize = 14
  956. LoginDesc.TextWrapped = true
  957.  
  958. LoginTitle.Name = "LoginTitle"
  959. LoginTitle.Parent = LoginScreen
  960. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  961. LoginTitle.BackgroundTransparency = 1
  962. LoginTitle.Size = UDim2.new(0, 400, 0, 75)
  963. LoginTitle.Font = Enum.Font.SourceSans
  964. LoginTitle.Text = "Prison wrecker V1"
  965. LoginTitle.TextScaled = true
  966. LoginTitle.TextSize = 14
  967. LoginTitle.TextWrapped = true
  968.  
  969.  
  970.  
  971. LocalPlayer = game.Players.LocalPlayer
  972. Mouse = LocalPlayer:GetMouse()
  973. UserInputService = game:GetService('UserInputService')
  974. NoClipF = false
  975. ctpF = false
  976. ArrestF = false
  977. sprintF = false
  978. killAuraF = false
  979. BypassF = false
  980. ArrestAuraF = false
  981. ESPF = false
  982. SuperPunchF = false
  983. focus = false
  984. cooldown = 1
  985. timeDeb = false
  986.  
  987. Tp1P = CFrame.new(283, 72, 2213)
  988. Tp2P = CFrame.new(778, 97, 2498)
  989. Tp3P = CFrame.new(944, 94, -2055)
  990. Tp4P = CFrame.new(821, 130, 2587)
  991. Tp5P = CFrame.new(821, 99, 2274)
  992. Tp6P = CFrame.new(874, 99, 2319)
  993. Tp8P = CFrame.new(681, 100, 2330)
  994. Tp9P = CFrame.new(914, 99, 2444)
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002. Noclip.MouseButton1Down:connect(function()
  1003.  
  1004. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  1005. print("im working")
  1006. if NoClipF == false then
  1007. NoClipF = true
  1008. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  1009. repeat
  1010. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  1011. wait()
  1012. until NoClipF == false
  1013. else
  1014. NoClipF = false
  1015. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  1016. end
  1017. end
  1018.  
  1019. end)
  1020.  
  1021. function SN(target)
  1022. for i,v in pairs(game.Players:GetChildren())do
  1023. if v.Name:lower():sub(1, #target) == target:lower() then
  1024. return v.Name
  1025. end
  1026. end
  1027. end
  1028.  
  1029.  
  1030.  
  1031. function Notify(title, msg, button)
  1032. local function callback(text)
  1033. print(text)
  1034. end
  1035.  
  1036. local bindableFunction = Instance.new("BindableFunction")
  1037. bindableFunction.OnInvoke = callback
  1038.  
  1039. game.StarterGui:SetCore("SendNotification", {
  1040. Title = title; -- Required. Has to be a string!
  1041. Text = msg; -- Required. Has to be a string!
  1042. Icon = ""; -- Optional, defaults to "" (no icon)
  1043. Duration = 15; -- Optional, defaults to 5 seconds
  1044. Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
  1045. Button1 = button; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
  1046. })
  1047.  
  1048. print(string.byte(title, 1, #title), string.byte(msg, 1, #msg), string.byte(button, 1, #button))
  1049. end
  1050.  
  1051.  
  1052.  
  1053.  
  1054. ClickTp.MouseButton1Click:connect(function()
  1055. if ctpF == false then
  1056. ctpF = true
  1057. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1058. else
  1059. ctpF = false
  1060. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  1061. end
  1062. end)
  1063.  
  1064.  
  1065.  
  1066.  
  1067. LA.MouseButton1Click:connect(function()
  1068. if ArrestF == false then
  1069. ArrestF = true
  1070. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  1071. repeat
  1072. wait()
  1073. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  1074. until ArrestF == false
  1075.  
  1076. else
  1077. ArrestF = false
  1078. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  1079. end
  1080. end)
  1081.  
  1082. BPT.MouseButton1Click:connect(function()
  1083. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  1084. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  1085. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  1086. BypassF = false
  1087. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  1088. else
  1089. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  1090. BPT.BackgroundColor3 = Color3.new(0,0,0)
  1091. BypassF = true
  1092. end
  1093. else
  1094. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  1095.  
  1096. end
  1097.  
  1098. end)
  1099. KillAura.MouseButton1Click:connect(function()
  1100. if killAuraF == false then
  1101. killAuraF = true
  1102. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1103. repeat
  1104.  
  1105. wait()
  1106. for i, plr in pairs(game.Players:GetChildren()) do
  1107. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  1108. for i = 1,5 do
  1109. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  1110. end
  1111. end
  1112. end
  1113.  
  1114. until killAuraF == false
  1115.  
  1116. else
  1117. killAuraF = false
  1118. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1119. end
  1120. end)
  1121.  
  1122. TPArrest.MouseButton1Click:connect(function()
  1123. if mousein == false then
  1124. local Player = game.Players.LocalPlayer
  1125. local cpos = Player.Character.HumanoidRootPart.CFrame
  1126. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1127. if v.Name ~= Player.Name then
  1128. local i = 10
  1129. repeat
  1130. wait()
  1131. i = i-1
  1132. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1133. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1134. until i == 0
  1135. end
  1136. end
  1137. Player.Character.HumanoidRootPart.CFrame = cpos
  1138. Notify("Success", "Arrested all of the n00bs", "Cool!")
  1139. end
  1140. end)
  1141.  
  1142.  
  1143. QuickEscape.MouseButton1Click:connect(function()
  1144. if mousein == false then
  1145. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  1146. end
  1147. end)
  1148.  
  1149.  
  1150. TpCar.MouseButton1Click:connect(function()
  1151. if mousein == false then
  1152. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Value.Text)
  1153. end
  1154. end)
  1155.  
  1156.  
  1157. BT.MouseButton1Click:connect(function()
  1158. if mousein == false then
  1159. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1160. tool.BinType = "Hammer"
  1161. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1162. tool.BinType = "Clone"
  1163. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1164. tool.BinType = "GameTool"
  1165. end
  1166. end)
  1167.  
  1168. WS.MouseButton1Click:connect(function()
  1169. if mousein == false then
  1170. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Value.Text)
  1171. end
  1172. end)
  1173.  
  1174.  
  1175. LOCK.MouseButton1Click:connect(function()
  1176. if mousein == false then
  1177. local a1 = Instance.new("Model", workspace)
  1178. local a2 = Instance.new("Part", a1)
  1179. a2.CanCollide = true
  1180. a2.Anchored = true
  1181. a2.CFrame = CFrame.new(10000, 10000, 10000)
  1182. a2.Name = "Torso"
  1183. local a3 = Instance.new("Humanoid", a1)
  1184. a3.MaxHealth=100;a3.Health=100
  1185. game.Players.LocalPlayer.Character = a1
  1186. a3.Health=0
  1187. end
  1188. end)
  1189.  
  1190. melee.MouseButton1Click:connect(function()
  1191. if mousein == false then
  1192. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  1193. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  1194. for j, k in pairs(weapons) do
  1195. if v.Name == k then
  1196. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  1197. end
  1198. end
  1199. end
  1200. end
  1201. end)
  1202.  
  1203. RemDoors.MouseButton1Down:connect(function()
  1204. game.Workspace.Doors:Destroy()
  1205. end)
  1206.  
  1207. God.MouseButton1Down:connect(function()
  1208. if mousein == false then
  1209. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1210. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1211. l.Parent = game.Players.LocalPlayer.Character
  1212. l.Name = "Humanoid"
  1213. wait(0.1)
  1214. game.Players.LocalPlayer.Character["1"]:Destroy()
  1215. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1216. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1217. wait(0.1)
  1218. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1219. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1220. end
  1221. end)
  1222.  
  1223.  
  1224.  
  1225. KillAll.MouseButton1Down:connect(function()
  1226. if mousein == false then
  1227.  
  1228.  
  1229. local Player = game.Players.LocalPlayer
  1230. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  1231. for i,v in pairs(game.Players:GetChildren()) do
  1232. if v.Name ~= game.Players.LocalPlayer.Name then
  1233. if not v.Character:FindFirstChild("ForceField") then
  1234. local playerName = v.Name
  1235. local PlayerToKill = game.Players:FindFirstChild(playerName)
  1236.  
  1237.  
  1238.  
  1239. repeat
  1240. if Player.Character.Humanoid.Sit == true then
  1241. Player.Character.Humanoid.Sit = false
  1242. end
  1243. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  1244. for h = 1,10 do
  1245. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  1246. end
  1247. game:GetService("RunService").RenderStepped:wait()
  1248. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  1249.  
  1250. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  1251. end
  1252. end
  1253. end
  1254.  
  1255. end
  1256. end)
  1257.  
  1258. function createTag(Color, Tag)
  1259.  
  1260. for i,v in pairs(game.Teams[Tag]:GetPlayers())do
  1261. if v.Character then
  1262. if not v.Character.Head:FindFirstChild("ESPTag") then
  1263. local BBG = Instance.new("BillboardGui")
  1264. BBG.Parent = v.Character.Head
  1265. BBG.Adornee = v.Character.Head
  1266. BBG.Name = "ESPTag"
  1267. BBG.Size = UDim2.new(2, 0, 1, 0)
  1268. BBG.StudsOffset = Vector3.new(-2.5, 6, 0)
  1269. BBG.AlwaysOnTop = true
  1270. local text = Instance.new("TextLabel", BBG)
  1271. text.Text = Tag
  1272. text.Size = UDim2.new(4, 0, 8, 0)
  1273. text.Position = UDim2.new(0, 0, 0, 0)
  1274. text.TextScaled = true
  1275. text.TextColor3 = Color
  1276. text.BackgroundTransparency = 1
  1277. end
  1278. end
  1279. end
  1280. end
  1281.  
  1282. function removeTag()
  1283. for i,v in pairs(game.Players:GetChildren())do
  1284. if v.Character then
  1285. if v.Character.Head:FindFirstChild("ESPTag") then
  1286. v.Character.Head.ESPTag:Destroy()
  1287. end
  1288. end
  1289. end
  1290. end
  1291.  
  1292. ESP.MouseButton1Down:connect(function()
  1293. if mousein == false then
  1294. if ESPF == false then
  1295. ESPF = true
  1296. ESP.BackgroundColor3 = Color3.new(0,0,0)
  1297. repeat
  1298. wait()
  1299.  
  1300. createTag(Color3.new(255,0,0), "Criminals")
  1301. createTag(Color3.new(0,0,255), "Guards")
  1302. createTag(Color3.new(255,85,0), "Inmates")
  1303. until ESPF == false
  1304. removeTag()
  1305. else
  1306. ESP.BackgroundColor3 = Color3.new(1,1,1)
  1307. ESPF = false
  1308. end
  1309. end
  1310. end)
  1311.  
  1312.  
  1313. SuperPunch.MouseButton1Down:connect(function()
  1314. if SuperPunchF == false then
  1315. SuperPunchF = true
  1316. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  1317. else
  1318. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  1319. SuperPunchF = false
  1320. end
  1321.  
  1322. end)
  1323.  
  1324.  
  1325.  
  1326. mousein = false
  1327. Menu.MouseLeave:connect(function()
  1328. Menu:TweenSize(UDim2.new(0, 170, 0, 30), "Out", "Quad", 0.10)
  1329. mousein = false
  1330. wait()
  1331. if mousein == false then
  1332. Blackout.BackgroundTransparency = 0.7
  1333. end
  1334. wait()
  1335. if mousein == false then
  1336. Blackout.BackgroundTransparency = 1
  1337. end
  1338. end)
  1339.  
  1340. Menu.MouseEnter:connect(function()
  1341. Menu:TweenSize(UDim2.new(0, 170, 0, 300), "Out", "Quad", 0.10)
  1342. mousein = true
  1343. wait()
  1344. if mousein == true then
  1345. Blackout.BackgroundTransparency = 0.9
  1346. end
  1347. wait()
  1348. if mousein == true then
  1349. Blackout.BackgroundTransparency = 0.7
  1350. end
  1351. wait()
  1352. if mousein == true then
  1353. Blackout.BackgroundTransparency = 0.5
  1354. end
  1355. end)
  1356.  
  1357.  
  1358. Functions.MouseButton1Down:connect(function()
  1359. Frame1.Visible = true
  1360. Frame2.Visible = false
  1361. Frame3.Visible = false
  1362. Frame4.Visible = false
  1363. SettingsTab = false
  1364. end)
  1365.  
  1366. Teleports.MouseButton1Down:connect(function()
  1367. Frame2.Visible = true
  1368. Frame1.Visible = false
  1369. Frame3.Visible = false
  1370. Frame4.Visible = false
  1371. SettingsTab = false
  1372. end)
  1373. Guns.MouseButton1Down:connect(function()
  1374. Frame2.Visible = false
  1375. Frame1.Visible = false
  1376. Frame3.Visible = true
  1377. Frame4.Visible = false
  1378. SettingsTab = false
  1379. end)
  1380. Togglables.MouseButton1Down:connect(function()
  1381. Frame2.Visible = false
  1382. Frame1.Visible = false
  1383. Frame3.Visible = false
  1384. Frame4.Visible = true
  1385. SettingsTab = false
  1386. end)
  1387.  
  1388. Settings.MouseButton1Down:connect(function()
  1389. Frame2.Visible = false
  1390. Frame1.Visible = false
  1391. Frame3.Visible = false
  1392. Frame4.Visible = false
  1393. SettingsTab = true
  1394. end)
  1395.  
  1396.  
  1397.  
  1398. HeadTp.MouseButton1Down:connect(function()
  1399.  
  1400.  
  1401.  
  1402. for i,v in pairs(game.Players:GetChildren()) do
  1403. if v.Name ~= game.Players.LocalPlayer.Name then
  1404. if v.Character then
  1405. v.Character.Head.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,0,2)
  1406. end
  1407. end
  1408. end
  1409.  
  1410.  
  1411.  
  1412.  
  1413. end)
  1414.  
  1415.  
  1416.  
  1417.  
  1418. ArrestAura.MouseButton1Click:connect(function()
  1419. if ArrestAuraF == false then
  1420. ArrestAuraF = true
  1421. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1422. repeat
  1423. wait()
  1424. for i = 1,10 do
  1425. local arrestEvent = game.Workspace.Remote.arrest
  1426. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1427. if plr.Name ~= game.Players.LocalPlayer.Name then
  1428. local obj = plr.Character.HumanoidRootPart
  1429. local response =arrestEvent:InvokeServer(obj)
  1430. end
  1431. end
  1432. end
  1433.  
  1434. until ArrestAuraF == false
  1435. else
  1436. ArrestAuraF = false
  1437. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1438.  
  1439. end
  1440. end)
  1441.  
  1442.  
  1443. --[[wait()
  1444. char = game.Players.LocalPlayer.CharacterAdded:wait()
  1445. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  1446. if NoClipF == true then
  1447. part.CanCollide = false
  1448. wait(1)
  1449. part.CanCollide = true
  1450. end
  1451. end)
  1452.  
  1453. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  1454. char = game.Players.LocalPlayer.CharacterAdded:wait()
  1455. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  1456. if NoClipF == true then
  1457. part.CanCollide = false
  1458. wait(1)
  1459. part.CanCollide = true
  1460. end
  1461. end)
  1462. end)]]
  1463.  
  1464.  
  1465.  
  1466.  
  1467. ------------------Hotkeys---------------------
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474. local Scooldown = false
  1475.  
  1476. function punch()
  1477.  
  1478. local mainRemotes = game.ReplicatedStorage
  1479. local meleeRemote = mainRemotes['meleeEvent']
  1480. local mouse = game.Players.LocalPlayer:GetMouse()
  1481. local punching = false
  1482. Scooldown = true
  1483. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1484. part.Transparency = 1
  1485. part.Size = Vector3.new(5, 2, 3)
  1486. part.CanCollide = false
  1487. local w1 = Instance.new("Weld", part)
  1488. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1489. w1.Part1 = part
  1490. w1.C1 = CFrame.new(0,0,2)
  1491. part.Touched:connect(function(hit)
  1492. if game.Players:FindFirstChild(hit.Parent.Name) then
  1493. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1494. if plr.Name ~= game.Players.LocalPlayer.Name then
  1495. part:Destroy()
  1496.  
  1497. for i = 1,100 do
  1498. meleeRemote:FireServer(plr)
  1499. end
  1500. end
  1501. end
  1502. end)
  1503.  
  1504. wait(1)
  1505. Scooldown = false
  1506. part:Destroy()
  1507. end
  1508.  
  1509.  
  1510. Mouse.KeyDown:connect(function(key)
  1511. if SuperPunchF == true then
  1512. if Scooldown == false then
  1513. if key:lower() == "f" then
  1514.  
  1515. punch()
  1516.  
  1517. end
  1518. end
  1519. end
  1520. end)
  1521.  
  1522.  
  1523. print("hi")
  1524. hotkeypos = 0
  1525. for i,v in pairs(Frame4:GetChildren())do
  1526. local HotkeyFrame = Hotkey1:Clone()
  1527. HotkeyFrame.Name = v.Name
  1528. HotkeyFrame.Parent = Hotkeys
  1529. HotkeyFrame.Position = UDim2.new(0,0,0, hotkeypos)
  1530. HotkeyFrame.HotkeyLabel.Text = v.Name.." Hotkey:"
  1531. hotkeypos = hotkeypos+50
  1532. HotkeyFrame.Hotkey.FocusLost:connect(function(pressed)
  1533. if pressed then
  1534.  
  1535. Notify("Error", "The "..v.Name.." hotkey is invalid.", "Ok. ;(")
  1536.  
  1537. end
  1538. end)
  1539.  
  1540. end
  1541.  
  1542.  
  1543. UserInputService.InputBegan:connect(function(Input, Processed)
  1544.  
  1545. if Input.UserInputType == Enum.UserInputType.Keyboard then
  1546. print("1")
  1547. if focus == false then
  1548. print("2")
  1549. if Hotkeys["Noclip"].Hotkey.Text ~= "" then
  1550. if Input.KeyCode == Enum.KeyCode[Hotkeys["Noclip"].Hotkey.Text:upper()] then
  1551. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  1552. print("im working")
  1553. if NoClipF == false then
  1554. NoClipF = true
  1555. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  1556. repeat
  1557. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  1558. wait()
  1559. until NoClipF == false
  1560. else
  1561. NoClipF = false
  1562. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  1563. end
  1564. end
  1565.  
  1566. end
  1567. end
  1568.  
  1569.  
  1570. if Hotkeys["Click Tp"].Hotkey.Text ~= "" then
  1571. if Input.KeyCode == Enum.KeyCode[Hotkeys["Click Tp"].Hotkey.Text:upper()] then
  1572. if ctpF == false then
  1573. ctpF = true
  1574. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1575. else
  1576. ctpF = false
  1577. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  1578. end
  1579. end
  1580. end
  1581.  
  1582. if Hotkeys["ESP"].Hotkey.Text ~= "" then
  1583. if Input.KeyCode == Enum.KeyCode[Hotkeys["ESP"].Hotkey.Text:upper()] then
  1584. if ESPF == false then
  1585. ESPF = true
  1586. ESP.BackgroundColor3 = Color3.new(0,0,0)
  1587. repeat
  1588. wait()
  1589.  
  1590. createTag(Color3.new(255,0,0), "Criminals")
  1591. createTag(Color3.new(0,0,255), "Guards")
  1592. createTag(Color3.new(255,85,0), "Inmates")
  1593. until ESPF == false
  1594. removeTag()
  1595. else
  1596. ESP.BackgroundColor3 = Color3.new(1,1,1)
  1597. ESPF = false
  1598. end
  1599. end
  1600. end
  1601.  
  1602. if Hotkeys["Airwalk"].Hotkey.Text ~= "" then
  1603. if Input.KeyCode == Enum.KeyCode[Hotkeys["Airwalk"].Hotkey.Text:upper()] then
  1604. if ArrestF == false then
  1605. ArrestF = true
  1606. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  1607. repeat
  1608. wait()
  1609. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  1610. until ArrestF == false
  1611.  
  1612. else
  1613. ArrestF = false
  1614. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  1615. end
  1616. end
  1617. end
  1618.  
  1619.  
  1620. if Hotkeys["Arrest Aura"].Hotkey.Text ~= "" then
  1621. if Input.KeyCode == Enum.KeyCode[Hotkeys["Arrest Aura"].Hotkey.Text:upper()] then
  1622. if ArrestAuraF == false then
  1623. ArrestAuraF = true
  1624. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1625. repeat
  1626. wait()
  1627. for i = 1,10 do
  1628. local arrestEvent = game.Workspace.Remote.arrest
  1629. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1630. if plr.Name ~= game.Players.LocalPlayer.Name then
  1631. local obj = plr.Character.HumanoidRootPart
  1632. local response =arrestEvent:InvokeServer(obj)
  1633. end
  1634. end
  1635. end
  1636.  
  1637. until ArrestAuraF == false
  1638. else
  1639. ArrestAuraF = false
  1640. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1641.  
  1642. end
  1643. end
  1644. end
  1645.  
  1646. if Hotkeys["KillAura"].Hotkey.Text ~= "" then
  1647. if Input.KeyCode == Enum.KeyCode[Hotkeys["KillAura"].Hotkey.Text:upper()] then
  1648. if killAuraF == false then
  1649. killAuraF = true
  1650. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1651. repeat
  1652.  
  1653. wait()
  1654. for i, plr in pairs(game.Players:GetChildren()) do
  1655. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  1656. for i = 1,5 do
  1657. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  1658. end
  1659. end
  1660. end
  1661.  
  1662. until killAuraF == false
  1663.  
  1664. else
  1665. killAuraF = false
  1666. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1667. end
  1668. end
  1669. end
  1670.  
  1671. if Hotkeys["Taser Bypass"].Hotkey.Text ~= "" then
  1672. if Input.KeyCode == Enum.KeyCode[Hotkeys["Bypass Taser"].Hotkey.Text:upper()] then
  1673. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  1674. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  1675. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  1676. BypassF = false
  1677. BPT.BackgroundColor3 = Color3.new(0, 0, 0)
  1678. else
  1679. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  1680. BPT.BackgroundColor3 = MainFrame.BackgroundColor3
  1681. BypassF = true
  1682. end
  1683. else
  1684. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  1685.  
  1686. end
  1687.  
  1688. end
  1689.  
  1690.  
  1691. end
  1692.  
  1693.  
  1694.  
  1695. end
  1696.  
  1697. if Hotkeys["Super Punch"].Hotkey.Text ~= nil then
  1698. if Input.KeyCode == Enum.KeyCode[Hotkeys["Super Punch"].Hotkey.Text:upper()] then
  1699. if SuperPunchF == true then
  1700. SuperPunchF = false
  1701. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  1702. else
  1703. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  1704. SuperPunchF = true
  1705. end
  1706. end
  1707. end
  1708.  
  1709. end
  1710.  
  1711.  
  1712.  
  1713.  
  1714. end)
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727. -------------------------------------------
  1728.  
  1729. Tp1.MouseButton1Down:connect(function()
  1730. if mousein == false then
  1731. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp1P
  1732. end
  1733. end)
  1734.  
  1735. Tp2.MouseButton1Down:connect(function()
  1736. if mousein == false then
  1737. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp2P
  1738. end
  1739. end)
  1740. Tp3.MouseButton1Down:connect(function()
  1741. if mousein == false then
  1742. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp3P
  1743. end
  1744. end)
  1745. Tp4.MouseButton1Down:connect(function()
  1746.  
  1747. if mousein == false then
  1748. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp4P
  1749. end
  1750. end)
  1751. Tp5.MouseButton1Down:connect(function()
  1752. if mousein == false then
  1753. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp5P
  1754. end
  1755. end)
  1756. Tp6.MouseButton1Down:connect(function()
  1757. if mousein == false then
  1758. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp6P
  1759. end
  1760. end)
  1761. Tp8.MouseButton1Down:connect(function()
  1762. if mousein == false then
  1763. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp8P
  1764. end
  1765.  
  1766. end)
  1767. Tp9.MouseButton1Down:connect(function()
  1768. if mousein == false then
  1769. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Player.Text].Character.HumanoidRootPart.CFrame
  1770. end
  1771. end)
  1772. Tp10.MouseButton1Down:connect(function()
  1773. if mousein == false then
  1774. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp9P
  1775. end
  1776. end)
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782. game.Players.LocalPlayer.CharacterAdded:connect(function()
  1783. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  1784. game.Players.LocalPlayer.Character:WaitForChild("ClientInputHandler").Disabled = BypassF
  1785. end)
  1786. end)
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792. Mouse.Button1Down:connect(function()
  1793. if ctpF == true then
  1794. LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p)
  1795. end
  1796. end)
  1797.  
  1798.  
  1799. open = false
  1800. Open.MouseButton1Down:connect(function()
  1801. if open == false then
  1802. Topbar.Visible = true
  1803. open = true
  1804. Open.Text = "Close"
  1805. else
  1806. Topbar.Visible = false
  1807. open = false
  1808. Open.Text = "Open"
  1809. end
  1810. end)
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822. TeamC1.MouseButton1Down:connect(function()
  1823. if mousein == false then
  1824. local prevposition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1825. wait(0.1)
  1826. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-975, 112, 2055)
  1827. wait(0.5)
  1828. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prevposition
  1829. end
  1830. end)
  1831.  
  1832. TeamC2.MouseButton1Down:connect(function()
  1833. if mousein == false then
  1834. workspace.Remote.TeamEvent:FireServer("Bright blue")
  1835. end
  1836. end)
  1837.  
  1838. TeamC3.MouseButton1Down:connect(function()
  1839. if mousein == false then
  1840. workspace.Remote.TeamEvent:FireServer("Bright orange")
  1841. end
  1842. end)
  1843.  
  1844. ArrestPlr.MouseButton1Down:connect(function()
  1845. if mousein == false then
  1846. local target
  1847. if SN(PlayerNameBox.Text) ~= nil then
  1848. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  1849.  
  1850. end
  1851.  
  1852.  
  1853. if target ~= nil then
  1854.  
  1855. local Player = game.Players.LocalPlayer
  1856. local prevPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1857. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1858. if v.Name:lower() == target.Name:lower() then
  1859. local i = 5
  1860. repeat
  1861. wait()
  1862. i = i-1
  1863. if Player.Character.Humanoid.Sit == true then
  1864. Player.Character.Humanoid.Sit = false
  1865. end
  1866. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1867. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1868. until i == 0
  1869. Player.Character.HumanoidRootPart.CFrame = prevPos
  1870. end
  1871. end
  1872. else
  1873. Notify("Error", "Player isnt in game.", "Ok.")
  1874. end
  1875. end
  1876.  
  1877. end)
  1878.  
  1879.  
  1880. KillPlr.MouseButton1Down:connect(function()
  1881. if mousein == false then
  1882. local target
  1883. if SN(PlayerNameBox.Text) ~= nil then
  1884. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  1885. end
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916.  
  1917.  
  1918. if target ~= nil then
  1919. local Player = game.Players.LocalPlayer
  1920. for i,v in pairs(game.Players:GetChildren()) do
  1921. if v.Name == target.Name then
  1922. if not v.Character:FindFirstChild("ForceField") then
  1923.  
  1924. local PlayerToKill = game.Players:FindFirstChild(target.Name)
  1925. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  1926.  
  1927.  
  1928. repeat
  1929. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  1930. for h = 1,10 do
  1931. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  1932. end
  1933. wait()
  1934. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  1935. wait()
  1936. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  1937. end
  1938. end
  1939. end
  1940. else
  1941. Notify("Error", "Player isnt in game.", "Ok.")
  1942. end
  1943. end
  1944. end)
  1945.  
  1946. local function getclass(t)
  1947. for i,v in pairs(t:GetChildren()) do
  1948. if v.ClassName == "TextBox" then
  1949. v.Focused:connect(function()
  1950.  
  1951. print("3")
  1952. end)
  1953. v.FocusLost:connect(function()
  1954. focused = false
  1955.  
  1956. end)
  1957. end
  1958. getclass(v)
  1959. end
  1960. end
  1961.  
  1962.  
  1963.  
  1964.  
  1965. labelPos = 0
  1966. function resetPlayerList()
  1967. wait(1)
  1968. Players:ClearAllChildren()
  1969. labelPos = 0
  1970. for i,v in pairs(game.Players:GetChildren())do
  1971. if v.Name ~= game.Players.LocalPlayer.Name then
  1972. local label = Instance.new("TextButton", Players)
  1973. label.Text = v.Name
  1974. label.Size = UDim2.new(0, 140, 0, 35)
  1975. label.Position = UDim2.new(0, 0, 0, labelPos)
  1976. label.TextScaled = true
  1977. label.BackgroundColor3 = Color3.new(1,1,1)
  1978. labelPos = labelPos+35
  1979. Players.CanvasSize = UDim2.new(0, 0, 0, labelPos)
  1980. label.MouseButton1Down:connect(function()
  1981. Player.Text = label.Text
  1982. end)
  1983. end
  1984. end
  1985. end
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994. resetPlayerList()
  1995. game.Players.PlayerAdded:connect(function()
  1996. resetPlayerList()
  1997. end)
  1998. game.Players.PlayerRemoving:connect(function()
  1999. wait(1)
  2000. resetPlayerList()
  2001. end)
  2002.  
  2003.  
  2004.  
  2005.  
  2006. Ak47.MouseButton1Down:connect(function()
  2007. if mousein == false then
  2008. local Weapon = {"AK-47"}
  2009. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2010. if v.Name == Weapon[1] then
  2011. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2012. end
  2013. end
  2014. end
  2015. end)
  2016. M4A1.MouseButton1Down:connect(function()
  2017. if mousein == false then
  2018. local Weapon = {"M4A1"}
  2019. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2020. if v.Name == Weapon[1] then
  2021. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2022. end
  2023. end
  2024. end
  2025. end)
  2026. M9.MouseButton1Down:connect(function()
  2027. if mousein == false then
  2028. local Weapon = {"M9"}
  2029. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2030. if v.Name == Weapon[1] then
  2031. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2032. end
  2033. end
  2034. end
  2035. end)
  2036. Shotgun.MouseButton1Down:connect(function()
  2037. if mousein == false then
  2038. local Weapon = {"Remington 870"}
  2039. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2040. if v.Name == Weapon[1] then
  2041. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2042. end
  2043. end
  2044. end
  2045. end)
  2046.  
  2047. Knife.MouseButton1Down:connect(function()
  2048. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2049.  
  2050. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2051.  
  2052. end
  2053. end)
  2054.  
  2055. melee.MouseButton1Down:connect(function()
  2056. if mousein == false then
  2057. for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do
  2058.  
  2059. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2060. end
  2061. end
  2062. end)
  2063.  
  2064.  
  2065. LoginButton.MouseButton1Down:connect(function()
  2066. LoginScreen:Destroy()
  2067. Notify("Loading...", "Be patient.", ">:(")
  2068. wait(math.random(0.2,0.3))
  2069.  
  2070. Open.Visible = true
  2071. open = false
  2072. for i = 1,10 do
  2073. print("WRECK THE GAME!")
  2074. end
  2075. Notify("Loaded!", "You can start wrecking the game now!", "Cool!")
  2076. end)
  2077.  
  2078. getclass(PrisonLife)
  2079. LoginScreen.Parent = PrisonLife
  2080. Notify("Launcher Loaded!", "Press login to start wrecking the game!", "Cool!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement