Advertisement
Vzurxy

Untitled

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