scld

프라 kill all GUI

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