Advertisement
udahlah

pl Hack Family

Apr 23rd, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.64 KB | None | 0 0
  1. --- i dont know to script so i take others scripts to this script
  2. --- have fun!
  3.  
  4.  
  5.  
  6.  
  7. function GetPlayer(String)
  8. local Found = {}
  9. local strl = String:lower()
  10. for i,v in pairs(game.Players:GetPlayers()) do
  11. if v.Name:lower():sub(1, #String) == String:lower() then
  12. table.insert(Found,v.Name)
  13. end
  14. end
  15. return Found
  16. end
  17. local PrisonRuinerGui = Instance.new("ScreenGui")
  18. local Frame = Instance.new("Frame")
  19. local TextLabel = Instance.new("TextLabel")
  20. local Kill = Instance.new("TextButton")
  21. local Merge = Instance.new("TextButton")
  22. local Kick = Instance.new("TextButton")
  23. local KillAll = Instance.new("TextButton")
  24. local Sword = Instance.new("TextButton")
  25. local Player = Instance.new("TextBox")
  26. local TextLabel_2 = Instance.new("TextLabel")
  27. local Line = Instance.new("TextLabel")
  28. local Spectate = Instance.new("TextButton")
  29. local Goto = Instance.new("TextButton")
  30. local Unspectate = Instance.new("TextButton")
  31. PrisonRuinerGui.Name = "Prison Gui"
  32. PrisonRuinerGui.Parent = game.CoreGui
  33. PrisonRuinerGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34. Frame.Active = true
  35. Frame.Draggable = true
  36. Frame.Parent = PrisonRuinerGui
  37. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  38. Frame.BorderColor3 = Color3.new(0, 0, 0)
  39. Frame.BorderSizePixel = 0
  40. Frame.Position = UDim2.new(0.0496657118, 0, 0.473186165, 0)
  41. Frame.Size = UDim2.new(0, 337, 0, 319)
  42. TextLabel.Parent = Frame
  43. TextLabel.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  44. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  45. TextLabel.BorderSizePixel = 0
  46. TextLabel.Size = UDim2.new(0, 337, 0, 42)
  47. TextLabel.Font = Enum.Font.Cartoon
  48. TextLabel.Text = "Prison Ruiner Gui"
  49. TextLabel.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  50. TextLabel.TextScaled = true
  51. TextLabel.TextSize = 14
  52. TextLabel.TextWrapped = true
  53. Kill.Name = "Kill"
  54. Kill.Parent = Frame
  55. Kill.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  56. Kill.BorderColor3 = Color3.new(0, 0, 0)
  57. Kill.BorderSizePixel = 0
  58. Kill.Position = UDim2.new(0.0579999983, 0, 0.173843265, 0)
  59. Kill.Size = UDim2.new(0, 131, 0, 33)
  60. Kill.Font = Enum.Font.Cartoon
  61. Kill.Text = "Kill"
  62. Kill.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  63. Kill.TextScaled = true
  64. Kill.TextSize = 14
  65. Kill.TextWrapped = true
  66. Merge.Name = "Merge"
  67. Merge.Parent = Frame
  68. Merge.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  69. Merge.BorderColor3 = Color3.new(0, 0, 0)
  70. Merge.BorderSizePixel = 0
  71. Merge.Position = UDim2.new(0.550999999, 0, 0.173131928, 0)
  72. Merge.Size = UDim2.new(0, 131, 0, 33)
  73. Merge.Font = Enum.Font.Cartoon
  74. Merge.Text = "Merge"
  75. Merge.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  76. Merge.TextScaled = true
  77. Merge.TextSize = 14
  78. Merge.TextWrapped = true
  79. Kick.Name = "Kick"
  80. Kick.Parent = Frame
  81. Kick.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  82. Kick.BorderColor3 = Color3.new(0, 0, 0)
  83. Kick.BorderSizePixel = 0
  84. Kick.Position = UDim2.new(0.0579999983, 0, 0.300999999, 0)
  85. Kick.Size = UDim2.new(0, 131, 0, 33)
  86. Kick.Font = Enum.Font.Cartoon
  87. Kick.Text = "Kick"
  88. Kick.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  89. Kick.TextScaled = true
  90. Kick.TextSize = 14
  91. Kick.TextWrapped = true
  92. KillAll.Name = "Kill All"
  93. KillAll.Parent = Frame
  94. KillAll.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  95. KillAll.BorderColor3 = Color3.new(0, 0, 0)
  96. KillAll.BorderSizePixel = 0
  97. KillAll.Position = UDim2.new(0.550999999, 0, 0.302032351, 0)
  98. KillAll.Size = UDim2.new(0, 131, 0, 33)
  99. KillAll.Font = Enum.Font.Cartoon
  100. KillAll.Text = "Kill All"
  101. KillAll.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  102. KillAll.TextScaled = true
  103. KillAll.TextSize = 14
  104. KillAll.TextWrapped = true
  105. Sword.Name = "Sword"
  106. Sword.Parent = Frame
  107. Sword.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  108. Sword.BorderColor3 = Color3.new(0, 0, 0)
  109. Sword.BorderSizePixel = 0
  110. Sword.Position = UDim2.new(0.0579999685, 0, 0.855558157, 0)
  111. Sword.Size = UDim2.new(0, 131, 0, 33)
  112. Sword.Font = Enum.Font.Cartoon
  113. Sword.Text = "Sword"
  114. Sword.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  115. Sword.TextScaled = true
  116. Sword.TextSize = 14
  117. Sword.TextWrapped = true
  118. Player.Name = "Player"
  119. Player.Parent = Frame
  120. Player.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  121. Player.BorderColor3 = Color3.new(0, 0, 0)
  122. Player.BorderSizePixel = 0
  123. Player.Position = UDim2.new(0.202000022, 0, 0.609539211, 0)
  124. Player.Size = UDim2.new(0, 200, 0, 33)
  125. Player.Font = Enum.Font.Cartoon
  126. Player.PlaceholderColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  127. Player.PlaceholderText = "Player"
  128. Player.Text = ""
  129. Player.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  130. Player.TextScaled = true
  131. Player.TextSize = 14
  132. Player.TextWrapped = true
  133. TextLabel_2.Parent = Frame
  134. TextLabel_2.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  135. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  136. TextLabel_2.BorderSizePixel = 0
  137. TextLabel_2.Position = UDim2.new(0.855000019, 0, 0.654999971, 0)
  138. TextLabel_2.Size = UDim2.new(0, 49, 0, 40)
  139. TextLabel_2.Font = Enum.Font.Cartoon
  140. TextLabel_2.Text = "Gui by Uctron"
  141. TextLabel_2.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  142. TextLabel_2.TextScaled = true
  143. TextLabel_2.TextSize = 14
  144. TextLabel_2.TextWrapped = true
  145. Line.Name = "Line"
  146. Line.Parent = Frame
  147. Line.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  148. Line.BorderColor3 = Color3.new(0, 0, 0)
  149. Line.BorderSizePixel = 0
  150. Line.Position = UDim2.new(0, 0, 0.78076911, 0)
  151. Line.Size = UDim2.new(0, 337, 0, 10)
  152. Line.Font = Enum.Font.Cartoon
  153. Line.Text = ""
  154. Line.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  155. Line.TextScaled = true
  156. Line.TextSize = 14
  157. Line.TextWrapped = true
  158. Spectate.Name = "Spectate"
  159. Spectate.Parent = Frame
  160. Spectate.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  161. Spectate.BorderColor3 = Color3.new(0, 0, 0)
  162. Spectate.BorderSizePixel = 0
  163. Spectate.Position = UDim2.new(0.0579999983, 0, 0.42899999, 0)
  164. Spectate.Size = UDim2.new(0, 131, 0, 33)
  165. Spectate.Font = Enum.Font.Cartoon
  166. Spectate.Text = "Spectate"
  167. Spectate.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  168. Spectate.TextScaled = true
  169. Spectate.TextSize = 14
  170. Spectate.TextWrapped = true
  171. Goto.Name = "Goto"
  172. Goto.Parent = Frame
  173. Goto.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  174. Goto.BorderColor3 = Color3.new(0, 0, 0)
  175. Goto.BorderSizePixel = 0
  176. Goto.Position = UDim2.new(0.551999986, 0, 0.430999994, 0)
  177. Goto.Size = UDim2.new(0, 131, 0, 33)
  178. Goto.Font = Enum.Font.Cartoon
  179. Goto.Text = "Goto"
  180. Goto.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  181. Goto.TextScaled = true
  182. Goto.TextSize = 14
  183. Goto.TextWrapped = true
  184. Unspectate.Name = "Unspectate"
  185. Unspectate.Parent = Frame
  186. Unspectate.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  187. Unspectate.BorderColor3 = Color3.new(0, 0, 0)
  188. Unspectate.BorderSizePixel = 0
  189. Unspectate.Position = UDim2.new(0.550581574, 0, 0.855558157, 0)
  190. Unspectate.Size = UDim2.new(0, 131, 0, 33)
  191. Unspectate.Font = Enum.Font.Cartoon
  192. Unspectate.Text = "Unspectate"
  193. Unspectate.TextColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  194. Unspectate.TextScaled = true
  195. Unspectate.TextSize = 14
  196. Unspectate.TextWrapped = true
  197.  
  198. Kill.MouseButton1Click:Connect(function()
  199. local savedteam = game.Players.LocalPlayer.TeamColor.Name
  200. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  201. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  202. for i,v in pairs(GetPlayer(Player.Text)) do
  203. local A_1 = {[1] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)), ["Distance"] = 3.2524313926697, ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576), ["Hit"] = game.Players[v].Character.Head}, [2] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)), ["Distance"] = 3.2699294090271, ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377), ["Hit"] = game.Players[v].Character.Head}, [3] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)), ["Distance"] = 3.1665518283844, ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652), ["Hit"] = game.Players[v].Character.Head}, [4] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)), ["Distance"] = 3.3218522071838, ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611), ["Hit"] = game.Players[v].Character.Head}, [5] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)), ["Distance"] = 3.222757101059, ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302), ["Hit"] = game.Players[v].Character.Head}}
  204. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  205. local Event = game:GetService("ReplicatedStorage").ShootEvent
  206. Event:FireServer(A_1, A_2)
  207. Event:FireServer(A_1, A_2)
  208. end
  209. workspace.Remote.TeamEvent:FireServer(savedteam)
  210. end)
  211.  
  212. KillAll.MouseButton1Click:Connect(function()
  213. local savedteam = game.Players.LocalPlayer.TeamColor.Name
  214. workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  215. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  216. for i,v in pairs(game.Players:GetPlayers()) do
  217. local A_1 = {[1] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-391.152252, 8.65560055, -83.2166901)), ["Distance"] = 3.2524313926697, ["Cframe"] = CFrame.new(840.310791, 101.334137, 2267.87988, 0.0636406094, 0.151434347, -0.986416459, 0, 0.988420188, 0.151741937, 0.997972965, -0.00965694897, 0.0629036576), ["Hit"] = v.Character.Head}, [2] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-392.481476, -8.44939327, -76.7261353)), ["Distance"] = 3.2699294090271, ["Cframe"] = CFrame.new(840.290466, 101.184189, 2267.93506, 0.0964837447, 0.0589403138, -0.993587971, 4.65661287e-10, 0.998245299, 0.0592165813, 0.995334625, -0.00571343815, 0.0963144377), ["Hit"] = v.Character.Head}, [3] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-389.21701, -2.50536323, -92.2163162)), ["Distance"] = 3.1665518283844, ["Cframe"] = CFrame.new(840.338867, 101.236496, 2267.80371, 0.0166504811, 0.0941716284, -0.995416701, 1.16415322e-10, 0.995554805, 0.0941846818, 0.999861419, -0.00156822044, 0.0165764652), ["Hit"] = v.Character.Head}, [4] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-393.353973, 3.13988972, -72.5452042)), ["Distance"] = 3.3218522071838, ["Cframe"] = CFrame.new(840.277222, 101.285957, 2267.9707, 0.117109694, 0.118740402, -0.985994935, -1.86264515e-09, 0.992826641, 0.119563118, 0.993119001, -0.0140019981, 0.116269611), ["Hit"] = v.Character.Head}, [5] = {["RayObject"] = Ray.new(Vector3.new(845.555908, 101.429337, 2269.43945), Vector3.new(-390.73172, 3.2097764, -85.5477524)), ["Distance"] = 3.222757101059, ["Cframe"] = CFrame.new(840.317993, 101.286423, 2267.86035, 0.0517584644, 0.123365127, -0.991010666, 0, 0.992340803, 0.123530701, 0.99865967, -0.00639375951, 0.0513620302), ["Hit"] = v.Character.Head}}
  218. local A_2 = game.Players.LocalPlayer.Backpack["Remington 870"]
  219. local Event = game:GetService("ReplicatedStorage").ShootEvent
  220. Event:FireServer(A_1, A_2)
  221. Event:FireServer(A_1, A_2)
  222. end
  223. game.Players.LocalPlayer.Character:BreakJoints()
  224. workspace.Remote.TeamEvent:FireServer(savedteam)
  225. end)
  226.  
  227. Merge.MouseButton1Click:Connect(function()
  228. for i,v in pairs(GetPlayer(Player.Text)) do
  229. repeat
  230. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  231. game:GetService("RunService").Heartbeat:Wait()
  232. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  233. end
  234. end)
  235.  
  236. Kick.MouseButton1Click:Connect(function()
  237. for i,v in pairs(GetPlayer(Player.Text)) do
  238. workspace.Remote.loadchar:InvokeServer(game.Players.LocalPlayer,game.Players[v].TeamColor.Name)
  239. wait(.1)
  240. game:GetService("StarterGui"):SetCore("SendNotification", {
  241. Title = "Starting...";
  242. Text = "Now attempting to kick "..v;
  243. Duration = 5;
  244. })
  245. for i=1,10 do
  246. workspace.Remote.votekick:InvokeServer("Start",game.Players[v])
  247. workspace.Remote.votekick:InvokeServer("Vote")
  248. game:GetService("RunService").Stepped:Wait()
  249. end
  250. if not game.Players:FindFirstChild(v) then
  251. game:GetService("StarterGui"):SetCore("SendNotification", {
  252. Title = "Success!";
  253. Text = v.." has been kicked.";
  254. Duration = 5;
  255. })
  256. end
  257. end
  258. end)
  259.  
  260. Spectate.MouseButton1Click:Connect(function()
  261. for i,v in pairs(GetPlayer(Player.Text)) do
  262. workspace.CurrentCamera.CameraSubject = game.Players[v].Character.Humanoid
  263. end
  264. end)
  265.  
  266. Goto.MouseButton1Click:Connect(function()
  267. for i,v in pairs(GetPlayer(Player.Text)) do
  268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v].Character.HumanoidRootPart.CFrame
  269. end
  270. end)
  271.  
  272. Unspectate.MouseButton1Click:Connect(function()
  273. for i,v in pairs(GetPlayer(Player.Text)) do
  274. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  275. end
  276. end)
  277.  
  278. Sword.MouseButton1Click:Connect(function()
  279. for i,v in pairs(GetPlayer(Player.Text)) do
  280. local Sword = Instance.new("Tool")
  281. local Handle = Instance.new("Part")
  282. local Mesh = Instance.new("SpecialMesh")
  283. local Unsheath = Instance.new("Sound")
  284. local SwordSlash = Instance.new("Sound")
  285. SwordSlash.Name = "SwordSlash"
  286. Unsheath.Name = "Unsheath"
  287. Unsheath.SoundId = "http://www.roblox.com/asset/?id=12222225"
  288. Unsheath.Volume = 1
  289. SwordSlash.SoundId = "http://www.roblox.com/asset/?id=12222216"
  290. SwordSlash.Volume = .7
  291. Unsheath.Parent = Handle
  292. SwordSlash.Parent = Handle
  293. Mesh.Parent = Handle
  294. Mesh.MeshId = "rbxassetid://497078148"
  295. Mesh.Scale = Vector3.new(5,5,5)
  296. Handle.Name = "Handle"
  297. Handle.Parent = Sword
  298. Sword.GripForward = Vector3.new(-1,0,0)
  299. Sword.GripPos = Vector3.new(0,0,-1.5)
  300. Sword.GripRight = Vector3.new(0,1,0)
  301. Sword.GripUp = Vector3.new(0,0,1)
  302. Sword.ToolTip = "Uctron's Sword"
  303. Sword.TextureId = "rbxasset://Textures/Sword128.png"
  304. Sword.CanBeDropped = false
  305. Sword.RequiresHandle = true
  306. Handle.Orientation = Vector3.new(-46.24, 42.14, 50.93)
  307. Handle.Position = Vector3.new(-3.174,1.57,3.04)
  308. Handle.CanCollide = true
  309. Handle.Size = Vector3.new(1,.8,4)
  310. Mesh.MeshId = "rbxasset://fonts/sword.mesh"
  311. Mesh.MeshType = "FileMesh"
  312. Mesh.Offset = Vector3.new(0,0,0)
  313. Mesh.Scale = Vector3.new(1,1,1)
  314. Mesh.TextureId = "rbxasset://textures/SwordTexture.png"
  315. Sword.Equipped:Connect(function()
  316. Unsheath:Play()
  317. end)
  318. Sword.Activated:Connect(function()
  319. SwordSlash:Play()
  320. Handle.Touched:Connect(function(Handle)
  321. p=game.Players:FindFirstChild(Handle.Parent.Name)
  322. game.ReplicatedStorage.meleeEvent:FireServer(p)
  323. end)
  324. local Anim = Instance.new("StringValue")
  325. Anim.Name = "toolanim"
  326. Anim.Value = "Slash"
  327. Anim.Parent = Sword
  328. end)
  329. Mouse_Icon = "rbxasset://textures/GunCursor.png"
  330. Reloading_Icon = "rbxasset://textures/GunWaitCursor.png"
  331. Tool = Sword
  332. Mouse = nil
  333. function UpdateIcon()
  334. if Mouse then
  335. Mouse.Icon = Tool.Enabled and Mouse_Icon or Reloading_Icon
  336. end
  337. end
  338. function OnEquipped(ToolMouse)
  339. Mouse = ToolMouse
  340. UpdateIcon()
  341. end
  342. function OnChanged(Property)
  343. if Property == "Enabled" then
  344. UpdateIcon()
  345. end
  346. end
  347. Tool.Equipped:Connect(OnEquipped)
  348. Tool.Changed:Connect(OnChanged)
  349. Sword.Parent = game.Players.LocalPlayer.Backpack
  350. end
  351. end)
  352.  
  353. -- Objects
  354.  
  355. local PrisonLife = Instance.new("ScreenGui")
  356. local Topbar = Instance.new("TextLabel")
  357. local MainFrame = Instance.new("Frame")
  358. local Frame4 = Instance.new("Frame")
  359. local ESP = Instance.new("TextButton")
  360. local TextLabel = Instance.new("TextLabel")
  361. local SuperPunch = Instance.new("TextButton")
  362. local TextLabel_2 = Instance.new("TextLabel")
  363. local Noclip = Instance.new("TextButton")
  364. local TextLabel_3 = Instance.new("TextLabel")
  365. local LA = Instance.new("TextButton")
  366. local TextLabel_4 = Instance.new("TextLabel")
  367. local KillAura = Instance.new("TextButton")
  368. local TextLabel_5 = Instance.new("TextLabel")
  369. local ClickTp = Instance.new("TextButton")
  370. local TextLabel_6 = Instance.new("TextLabel")
  371. local BPT = Instance.new("TextButton")
  372. local TextLabel_7 = Instance.new("TextLabel")
  373. local ArrestAura = Instance.new("TextButton")
  374. local TextLabel_8 = Instance.new("TextLabel")
  375. local Frame2 = Instance.new("Frame")
  376. local Tp1 = Instance.new("TextButton")
  377. local Tp5 = Instance.new("TextButton")
  378. local Tp10 = Instance.new("TextButton")
  379. local Tp9 = Instance.new("TextButton")
  380. local Tp6 = Instance.new("TextButton")
  381. local Tp2 = Instance.new("TextButton")
  382. local Tp3 = Instance.new("TextButton")
  383. local Tp4 = Instance.new("TextButton")
  384. local Tp8 = Instance.new("TextButton")
  385. local Players = Instance.new("ScrollingFrame")
  386. local Player = Instance.new("TextButton")
  387. local Frame3 = Instance.new("Frame")
  388. local M9 = Instance.new("TextButton")
  389. local Ak47 = Instance.new("TextButton")
  390. local Shotgun = Instance.new("TextButton")
  391. local M4A1 = Instance.new("TextButton")
  392. local Knife = Instance.new("TextButton")
  393. local Mirror = Instance.new("TextButton")
  394. local Frame1 = Instance.new("ScrollingFrame")
  395. local BT = Instance.new("TextButton")
  396. local God = Instance.new("TextButton")
  397. local LOCK = Instance.new("TextButton")
  398. local QuickEscape = Instance.new("TextButton")
  399. local RemDoors = Instance.new("TextButton")
  400. local TPArrest = Instance.new("TextButton")
  401. local TpCar = Instance.new("TextButton")
  402. local Value = Instance.new("TextBox")
  403. local WS = Instance.new("TextButton")
  404. local melee = Instance.new("TextButton")
  405. local PlayerNameBox = Instance.new("TextBox")
  406. local ArrestPlr = Instance.new("TextButton")
  407. local KillAll = Instance.new("TextButton")
  408. local HeadTp = Instance.new("TextButton")
  409. local KillPlr = Instance.new("TextButton")
  410. local TeamC1 = Instance.new("TextButton")
  411. local TeamC2 = Instance.new("TextButton")
  412. local TeamC3 = Instance.new("TextButton")
  413. local Blackout = Instance.new("Frame")
  414. local SettingsTab = Instance.new("Frame")
  415. local Hotkeys = Instance.new("ScrollingFrame")
  416. local Hotkey1 = Instance.new("Frame")
  417. local HotkeyLabel = Instance.new("TextLabel")
  418. local Hotkey = Instance.new("TextBox")
  419. local Menu = Instance.new("Frame")
  420. local Functions = Instance.new("TextButton")
  421. local MenuB = Instance.new("TextButton")
  422. local Guns = Instance.new("TextButton")
  423. local Togglables = Instance.new("TextButton")
  424. local Teleports = Instance.new("TextButton")
  425. local Settings = Instance.new("TextButton")
  426. local Open = Instance.new("TextButton")
  427. local LoginScreen = Instance.new("Frame")
  428. local LoginButton = Instance.new("TextButton")
  429. local LoginDesc = Instance.new("TextLabel")
  430. local LoginTitle = Instance.new("TextLabel")
  431.  
  432. -- Properties
  433.  
  434. PrisonLife.Name = "PrisonLife"
  435. PrisonLife.Parent = game.Players.LocalPlayer.PlayerGui
  436. PrisonLife.ResetOnSpawn = false
  437.  
  438. Topbar.Name = "Topbar"
  439. Topbar.Parent = PrisonLife
  440. Topbar.Active = true
  441. Topbar.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  442. Topbar.Draggable = true
  443. Topbar.Position = UDim2.new(0, 800, 0, 200)
  444. Topbar.Size = UDim2.new(0, 500, 0, 25)
  445. Topbar.Visible = false
  446. Topbar.Font = Enum.Font.SourceSans
  447. Topbar.Text = "Prisoners GUI by Noobdudeispro2 @V3RM"
  448. Topbar.TextColor3 = Color3.new(1, 1, 1)
  449. Topbar.TextScaled = true
  450. Topbar.TextSize = 14
  451. Topbar.TextWrapped = true
  452.  
  453. MainFrame.Name = "MainFrame"
  454. MainFrame.Parent = Topbar
  455. MainFrame.Active = true
  456. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  457. MainFrame.BackgroundTransparency = 1
  458. MainFrame.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  459. MainFrame.BorderSizePixel = 0
  460. MainFrame.Position = UDim2.new(0, 0, 0, 25)
  461. MainFrame.Size = UDim2.new(0, 500, 0, 300)
  462.  
  463. SettingsTab.Name = "SettingsTab"
  464. SettingsTab.Parent = MainFrame
  465. SettingsTab.BackgroundColor3 = Color3.new(1, 1, 1)
  466. SettingsTab.BorderSizePixel = 0
  467. SettingsTab.Selectable = true
  468. SettingsTab.Size = UDim2.new(0, 500, 0, 300)
  469.  
  470. Frame4.Name = "Frame4"
  471. Frame4.Parent = MainFrame
  472. Frame4.BackgroundColor3 = Color3.new(1, 1, 1)
  473. Frame4.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  474. Frame4.BorderSizePixel = 0
  475. Frame4.Size = UDim2.new(0, 500, 0, 300)
  476.  
  477. ESP.Name = "ESP"
  478. ESP.Parent = Frame4
  479. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  480. ESP.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  481. ESP.BorderSizePixel = 5
  482. ESP.Position = UDim2.new(0, 170, 0, 40)
  483. ESP.Size = UDim2.new(0, 25, 0, 25)
  484. ESP.Font = Enum.Font.SourceSans
  485. ESP.Text = ""
  486. ESP.TextSize = 14
  487.  
  488. TextLabel.Parent = ESP
  489. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  490. TextLabel.BorderSizePixel = 0
  491. TextLabel.Position = UDim2.new(0, 35, 0, 0)
  492. TextLabel.Size = UDim2.new(0, 110, 0, 25)
  493. TextLabel.Font = Enum.Font.SourceSansBold
  494. TextLabel.Text = "Player ESP"
  495. TextLabel.TextScaled = true
  496. TextLabel.TextSize = 50
  497. TextLabel.TextWrapped = true
  498. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  499.  
  500. SuperPunch.Name = "Super Punch"
  501. SuperPunch.Parent = Frame4
  502. SuperPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  503. SuperPunch.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  504. SuperPunch.BorderSizePixel = 5
  505. SuperPunch.Position = UDim2.new(0, 10, 0, 240)
  506. SuperPunch.Size = UDim2.new(0, 25, 0, 25)
  507. SuperPunch.Font = Enum.Font.SourceSans
  508. SuperPunch.Text = ""
  509. SuperPunch.TextSize = 14
  510. SuperPunch.TextXAlignment = Enum.TextXAlignment.Left
  511.  
  512. TextLabel_2.Parent = SuperPunch
  513. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  514. TextLabel_2.BorderSizePixel = 0
  515. TextLabel_2.Position = UDim2.new(0, 35, 0, 0)
  516. TextLabel_2.Size = UDim2.new(0, 110, 0, 25)
  517. TextLabel_2.Font = Enum.Font.SourceSansBold
  518. TextLabel_2.Text = "Super Punch"
  519. TextLabel_2.TextScaled = true
  520. TextLabel_2.TextSize = 50
  521. TextLabel_2.TextWrapped = true
  522.  
  523. Noclip.Name = "Noclip"
  524. Noclip.Parent = Frame4
  525. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  526. Noclip.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  527. Noclip.BorderSizePixel = 5
  528. Noclip.Position = UDim2.new(0, 10, 0, 80)
  529. Noclip.Size = UDim2.new(0, 25, 0, 25)
  530. Noclip.Font = Enum.Font.SourceSans
  531. Noclip.Text = ""
  532. Noclip.TextSize = 14
  533.  
  534. TextLabel_3.Parent = Noclip
  535. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  536. TextLabel_3.BorderSizePixel = 0
  537. TextLabel_3.Position = UDim2.new(0, 35, 0, 0)
  538. TextLabel_3.Size = UDim2.new(0, 75, 0, 25)
  539. TextLabel_3.Font = Enum.Font.SourceSansBold
  540. TextLabel_3.Text = "Noclip"
  541. TextLabel_3.TextScaled = true
  542. TextLabel_3.TextSize = 50
  543. TextLabel_3.TextWrapped = true
  544. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  545.  
  546. LA.Name = "Airwalk"
  547. LA.Parent = Frame4
  548. LA.BackgroundColor3 = Color3.new(1, 1, 1)
  549. LA.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  550. LA.BorderSizePixel = 5
  551. LA.Position = UDim2.new(0, 10, 0, 120)
  552. LA.Size = UDim2.new(0, 25, 0, 25)
  553. LA.Font = Enum.Font.SourceSans
  554. LA.Text = ""
  555. LA.TextSize = 14
  556.  
  557. TextLabel_4.Parent = LA
  558. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  559. TextLabel_4.BorderSizePixel = 0
  560. TextLabel_4.Position = UDim2.new(0, 35, 0, 0)
  561. TextLabel_4.Size = UDim2.new(0, 110, 0, 25)
  562. TextLabel_4.Font = Enum.Font.SourceSansBold
  563. TextLabel_4.Text = "Air Walk"
  564. TextLabel_4.TextScaled = true
  565. TextLabel_4.TextSize = 50
  566. TextLabel_4.TextWrapped = true
  567. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  568.  
  569. KillAura.Name = "KillAura"
  570. KillAura.Parent = Frame4
  571. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  572. KillAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  573. KillAura.BorderSizePixel = 5
  574. KillAura.Position = UDim2.new(0, 10, 0, 200)
  575. KillAura.Size = UDim2.new(0, 25, 0, 25)
  576. KillAura.Font = Enum.Font.SourceSans
  577. KillAura.Text = ""
  578. KillAura.TextSize = 14
  579.  
  580. TextLabel_5.Parent = KillAura
  581. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  582. TextLabel_5.BorderSizePixel = 0
  583. TextLabel_5.Position = UDim2.new(0, 35, 0, 0)
  584. TextLabel_5.Size = UDim2.new(0, 100, 0, 25)
  585. TextLabel_5.Font = Enum.Font.SourceSansBold
  586. TextLabel_5.Text = "Kill Aura"
  587. TextLabel_5.TextScaled = true
  588. TextLabel_5.TextSize = 50
  589. TextLabel_5.TextWrapped = true
  590. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  591.  
  592. ClickTp.Name = "Click Tp"
  593. ClickTp.Parent = Frame4
  594. ClickTp.BackgroundColor3 = Color3.new(1, 1, 1)
  595. ClickTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  596. ClickTp.BorderSizePixel = 5
  597. ClickTp.Position = UDim2.new(0, 10, 0, 40)
  598. ClickTp.Size = UDim2.new(0, 25, 0, 25)
  599. ClickTp.Font = Enum.Font.SourceSans
  600. ClickTp.Text = ""
  601. ClickTp.TextSize = 14
  602.  
  603. TextLabel_6.Parent = ClickTp
  604. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  605. TextLabel_6.BorderSizePixel = 0
  606. TextLabel_6.Position = UDim2.new(0, 35, 0, 0)
  607. TextLabel_6.Size = UDim2.new(0, 75, 0, 25)
  608. TextLabel_6.Font = Enum.Font.SourceSansBold
  609. TextLabel_6.Text = "ClickTp"
  610. TextLabel_6.TextScaled = true
  611. TextLabel_6.TextSize = 50
  612. TextLabel_6.TextWrapped = true
  613. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  614.  
  615. BPT.Name = "Taser Bypass"
  616. BPT.Parent = Frame4
  617. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  618. BPT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  619. BPT.BorderSizePixel = 5
  620. BPT.Position = UDim2.new(0, 170, 0, 80)
  621. BPT.Size = UDim2.new(0, 25, 0, 25)
  622. BPT.Font = Enum.Font.SourceSans
  623. BPT.Text = ""
  624. BPT.TextSize = 14
  625.  
  626. TextLabel_7.Parent = BPT
  627. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  628. TextLabel_7.BorderSizePixel = 0
  629. TextLabel_7.Position = UDim2.new(0, 35, 0, 0)
  630. TextLabel_7.Size = UDim2.new(0, 100, 0, 25)
  631. TextLabel_7.Font = Enum.Font.SourceSansBold
  632. TextLabel_7.Text = "Taser Bypass"
  633. TextLabel_7.TextScaled = true
  634. TextLabel_7.TextSize = 50
  635. TextLabel_7.TextWrapped = true
  636. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  637.  
  638. ArrestAura.Name = "Arrest Aura"
  639. ArrestAura.Parent = Frame4
  640. ArrestAura.BackgroundColor3 = Color3.new(1, 1, 1)
  641. ArrestAura.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  642. ArrestAura.BorderSizePixel = 5
  643. ArrestAura.Position = UDim2.new(0, 10, 0, 160)
  644. ArrestAura.Size = UDim2.new(0, 25, 0, 25)
  645. ArrestAura.Font = Enum.Font.SourceSans
  646. ArrestAura.Text = ""
  647. ArrestAura.TextSize = 14
  648.  
  649. TextLabel_8.Parent = ArrestAura
  650. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  651. TextLabel_8.BorderSizePixel = 0
  652. TextLabel_8.Position = UDim2.new(0, 35, 0, 0)
  653. TextLabel_8.Size = UDim2.new(0, 100, 0, 25)
  654. TextLabel_8.Font = Enum.Font.SourceSansBold
  655. TextLabel_8.Text = "Arrest Aura"
  656. TextLabel_8.TextScaled = true
  657. TextLabel_8.TextSize = 50
  658. TextLabel_8.TextWrapped = true
  659. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  660.  
  661. Frame2.Name = "Frame2"
  662. Frame2.Parent = MainFrame
  663. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  664. Frame2.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  665. Frame2.BorderSizePixel = 0
  666. Frame2.Size = UDim2.new(0, 500, 0, 300)
  667. Frame2.Visible = false
  668.  
  669. Tp1.Name = "Tp1"
  670. Tp1.Parent = Frame2
  671. Tp1.BackgroundColor3 = Color3.new(1, 1, 1)
  672. Tp1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  673. Tp1.BorderSizePixel = 4
  674. Tp1.Position = UDim2.new(0, 180, 0, 140)
  675. Tp1.Size = UDim2.new(0, 150, 0, 35)
  676. Tp1.Font = Enum.Font.SourceSans
  677. Tp1.Text = "Quick Escape"
  678. Tp1.TextScaled = true
  679. Tp1.TextSize = 14
  680. Tp1.TextWrapped = true
  681.  
  682. Tp5.Name = "Tp5"
  683. Tp5.Parent = Frame2
  684. Tp5.BackgroundColor3 = Color3.new(1, 1, 1)
  685. Tp5.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  686. Tp5.BorderSizePixel = 4
  687. Tp5.Position = UDim2.new(0, 180, 0, 90)
  688. Tp5.Size = UDim2.new(0, 150, 0, 35)
  689. Tp5.Font = Enum.Font.SourceSans
  690. Tp5.Text = "Guards Room"
  691. Tp5.TextScaled = true
  692. Tp5.TextSize = 14
  693. Tp5.TextWrapped = true
  694.  
  695. Tp10.Name = "Tp10"
  696. Tp10.Parent = Frame2
  697. Tp10.BackgroundColor3 = Color3.new(1, 1, 1)
  698. Tp10.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  699. Tp10.BorderSizePixel = 4
  700. Tp10.Position = UDim2.new(0, 180, 0, 190)
  701. Tp10.Size = UDim2.new(0, 150, 0, 35)
  702. Tp10.Font = Enum.Font.SourceSans
  703. Tp10.Text = "Cells"
  704. Tp10.TextScaled = true
  705. Tp10.TextSize = 14
  706. Tp10.TextWrapped = true
  707.  
  708. Tp9.Name = "Tp9"
  709. Tp9.Parent = Frame2
  710. Tp9.BackgroundColor3 = Color3.new(1, 1, 1)
  711. Tp9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  712. Tp9.BorderSizePixel = 4
  713. Tp9.Position = UDim2.new(0, 180, 0, 40)
  714. Tp9.Size = UDim2.new(0, 150, 0, 35)
  715. Tp9.Font = Enum.Font.SourceSans
  716. Tp9.Text = "Teleport To Player"
  717. Tp9.TextScaled = true
  718. Tp9.TextSize = 14
  719. Tp9.TextWrapped = true
  720.  
  721. Tp6.Name = "Tp6"
  722. Tp6.Parent = Frame2
  723. Tp6.BackgroundColor3 = Color3.new(1, 1, 1)
  724. Tp6.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  725. Tp6.BorderSizePixel = 4
  726. Tp6.Position = UDim2.new(0, 10, 0, 190)
  727. Tp6.Size = UDim2.new(0, 150, 0, 35)
  728. Tp6.Font = Enum.Font.SourceSans
  729. Tp6.Text = "Cafeteria"
  730. Tp6.TextScaled = true
  731. Tp6.TextSize = 14
  732. Tp6.TextWrapped = true
  733.  
  734. Tp2.Name = "Tp2"
  735. Tp2.Parent = Frame2
  736. Tp2.BackgroundColor3 = Color3.new(1, 1, 1)
  737. Tp2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  738. Tp2.BorderSizePixel = 4
  739. Tp2.Position = UDim2.new(0, 10, 0, 90)
  740. Tp2.Size = UDim2.new(0, 150, 0, 35)
  741. Tp2.Font = Enum.Font.SourceSans
  742. Tp2.Text = "Country Yard"
  743. Tp2.TextScaled = true
  744. Tp2.TextSize = 14
  745. Tp2.TextWrapped = true
  746.  
  747. Tp3.Name = "Tp3"
  748. Tp3.Parent = Frame2
  749. Tp3.BackgroundColor3 = Color3.new(1, 1, 1)
  750. Tp3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  751. Tp3.BorderSizePixel = 4
  752. Tp3.Position = UDim2.new(0, 180, 0, 240)
  753. Tp3.Size = UDim2.new(0, 150, 0, 35)
  754. Tp3.Font = Enum.Font.SourceSans
  755. Tp3.Text = "Criminal Base"
  756. Tp3.TextScaled = true
  757. Tp3.TextSize = 14
  758. Tp3.TextWrapped = true
  759.  
  760. Tp4.Name = "Tp4"
  761. Tp4.Parent = Frame2
  762. Tp4.BackgroundColor3 = Color3.new(1, 1, 1)
  763. Tp4.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  764. Tp4.BorderSizePixel = 4
  765. Tp4.Position = UDim2.new(0, 10, 0, 140)
  766. Tp4.Size = UDim2.new(0, 150, 0, 35)
  767. Tp4.Font = Enum.Font.SourceSans
  768. Tp4.Text = "Camping Tower"
  769. Tp4.TextScaled = true
  770. Tp4.TextSize = 14
  771. Tp4.TextWrapped = true
  772.  
  773. Tp8.Name = "Tp8"
  774. Tp8.Parent = Frame2
  775. Tp8.BackgroundColor3 = Color3.new(1, 1, 1)
  776. Tp8.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  777. Tp8.BorderSizePixel = 4
  778. Tp8.Position = UDim2.new(0, 10, 0, 240)
  779. Tp8.Size = UDim2.new(0, 150, 0, 35)
  780. Tp8.Font = Enum.Font.SourceSans
  781. Tp8.Text = "Secret room"
  782. Tp8.TextScaled = true
  783. Tp8.TextSize = 14
  784. Tp8.TextWrapped = true
  785.  
  786. Players.Name = "Players"
  787. Players.Parent = Frame2
  788. Players.BackgroundColor3 = Color3.new(1, 1, 1)
  789. Players.Position = UDim2.new(0, 350, 0, 0)
  790. Players.Size = UDim2.new(0, 150, 0, 290)
  791.  
  792. Player.Name = "Player"
  793. Player.Parent = Frame2
  794. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  795. Player.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  796. Player.BorderSizePixel = 4
  797. Player.Position = UDim2.new(0, 10, 0, 40)
  798. Player.Size = UDim2.new(0, 150, 0, 35)
  799. Player.Font = Enum.Font.SourceSans
  800. Player.Text = "Player"
  801. Player.TextScaled = true
  802. Player.TextSize = 14
  803. Player.TextWrapped = true
  804.  
  805. Frame3.Name = "Frame3"
  806. Frame3.Parent = MainFrame
  807. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  808. Frame3.BorderColor3 = Color3.new(0.223529, 0.34902, 0.439216)
  809. Frame3.BorderSizePixel = 0
  810. Frame3.Size = UDim2.new(0, 500, 0, 300)
  811. Frame3.Visible = false
  812.  
  813. M9.Name = "M9"
  814. M9.Parent = Frame3
  815. M9.BackgroundColor3 = Color3.new(1, 1, 1)
  816. M9.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  817. M9.BorderSizePixel = 4
  818. M9.Position = UDim2.new(0, 10, 0, 40)
  819. M9.Size = UDim2.new(0, 200, 0, 70)
  820. M9.Font = Enum.Font.SourceSans
  821. M9.Text = "Tp M9"
  822. M9.TextScaled = true
  823. M9.TextSize = 14
  824. M9.TextWrapped = true
  825.  
  826. Ak47.Name = "Ak47"
  827. Ak47.Parent = Frame3
  828. Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  829. Ak47.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  830. Ak47.BorderSizePixel = 4
  831. Ak47.Position = UDim2.new(0, 10, 0, 200)
  832. Ak47.Size = UDim2.new(0, 200, 0, 70)
  833. Ak47.Font = Enum.Font.SourceSans
  834. Ak47.Text = "Give Ak-47"
  835. Ak47.TextScaled = true
  836. Ak47.TextSize = 14
  837. Ak47.TextWrapped = true
  838.  
  839. Shotgun.Name = "Shotgun"
  840. Shotgun.Parent = Frame3
  841. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  842. Shotgun.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  843. Shotgun.BorderSizePixel = 4
  844. Shotgun.Position = UDim2.new(0, 10, 0, 120)
  845. Shotgun.Size = UDim2.new(0, 200, 0, 70)
  846. Shotgun.Font = Enum.Font.SourceSans
  847. Shotgun.Text = "Give Remington"
  848. Shotgun.TextScaled = true
  849. Shotgun.TextSize = 14
  850. Shotgun.TextWrapped = true
  851.  
  852. M4A1.Name = "M4A1"
  853. M4A1.Parent = Frame3
  854. M4A1.BackgroundColor3 = Color3.new(1, 1, 1)
  855. M4A1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  856. M4A1.BorderSizePixel = 4
  857. M4A1.Position = UDim2.new(0, 290, 0, 40)
  858. M4A1.Size = UDim2.new(0, 200, 0, 70)
  859. M4A1.Font = Enum.Font.SourceSans
  860. M4A1.Text = "Give M4A1"
  861. M4A1.TextScaled = true
  862. M4A1.TextSize = 14
  863. M4A1.TextWrapped = true
  864.  
  865. Knife.Name = "Knife"
  866. Knife.Parent = Frame3
  867. Knife.BackgroundColor3 = Color3.new(1, 1, 1)
  868. Knife.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  869. Knife.BorderSizePixel = 4
  870. Knife.Position = UDim2.new(0, 290, 0, 120)
  871. Knife.Size = UDim2.new(0, 200, 0, 70)
  872. Knife.Font = Enum.Font.SourceSans
  873. Knife.Text = "Give All Guns"
  874. Knife.TextScaled = true
  875. Knife.TextSize = 14
  876. Knife.TextWrapped = true
  877.  
  878. Mirror.Name = "Mirror"
  879. Mirror.BackgroundColor3 = Color3.new(1, 1, 1)
  880. Mirror.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  881. Mirror.BorderSizePixel = 4
  882. Mirror.Position = UDim2.new(0, 290, 0, 200)
  883. Mirror.Size = UDim2.new(0, 200, 0, 70)
  884. Mirror.Font = Enum.Font.SourceSans
  885. Mirror.Text = "Give All Melee Weapons"
  886. Mirror.TextScaled = true
  887. Mirror.TextSize = 14
  888. Mirror.TextWrapped = true
  889.  
  890. Frame1.Name = "Frame1"
  891. Frame1.Parent = MainFrame
  892. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  893. Frame1.BorderColor3 = Color3.new(0.219608, 0.34902, 0.439216)
  894. Frame1.BorderSizePixel = 0
  895. Frame1.Selectable = false
  896. Frame1.Size = UDim2.new(0, 500, 0, 300)
  897. Frame1.Visible = false
  898. Frame1.CanvasSize = UDim2.new(0, 0, 1, 40)
  899. Frame1.ScrollBarThickness = 0
  900.  
  901. BT.Name = "BT"
  902. BT.Parent = Frame1
  903. BT.BackgroundColor3 = Color3.new(1, 1, 1)
  904. BT.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  905. BT.BorderSizePixel = 4
  906. BT.Position = UDim2.new(0, 180, 0, 140)
  907. BT.Size = UDim2.new(0, 150, 0, 35)
  908. BT.Font = Enum.Font.SourceSans
  909. BT.Text = "Btools"
  910. BT.TextScaled = true
  911. BT.TextSize = 14
  912. BT.TextWrapped = true
  913.  
  914. God.Name = "God"
  915. God.Parent = Frame1
  916. God.BackgroundColor3 = Color3.new(1, 1, 1)
  917. God.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  918. God.BorderSizePixel = 4
  919. God.Position = UDim2.new(0, 10, 0, 90)
  920. God.Size = UDim2.new(0, 150, 0, 35)
  921. God.Font = Enum.Font.SourceSans
  922. God.Text = "God Mode"
  923. God.TextScaled = true
  924. God.TextSize = 14
  925. God.TextWrapped = true
  926.  
  927. LOCK.Name = "LOCK"
  928. LOCK.Parent = Frame1
  929. LOCK.BackgroundColor3 = Color3.new(1, 1, 1)
  930. LOCK.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  931. LOCK.BorderSizePixel = 4
  932. LOCK.Position = UDim2.new(0, 10, 0, 40)
  933. LOCK.Size = UDim2.new(0, 150, 0, 35)
  934. LOCK.Font = Enum.Font.SourceSans
  935. LOCK.Text = "Respawn(only when using godmode)"
  936. LOCK.TextScaled = true
  937. LOCK.TextSize = 14
  938. LOCK.TextWrapped = true
  939.  
  940. QuickEscape.Name = "QuickEscape"
  941. QuickEscape.Parent = Frame1
  942. QuickEscape.BackgroundColor3 = Color3.new(1, 1, 1)
  943. QuickEscape.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  944. QuickEscape.BorderSizePixel = 4
  945. QuickEscape.Position = UDim2.new(0, 10, 0, 140)
  946. QuickEscape.Size = UDim2.new(0, 150, 0, 35)
  947. QuickEscape.Font = Enum.Font.SourceSans
  948. QuickEscape.Text = "Quick Escape"
  949. QuickEscape.TextScaled = true
  950. QuickEscape.TextSize = 14
  951. QuickEscape.TextWrapped = true
  952.  
  953. RemDoors.Name = "RemDoors"
  954. RemDoors.Parent = Frame1
  955. RemDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  956. RemDoors.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  957. RemDoors.BorderSizePixel = 4
  958. RemDoors.Position = UDim2.new(0, 180, 0, 90)
  959. RemDoors.Size = UDim2.new(0, 150, 0, 35)
  960. RemDoors.Font = Enum.Font.SourceSans
  961. RemDoors.Text = "Remove Doors"
  962. RemDoors.TextScaled = true
  963. RemDoors.TextSize = 14
  964. RemDoors.TextWrapped = true
  965.  
  966. TPArrest.Name = "TPArrest"
  967. TPArrest.Parent = Frame1
  968. TPArrest.BackgroundColor3 = Color3.new(1, 1, 1)
  969. TPArrest.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  970. TPArrest.BorderSizePixel = 4
  971. TPArrest.Position = UDim2.new(0, 180, 0, 190)
  972. TPArrest.Size = UDim2.new(0, 150, 0, 35)
  973. TPArrest.Font = Enum.Font.SourceSans
  974. TPArrest.Text = "Auto Arrest Current Criminals"
  975. TPArrest.TextScaled = true
  976. TPArrest.TextSize = 14
  977. TPArrest.TextWrapped = true
  978.  
  979. TpCar.Name = "TpCar"
  980. TpCar.Parent = Frame1
  981. TpCar.BackgroundColor3 = Color3.new(1, 1, 1)
  982. TpCar.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  983. TpCar.BorderSizePixel = 4
  984. TpCar.Position = UDim2.new(0, 10, 0, 190)
  985. TpCar.Size = UDim2.new(0, 150, 0, 35)
  986. TpCar.Font = Enum.Font.SourceSans
  987. TpCar.Text = "Change Jumppower"
  988. TpCar.TextScaled = true
  989. TpCar.TextSize = 14
  990. TpCar.TextWrapped = true
  991.  
  992. Value.Name = "Value"
  993. Value.Parent = Frame1
  994. Value.BackgroundColor3 = Color3.new(1, 1, 1)
  995. Value.BorderColor3 = Color3.new(0, 0, 0)
  996. Value.BorderSizePixel = 4
  997. Value.Position = UDim2.new(0, 180, 0, 240)
  998. Value.Size = UDim2.new(0, 150, 0, 35)
  999. Value.Font = Enum.Font.SourceSans
  1000. Value.Text = "Walkspeed/Jumppower"
  1001. Value.TextScaled = true
  1002. Value.TextSize = 14
  1003. Value.TextWrapped = true
  1004.  
  1005. WS.Name = "WS"
  1006. WS.Parent = Frame1
  1007. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  1008. WS.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1009. WS.BorderSizePixel = 4
  1010. WS.Position = UDim2.new(0, 10, 0, 240)
  1011. WS.Size = UDim2.new(0, 150, 0, 35)
  1012. WS.Font = Enum.Font.SourceSans
  1013. WS.Text = "Change Walkspeed"
  1014. WS.TextScaled = true
  1015. WS.TextSize = 14
  1016. WS.TextWrapped = true
  1017.  
  1018. melee.Name = "melee"
  1019. melee.Parent = Frame1
  1020. melee.BackgroundColor3 = Color3.new(1, 1, 1)
  1021. melee.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1022. melee.BorderSizePixel = 4
  1023. melee.Position = UDim2.new(0, 180, 0, 40)
  1024. melee.Size = UDim2.new(0, 150, 0, 35)
  1025. melee.Font = Enum.Font.SourceSans
  1026. melee.Text = "Get All Weapons On Ground"
  1027. melee.TextScaled = true
  1028. melee.TextSize = 14
  1029. melee.TextWrapped = true
  1030.  
  1031. PlayerNameBox.Name = "PlayerNameBox"
  1032. PlayerNameBox.Parent = Frame1
  1033. PlayerNameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1034. PlayerNameBox.BorderColor3 = Color3.new(0, 0, 0)
  1035. PlayerNameBox.BorderSizePixel = 4
  1036. PlayerNameBox.Position = UDim2.new(0, 345, 0, 40)
  1037. PlayerNameBox.Size = UDim2.new(0, 150, 0, 35)
  1038. PlayerNameBox.Font = Enum.Font.SourceSans
  1039. PlayerNameBox.Text = "Player"
  1040. PlayerNameBox.TextColor3 = Color3.new(0, 0, 0)
  1041. PlayerNameBox.TextScaled = true
  1042. PlayerNameBox.TextSize = 14
  1043. PlayerNameBox.TextWrapped = true
  1044.  
  1045. ArrestPlr.Name = "ArrestPlr"
  1046. ArrestPlr.Parent = Frame1
  1047. ArrestPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  1048. ArrestPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1049. ArrestPlr.BorderSizePixel = 4
  1050. ArrestPlr.Position = UDim2.new(0, 345, 0, 90)
  1051. ArrestPlr.Size = UDim2.new(0, 150, 0, 35)
  1052. ArrestPlr.Font = Enum.Font.SourceSans
  1053. ArrestPlr.Text = "Arrest Player"
  1054. ArrestPlr.TextScaled = true
  1055. ArrestPlr.TextSize = 14
  1056. ArrestPlr.TextWrapped = true
  1057.  
  1058. KillAll.Name = "KillAll"
  1059. KillAll.Parent = Frame1
  1060. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  1061. KillAll.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1062. KillAll.BorderSizePixel = 4
  1063. KillAll.Position = UDim2.new(0, 345, 0, 140)
  1064. KillAll.Size = UDim2.new(0, 150, 0, 35)
  1065. KillAll.Font = Enum.Font.SourceSans
  1066. KillAll.Text = "Kill All"
  1067. KillAll.TextScaled = true
  1068. KillAll.TextSize = 14
  1069. KillAll.TextWrapped = true
  1070.  
  1071. HeadTp.Name = "HeadTp"
  1072. HeadTp.Parent = Frame1
  1073. HeadTp.BackgroundColor3 = Color3.new(1, 1, 1)
  1074. HeadTp.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1075. HeadTp.BorderSizePixel = 4
  1076. HeadTp.Position = UDim2.new(0, 345, 0, 190)
  1077. HeadTp.Size = UDim2.new(0, 150, 0, 35)
  1078. HeadTp.Font = Enum.Font.SourceSans
  1079. HeadTp.Text = "Tp all heads"
  1080. HeadTp.TextScaled = true
  1081. HeadTp.TextSize = 14
  1082. HeadTp.TextWrapped = true
  1083.  
  1084. KillPlr.Name = "KillPlr"
  1085. KillPlr.Parent = Frame1
  1086. KillPlr.BackgroundColor3 = Color3.new(1, 1, 1)
  1087. KillPlr.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1088. KillPlr.BorderSizePixel = 4
  1089. KillPlr.Position = UDim2.new(0, 345, 0, 240)
  1090. KillPlr.Size = UDim2.new(0, 150, 0, 35)
  1091. KillPlr.Font = Enum.Font.SourceSans
  1092. KillPlr.Text = "Kill Player"
  1093. KillPlr.TextScaled = true
  1094. KillPlr.TextSize = 14
  1095. KillPlr.TextWrapped = true
  1096.  
  1097. TeamC1.Name = "TeamC1"
  1098. TeamC1.Parent = Frame1
  1099. TeamC1.BackgroundColor3 = Color3.new(1, 1, 1)
  1100. TeamC1.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1101. TeamC1.BorderSizePixel = 4
  1102. TeamC1.Position = UDim2.new(0, 10, 0, 290)
  1103. TeamC1.Size = UDim2.new(0, 150, 0, 35)
  1104. TeamC1.Font = Enum.Font.SourceSans
  1105. TeamC1.Text = "Change to Criminal"
  1106. TeamC1.TextScaled = true
  1107. TeamC1.TextSize = 14
  1108. TeamC1.TextWrapped = true
  1109.  
  1110. TeamC2.Name = "TeamC2"
  1111. TeamC2.Parent = Frame1
  1112. TeamC2.BackgroundColor3 = Color3.new(1, 1, 1)
  1113. TeamC2.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1114. TeamC2.BorderSizePixel = 4
  1115. TeamC2.Position = UDim2.new(0, 180, 0, 290)
  1116. TeamC2.Size = UDim2.new(0, 150, 0, 35)
  1117. TeamC2.Font = Enum.Font.SourceSans
  1118. TeamC2.Text = "Change to Guard"
  1119. TeamC2.TextScaled = true
  1120. TeamC2.TextSize = 14
  1121. TeamC2.TextWrapped = true
  1122.  
  1123. TeamC3.Name = "TeamC3"
  1124. TeamC3.Parent = Frame1
  1125. TeamC3.BackgroundColor3 = Color3.new(1, 1, 1)
  1126. TeamC3.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1127. TeamC3.BorderSizePixel = 4
  1128. TeamC3.Position = UDim2.new(0, 345, 0, 290)
  1129. TeamC3.Size = UDim2.new(0, 150, 0, 35)
  1130. TeamC3.Font = Enum.Font.SourceSans
  1131. TeamC3.Text = "Change to Prisoner"
  1132. TeamC3.TextScaled = true
  1133. TeamC3.TextSize = 14
  1134. TeamC3.TextWrapped = true
  1135.  
  1136. Blackout.Name = "Blackout"
  1137. Blackout.Parent = MainFrame
  1138. Blackout.BackgroundColor3 = Color3.new(0, 0, 0)
  1139. Blackout.BackgroundTransparency = 1
  1140. Blackout.BorderSizePixel = 0
  1141. Blackout.Position = UDim2.new(0, 170, 0, 0)
  1142. Blackout.Size = UDim2.new(0, 330, 0, 300)
  1143.  
  1144.  
  1145.  
  1146. Hotkeys.Name = "Hotkeys"
  1147. Hotkeys.Parent = SettingsTab
  1148. Hotkeys.BackgroundColor3 = Color3.new(1, 1, 1)
  1149. Hotkeys.Position = UDim2.new(0, 250, 0, 0)
  1150. Hotkeys.Size = UDim2.new(0, 250, 0, 300)
  1151. Hotkeys.ScrollBarThickness = 0
  1152.  
  1153. Hotkey1.Name = "Hotkey1"
  1154. Hotkey1.BackgroundColor3 = Color3.new(1, 1, 1)
  1155. Hotkey1.BackgroundTransparency = 1
  1156. Hotkey1.Size = UDim2.new(0, 250, 0, 50)
  1157.  
  1158. HotkeyLabel.Name = "HotkeyLabel"
  1159. HotkeyLabel.Parent = Hotkey1
  1160. HotkeyLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1161. HotkeyLabel.BorderSizePixel = 0
  1162. HotkeyLabel.Size = UDim2.new(0, 200, 0, 50)
  1163. HotkeyLabel.Font = Enum.Font.SourceSans
  1164. HotkeyLabel.Text = "Sample hotkey:"
  1165. HotkeyLabel.TextScaled = true
  1166. HotkeyLabel.TextSize = 14
  1167. HotkeyLabel.TextWrapped = true
  1168.  
  1169. Hotkey.Name = "Hotkey"
  1170. Hotkey.Parent = Hotkey1
  1171. Hotkey.BackgroundColor3 = Color3.new(1, 1, 1)
  1172. Hotkey.Position = UDim2.new(0, 200, 0, 0)
  1173. Hotkey.Size = UDim2.new(0, 50, 0, 50)
  1174. Hotkey.Font = Enum.Font.SourceSans
  1175. Hotkey.Text = ""
  1176. Hotkey.TextScaled = true
  1177. Hotkey.TextSize = 14
  1178. Hotkey.TextWrapped = true
  1179.  
  1180. Menu.Name = "Menu"
  1181. Menu.Parent = MainFrame
  1182. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  1183. Menu.ClipsDescendants = true
  1184. Menu.Selectable = true
  1185. Menu.Size = UDim2.new(0, 170, 0, 30)
  1186.  
  1187. Functions.Name = "Functions"
  1188. Functions.Parent = Menu
  1189. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  1190. Functions.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1191. Functions.BorderSizePixel = 0
  1192. Functions.Position = UDim2.new(0, 0, 0, 30)
  1193. Functions.Size = UDim2.new(0, 170, 0, 40)
  1194. Functions.Font = Enum.Font.SciFi
  1195. Functions.Text = "Functions"
  1196. Functions.TextScaled = true
  1197. Functions.TextSize = 14
  1198. Functions.TextWrapped = true
  1199.  
  1200. MenuB.Name = "MenuB"
  1201. MenuB.Parent = Menu
  1202. MenuB.BackgroundColor3 = Color3.new(1, 1, 1)
  1203. MenuB.BorderColor3 = Color3.new(0.0862745, 0.164706, 0.345098)
  1204. MenuB.Size = UDim2.new(0, 170, 0, 30)
  1205. MenuB.Font = Enum.Font.SourceSans
  1206. MenuB.Text = "Menu"
  1207. MenuB.TextScaled = true
  1208. MenuB.TextSize = 14
  1209. MenuB.TextWrapped = true
  1210.  
  1211. Guns.Name = "Guns"
  1212. Guns.Parent = Menu
  1213. Guns.BackgroundColor3 = Color3.new(1, 1, 1)
  1214. Guns.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1215. Guns.BorderSizePixel = 0
  1216. Guns.Position = UDim2.new(0, 0, 0, 130)
  1217. Guns.Size = UDim2.new(0, 170, 0, 40)
  1218. Guns.Font = Enum.Font.SciFi
  1219. Guns.Text = "Weapons"
  1220. Guns.TextScaled = true
  1221. Guns.TextSize = 14
  1222. Guns.TextWrapped = true
  1223.  
  1224. Togglables.Name = "Togglables"
  1225. Togglables.Parent = Menu
  1226. Togglables.BackgroundColor3 = Color3.new(1, 1, 1)
  1227. Togglables.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1228. Togglables.BorderSizePixel = 0
  1229. Togglables.Position = UDim2.new(0, 0, 0, 180)
  1230. Togglables.Size = UDim2.new(0, 170, 0, 40)
  1231. Togglables.Font = Enum.Font.SciFi
  1232. Togglables.Text = "Toggleables"
  1233. Togglables.TextScaled = true
  1234. Togglables.TextSize = 14
  1235. Togglables.TextWrapped = true
  1236.  
  1237. Teleports.Name = "Teleports"
  1238. Teleports.Parent = Menu
  1239. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  1240. Teleports.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1241. Teleports.BorderSizePixel = 0
  1242. Teleports.Position = UDim2.new(0, 0, 0, 80)
  1243. Teleports.Size = UDim2.new(0, 170, 0, 40)
  1244. Teleports.Font = Enum.Font.SciFi
  1245. Teleports.Text = "Teleports"
  1246. Teleports.TextScaled = true
  1247. Teleports.TextSize = 14
  1248. Teleports.TextWrapped = true
  1249.  
  1250. Settings.Name = "Settings"
  1251. Settings.Parent = Menu
  1252. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  1253. Settings.BorderColor3 = Color3.new(0.176471, 0.27451, 0.345098)
  1254. Settings.BorderSizePixel = 0
  1255. Settings.Position = UDim2.new(0, 0, 0, 230)
  1256. Settings.Size = UDim2.new(0, 170, 0, 40)
  1257. Settings.Font = Enum.Font.SciFi
  1258. Settings.Text = "Settings"
  1259. Settings.TextScaled = true
  1260. Settings.TextSize = 14
  1261. Settings.TextWrapped = true
  1262.  
  1263. Open.Name = "Open"
  1264. Open.Parent = PrisonLife
  1265. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  1266. Open.BorderSizePixel = 4
  1267. Open.Position = UDim2.new(0, 0, 0, 500)
  1268. Open.Size = UDim2.new(0, 100, 0, 25)
  1269. Open.Visible = false
  1270. Open.Font = Enum.Font.SourceSans
  1271. Open.Text = "Open"
  1272. Open.TextScaled = true
  1273. Open.TextSize = 14
  1274. Open.TextWrapped = true
  1275.  
  1276. LoginScreen.Name = "LoginScreen"
  1277. LoginScreen.Active = true
  1278. LoginScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  1279. LoginScreen.BorderSizePixel = 4
  1280. LoginScreen.Draggable = true
  1281. LoginScreen.Position = UDim2.new(0.5, -200, 0.5, -125)
  1282. LoginScreen.Size = UDim2.new(0, 400, 0, 250)
  1283.  
  1284. LoginButton.Name = "LoginButton"
  1285. LoginButton.Parent = LoginScreen
  1286. LoginButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1287. LoginButton.BorderSizePixel = 4
  1288. LoginButton.Position = UDim2.new(0.5, -75, 0.5, -20)
  1289. LoginButton.Size = UDim2.new(0, 150, 0, 40)
  1290. LoginButton.Font = Enum.Font.SourceSans
  1291. LoginButton.Text = "Login"
  1292. LoginButton.TextScaled = true
  1293. LoginButton.TextSize = 14
  1294. LoginButton.TextWrapped = true
  1295.  
  1296. LoginDesc.Name = "LoginDesc"
  1297. LoginDesc.Parent = LoginScreen
  1298. LoginDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  1299. LoginDesc.BackgroundTransparency = 1
  1300. LoginDesc.Position = UDim2.new(0.5, -200, 1, -75)
  1301. LoginDesc.Size = UDim2.new(0, 400, 0, 75)
  1302. LoginDesc.Font = Enum.Font.SourceSans
  1303. LoginDesc.Text = "Press login to start wrecking the game!"
  1304. LoginDesc.TextScaled = true
  1305. LoginDesc.TextSize = 14
  1306. LoginDesc.TextWrapped = true
  1307.  
  1308. LoginTitle.Name = "LoginTitle"
  1309. LoginTitle.Parent = LoginScreen
  1310. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1311. LoginTitle.BackgroundTransparency = 1
  1312. LoginTitle.Size = UDim2.new(0, 400, 0, 75)
  1313. LoginTitle.Font = Enum.Font.SourceSans
  1314. LoginTitle.Text = "Prison wrecker V1"
  1315. LoginTitle.TextScaled = true
  1316. LoginTitle.TextSize = 14
  1317. LoginTitle.TextWrapped = true
  1318.  
  1319.  
  1320.  
  1321. LocalPlayer = game.Players.LocalPlayer
  1322. Mouse = LocalPlayer:GetMouse()
  1323. UserInputService = game:GetService('UserInputService')
  1324. NoClipF = false
  1325. ctpF = false
  1326. ArrestF = false
  1327. sprintF = false
  1328. killAuraF = false
  1329. BypassF = false
  1330. ArrestAuraF = false
  1331. ESPF = false
  1332. SuperPunchF = false
  1333. focus = false
  1334. cooldown = 1
  1335. timeDeb = false
  1336.  
  1337. Tp1P = CFrame.new(283, 72, 2213)
  1338. Tp2P = CFrame.new(778, 97, 2498)
  1339. Tp3P = CFrame.new(944, 94, -2055)
  1340. Tp4P = CFrame.new(821, 130, 2587)
  1341. Tp5P = CFrame.new(821, 99, 2274)
  1342. Tp6P = CFrame.new(874, 99, 2319)
  1343. Tp8P = CFrame.new(681, 100, 2330)
  1344. Tp9P = CFrame.new(914, 99, 2444)
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352. Noclip.MouseButton1Down:connect(function()
  1353.  
  1354. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  1355. print("im working")
  1356. if NoClipF == false then
  1357. NoClipF = true
  1358. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  1359. repeat
  1360. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  1361. wait()
  1362. until NoClipF == false
  1363. else
  1364. NoClipF = false
  1365. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  1366. end
  1367. end
  1368.  
  1369. end)
  1370.  
  1371. function SN(target)
  1372. for i,v in pairs(game.Players:GetChildren())do
  1373. if v.Name:lower():sub(1, #target) == target:lower() then
  1374. return v.Name
  1375. end
  1376. end
  1377. end
  1378.  
  1379.  
  1380.  
  1381. function Notify(title, msg, button)
  1382. local function callback(text)
  1383. print(text)
  1384. end
  1385.  
  1386. local bindableFunction = Instance.new("BindableFunction")
  1387. bindableFunction.OnInvoke = callback
  1388.  
  1389. game.StarterGui:SetCore("SendNotification", {
  1390. Title = title; -- Required. Has to be a string!
  1391. Text = msg; -- Required. Has to be a string!
  1392. Icon = ""; -- Optional, defaults to "" (no icon)
  1393. Duration = 15; -- Optional, defaults to 5 seconds
  1394. Callback = bindableFunction; -- Optional, gets invoked with the text of the button the user pressed
  1395. Button1 = button; -- Optional, makes a button appear with the given text that, when clicked, fires the Callback if it's given
  1396. })
  1397.  
  1398. print(string.byte(title, 1, #title), string.byte(msg, 1, #msg), string.byte(button, 1, #button))
  1399. end
  1400.  
  1401.  
  1402.  
  1403.  
  1404. ClickTp.MouseButton1Click:connect(function()
  1405. if ctpF == false then
  1406. ctpF = true
  1407. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1408. else
  1409. ctpF = false
  1410. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  1411. end
  1412. end)
  1413.  
  1414.  
  1415.  
  1416.  
  1417. LA.MouseButton1Click:connect(function()
  1418. if ArrestF == false then
  1419. ArrestF = true
  1420. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  1421. repeat
  1422. wait()
  1423. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  1424. until ArrestF == false
  1425.  
  1426. else
  1427. ArrestF = false
  1428. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  1429. end
  1430. end)
  1431.  
  1432. BPT.MouseButton1Click:connect(function()
  1433. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  1434. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  1435. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  1436. BypassF = false
  1437. BPT.BackgroundColor3 = Color3.new(1, 1, 1)
  1438. else
  1439. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  1440. BPT.BackgroundColor3 = Color3.new(0,0,0)
  1441. BypassF = true
  1442. end
  1443. else
  1444. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  1445.  
  1446. end
  1447.  
  1448. end)
  1449. KillAura.MouseButton1Click:connect(function()
  1450. if killAuraF == false then
  1451. killAuraF = true
  1452. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1453. repeat
  1454.  
  1455. wait()
  1456. for i, plr in pairs(game.Players:GetChildren()) do
  1457. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  1458. for i = 1,5 do
  1459. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  1460. end
  1461. end
  1462. end
  1463.  
  1464. until killAuraF == false
  1465.  
  1466. else
  1467. killAuraF = false
  1468. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1469. end
  1470. end)
  1471.  
  1472. TPArrest.MouseButton1Click:connect(function()
  1473. if mousein == false then
  1474. local Player = game.Players.LocalPlayer
  1475. local cpos = Player.Character.HumanoidRootPart.CFrame
  1476. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  1477. if v.Name ~= Player.Name then
  1478. local i = 10
  1479. repeat
  1480. wait()
  1481. i = i-1
  1482. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  1483. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1484. until i == 0
  1485. end
  1486. end
  1487. Player.Character.HumanoidRootPart.CFrame = cpos
  1488. Notify("Success", "Arrested all of the n00bs", "Cool!")
  1489. end
  1490. end)
  1491.  
  1492.  
  1493. QuickEscape.MouseButton1Click:connect(function()
  1494. if mousein == false then
  1495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  1496. end
  1497. end)
  1498.  
  1499.  
  1500. TpCar.MouseButton1Click:connect(function()
  1501. if mousein == false then
  1502. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(Value.Text)
  1503. end
  1504. end)
  1505.  
  1506.  
  1507. BT.MouseButton1Click:connect(function()
  1508. if mousein == false then
  1509. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1510. tool.BinType = "Hammer"
  1511. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1512. tool.BinType = "Clone"
  1513. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1514. tool.BinType = "GameTool"
  1515. end
  1516. end)
  1517.  
  1518. WS.MouseButton1Click:connect(function()
  1519. if mousein == false then
  1520. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(Value.Text)
  1521. end
  1522. end)
  1523.  
  1524.  
  1525. LOCK.MouseButton1Click:connect(function()
  1526. if mousein == false then
  1527. local a1 = Instance.new("Model", workspace)
  1528. local a2 = Instance.new("Part", a1)
  1529. a2.CanCollide = true
  1530. a2.Anchored = true
  1531. a2.CFrame = CFrame.new(10000, 10000, 10000)
  1532. a2.Name = "Torso"
  1533. local a3 = Instance.new("Humanoid", a1)
  1534. a3.MaxHealth=100;a3.Health=100
  1535. game.Players.LocalPlayer.Character = a1
  1536. a3.Health=0
  1537. end
  1538. end)
  1539.  
  1540. melee.MouseButton1Click:connect(function()
  1541. if mousein == false then
  1542. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  1543. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  1544. for j, k in pairs(weapons) do
  1545. if v.Name == k then
  1546. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  1547. end
  1548. end
  1549. end
  1550. end
  1551. end)
  1552.  
  1553. RemDoors.MouseButton1Down:connect(function()
  1554. game.Workspace.Doors:Destroy()
  1555. end)
  1556.  
  1557. God.MouseButton1Down:connect(function()
  1558. if mousein == false then
  1559. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1560. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1561. l.Parent = game.Players.LocalPlayer.Character
  1562. l.Name = "Humanoid"
  1563. wait(0.1)
  1564. game.Players.LocalPlayer.Character["1"]:Destroy()
  1565. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1566. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1567. wait(0.1)
  1568. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1569. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1570. end
  1571. end)
  1572.  
  1573.  
  1574.  
  1575. KillAll.MouseButton1Down:connect(function()
  1576. if mousein == false then
  1577.  
  1578.  
  1579. local Player = game.Players.LocalPlayer
  1580. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  1581. for i,v in pairs(game.Players:GetChildren()) do
  1582. if v.Name ~= game.Players.LocalPlayer.Name then
  1583. if not v.Character:FindFirstChild("ForceField") then
  1584. local playerName = v.Name
  1585. local PlayerToKill = game.Players:FindFirstChild(playerName)
  1586.  
  1587.  
  1588.  
  1589. repeat
  1590. if Player.Character.Humanoid.Sit == true then
  1591. Player.Character.Humanoid.Sit = false
  1592. end
  1593. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  1594. for h = 1,10 do
  1595. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  1596. end
  1597. game:GetService("RunService").RenderStepped:wait()
  1598. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  1599.  
  1600. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  1601. end
  1602. end
  1603. end
  1604.  
  1605. end
  1606. end)
  1607.  
  1608. function createTag(Color, Tag)
  1609.  
  1610. for i,v in pairs(game.Teams[Tag]:GetPlayers())do
  1611. if v.Character then
  1612. if not v.Character.Head:FindFirstChild("ESPTag") then
  1613. local BBG = Instance.new("BillboardGui")
  1614. BBG.Parent = v.Character.Head
  1615. BBG.Adornee = v.Character.Head
  1616. BBG.Name = "ESPTag"
  1617. BBG.Size = UDim2.new(2, 0, 1, 0)
  1618. BBG.StudsOffset = Vector3.new(-2.5, 6, 0)
  1619. BBG.AlwaysOnTop = true
  1620. local text = Instance.new("TextLabel", BBG)
  1621. text.Text = Tag
  1622. text.Size = UDim2.new(4, 0, 8, 0)
  1623. text.Position = UDim2.new(0, 0, 0, 0)
  1624. text.TextScaled = true
  1625. text.TextColor3 = Color
  1626. text.BackgroundTransparency = 1
  1627. end
  1628. end
  1629. end
  1630. end
  1631.  
  1632. function removeTag()
  1633. for i,v in pairs(game.Players:GetChildren())do
  1634. if v.Character then
  1635. if v.Character.Head:FindFirstChild("ESPTag") then
  1636. v.Character.Head.ESPTag:Destroy()
  1637. end
  1638. end
  1639. end
  1640. end
  1641.  
  1642. ESP.MouseButton1Down:connect(function()
  1643. if mousein == false then
  1644. if ESPF == false then
  1645. ESPF = true
  1646. ESP.BackgroundColor3 = Color3.new(0,0,0)
  1647. repeat
  1648. wait()
  1649.  
  1650. createTag(Color3.new(255,0,0), "Criminals")
  1651. createTag(Color3.new(0,0,255), "Guards")
  1652. createTag(Color3.new(255,85,0), "Inmates")
  1653. until ESPF == false
  1654. removeTag()
  1655. else
  1656. ESP.BackgroundColor3 = Color3.new(1,1,1)
  1657. ESPF = false
  1658. end
  1659. end
  1660. end)
  1661.  
  1662.  
  1663. SuperPunch.MouseButton1Down:connect(function()
  1664. if SuperPunchF == false then
  1665. SuperPunchF = true
  1666. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  1667. else
  1668. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  1669. SuperPunchF = false
  1670. end
  1671.  
  1672. end)
  1673.  
  1674.  
  1675.  
  1676. mousein = false
  1677. Menu.MouseLeave:connect(function()
  1678. Menu:TweenSize(UDim2.new(0, 170, 0, 30), "Out", "Quad", 0.10)
  1679. mousein = false
  1680. wait()
  1681. if mousein == false then
  1682. Blackout.BackgroundTransparency = 0.7
  1683. end
  1684. wait()
  1685. if mousein == false then
  1686. Blackout.BackgroundTransparency = 1
  1687. end
  1688. end)
  1689.  
  1690. Menu.MouseEnter:connect(function()
  1691. Menu:TweenSize(UDim2.new(0, 170, 0, 300), "Out", "Quad", 0.10)
  1692. mousein = true
  1693. wait()
  1694. if mousein == true then
  1695. Blackout.BackgroundTransparency = 0.9
  1696. end
  1697. wait()
  1698. if mousein == true then
  1699. Blackout.BackgroundTransparency = 0.7
  1700. end
  1701. wait()
  1702. if mousein == true then
  1703. Blackout.BackgroundTransparency = 0.5
  1704. end
  1705. end)
  1706.  
  1707.  
  1708. Functions.MouseButton1Down:connect(function()
  1709. Frame1.Visible = true
  1710. Frame2.Visible = false
  1711. Frame3.Visible = false
  1712. Frame4.Visible = false
  1713. SettingsTab = false
  1714. end)
  1715.  
  1716. Teleports.MouseButton1Down:connect(function()
  1717. Frame2.Visible = true
  1718. Frame1.Visible = false
  1719. Frame3.Visible = false
  1720. Frame4.Visible = false
  1721. SettingsTab = false
  1722. end)
  1723. Guns.MouseButton1Down:connect(function()
  1724. Frame2.Visible = false
  1725. Frame1.Visible = false
  1726. Frame3.Visible = true
  1727. Frame4.Visible = false
  1728. SettingsTab = false
  1729. end)
  1730. Togglables.MouseButton1Down:connect(function()
  1731. Frame2.Visible = false
  1732. Frame1.Visible = false
  1733. Frame3.Visible = false
  1734. Frame4.Visible = true
  1735. SettingsTab = false
  1736. end)
  1737.  
  1738. Settings.MouseButton1Down:connect(function()
  1739. Frame2.Visible = false
  1740. Frame1.Visible = false
  1741. Frame3.Visible = false
  1742. Frame4.Visible = false
  1743. SettingsTab = true
  1744. end)
  1745.  
  1746.  
  1747.  
  1748. HeadTp.MouseButton1Down:connect(function()
  1749.  
  1750.  
  1751.  
  1752. for i,v in pairs(game.Players:GetChildren()) do
  1753. if v.Name ~= game.Players.LocalPlayer.Name then
  1754. if v.Character then
  1755. v.Character.Head.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,0,2)
  1756. end
  1757. end
  1758. end
  1759.  
  1760.  
  1761.  
  1762.  
  1763. end)
  1764.  
  1765.  
  1766.  
  1767.  
  1768. ArrestAura.MouseButton1Click:connect(function()
  1769. if ArrestAuraF == false then
  1770. ArrestAuraF = true
  1771. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1772. repeat
  1773. wait()
  1774. for i = 1,10 do
  1775. local arrestEvent = game.Workspace.Remote.arrest
  1776. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1777. if plr.Name ~= game.Players.LocalPlayer.Name then
  1778. local obj = plr.Character.HumanoidRootPart
  1779. local response =arrestEvent:InvokeServer(obj)
  1780. end
  1781. end
  1782. end
  1783.  
  1784. until ArrestAuraF == false
  1785. else
  1786. ArrestAuraF = false
  1787. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1788.  
  1789. end
  1790. end)
  1791.  
  1792.  
  1793. --[[wait()
  1794. char = game.Players.LocalPlayer.CharacterAdded:wait()
  1795. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  1796. if NoClipF == true then
  1797. part.CanCollide = false
  1798. wait(1)
  1799. part.CanCollide = true
  1800. end
  1801. end)
  1802.  
  1803. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  1804. char = game.Players.LocalPlayer.CharacterAdded:wait()
  1805. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  1806. if NoClipF == true then
  1807. part.CanCollide = false
  1808. wait(1)
  1809. part.CanCollide = true
  1810. end
  1811. end)
  1812. end)]]
  1813.  
  1814.  
  1815.  
  1816.  
  1817. ------------------Hotkeys---------------------
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824. local Scooldown = false
  1825.  
  1826. function punch()
  1827.  
  1828. local mainRemotes = game.ReplicatedStorage
  1829. local meleeRemote = mainRemotes['meleeEvent']
  1830. local mouse = game.Players.LocalPlayer:GetMouse()
  1831. local punching = false
  1832. Scooldown = true
  1833. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  1834. part.Transparency = 1
  1835. part.Size = Vector3.new(5, 2, 3)
  1836. part.CanCollide = false
  1837. local w1 = Instance.new("Weld", part)
  1838. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  1839. w1.Part1 = part
  1840. w1.C1 = CFrame.new(0,0,2)
  1841. part.Touched:connect(function(hit)
  1842. if game.Players:FindFirstChild(hit.Parent.Name) then
  1843. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  1844. if plr.Name ~= game.Players.LocalPlayer.Name then
  1845. part:Destroy()
  1846.  
  1847. for i = 1,100 do
  1848. meleeRemote:FireServer(plr)
  1849. end
  1850. end
  1851. end
  1852. end)
  1853.  
  1854. wait(1)
  1855. Scooldown = false
  1856. part:Destroy()
  1857. end
  1858.  
  1859.  
  1860. Mouse.KeyDown:connect(function(key)
  1861. if SuperPunchF == true then
  1862. if Scooldown == false then
  1863. if key:lower() == "f" then
  1864.  
  1865. punch()
  1866.  
  1867. end
  1868. end
  1869. end
  1870. end)
  1871.  
  1872.  
  1873. print("hi")
  1874. hotkeypos = 0
  1875. for i,v in pairs(Frame4:GetChildren())do
  1876. local HotkeyFrame = Hotkey1:Clone()
  1877. HotkeyFrame.Name = v.Name
  1878. HotkeyFrame.Parent = Hotkeys
  1879. HotkeyFrame.Position = UDim2.new(0,0,0, hotkeypos)
  1880. HotkeyFrame.HotkeyLabel.Text = v.Name.." Hotkey:"
  1881. hotkeypos = hotkeypos+50
  1882. HotkeyFrame.Hotkey.FocusLost:connect(function(pressed)
  1883. if pressed then
  1884.  
  1885. Notify("Error", "The "..v.Name.." hotkey is invalid.", "Ok. ;(")
  1886.  
  1887. end
  1888. end)
  1889.  
  1890. end
  1891.  
  1892.  
  1893. UserInputService.InputBegan:connect(function(Input, Processed)
  1894.  
  1895. if Input.UserInputType == Enum.UserInputType.Keyboard then
  1896. print("1")
  1897. if focus == false then
  1898. print("2")
  1899. if Hotkeys["Noclip"].Hotkey.Text ~= "" then
  1900. if Input.KeyCode == Enum.KeyCode[Hotkeys["Noclip"].Hotkey.Text:upper()] then
  1901. if not game.Players.LocalPlayer.Character:FindFirstChild("ForceField") then
  1902. print("im working")
  1903. if NoClipF == false then
  1904. NoClipF = true
  1905. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  1906. repeat
  1907. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11);
  1908. wait()
  1909. until NoClipF == false
  1910. else
  1911. NoClipF = false
  1912. Noclip.BackgroundColor3 = MainFrame.BackgroundColor3
  1913. end
  1914. end
  1915.  
  1916. end
  1917. end
  1918.  
  1919.  
  1920. if Hotkeys["Click Tp"].Hotkey.Text ~= "" then
  1921. if Input.KeyCode == Enum.KeyCode[Hotkeys["Click Tp"].Hotkey.Text:upper()] then
  1922. if ctpF == false then
  1923. ctpF = true
  1924. ClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  1925. else
  1926. ctpF = false
  1927. ClickTp.BackgroundColor3 = MainFrame.BackgroundColor3
  1928. end
  1929. end
  1930. end
  1931.  
  1932. if Hotkeys["ESP"].Hotkey.Text ~= "" then
  1933. if Input.KeyCode == Enum.KeyCode[Hotkeys["ESP"].Hotkey.Text:upper()] then
  1934. if ESPF == false then
  1935. ESPF = true
  1936. ESP.BackgroundColor3 = Color3.new(0,0,0)
  1937. repeat
  1938. wait()
  1939.  
  1940. createTag(Color3.new(255,0,0), "Criminals")
  1941. createTag(Color3.new(0,0,255), "Guards")
  1942. createTag(Color3.new(255,85,0), "Inmates")
  1943. until ESPF == false
  1944. removeTag()
  1945. else
  1946. ESP.BackgroundColor3 = Color3.new(1,1,1)
  1947. ESPF = false
  1948. end
  1949. end
  1950. end
  1951.  
  1952. if Hotkeys["Airwalk"].Hotkey.Text ~= "" then
  1953. if Input.KeyCode == Enum.KeyCode[Hotkeys["Airwalk"].Hotkey.Text:upper()] then
  1954. if ArrestF == false then
  1955. ArrestF = true
  1956. LA.BackgroundColor3 = Color3.new(0, 0, 0)
  1957. repeat
  1958. wait()
  1959. game.Players.LocalPlayer.Character.Humanoid:ChangeState(10);
  1960. until ArrestF == false
  1961.  
  1962. else
  1963. ArrestF = false
  1964. LA.BackgroundColor3 = MainFrame.BackgroundColor3
  1965. end
  1966. end
  1967. end
  1968.  
  1969.  
  1970. if Hotkeys["Arrest Aura"].Hotkey.Text ~= "" then
  1971. if Input.KeyCode == Enum.KeyCode[Hotkeys["Arrest Aura"].Hotkey.Text:upper()] then
  1972. if ArrestAuraF == false then
  1973. ArrestAuraF = true
  1974. ArrestAura.BackgroundColor3 = Color3.new(0, 0, 0)
  1975. repeat
  1976. wait()
  1977. for i = 1,10 do
  1978. local arrestEvent = game.Workspace.Remote.arrest
  1979. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  1980. if plr.Name ~= game.Players.LocalPlayer.Name then
  1981. local obj = plr.Character.HumanoidRootPart
  1982. local response =arrestEvent:InvokeServer(obj)
  1983. end
  1984. end
  1985. end
  1986.  
  1987. until ArrestAuraF == false
  1988. else
  1989. ArrestAuraF = false
  1990. ArrestAura.BackgroundColor3 = MainFrame.BackgroundColor3
  1991.  
  1992. end
  1993. end
  1994. end
  1995.  
  1996. if Hotkeys["KillAura"].Hotkey.Text ~= "" then
  1997. if Input.KeyCode == Enum.KeyCode[Hotkeys["KillAura"].Hotkey.Text:upper()] then
  1998. if killAuraF == false then
  1999. killAuraF = true
  2000. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  2001. repeat
  2002.  
  2003. wait()
  2004. for i, plr in pairs(game.Players:GetChildren()) do
  2005. if plr.Name ~= game.Players.LocalPlayer.Name and killAuraF == true then
  2006. for i = 1,5 do
  2007. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  2008. end
  2009. end
  2010. end
  2011.  
  2012. until killAuraF == false
  2013.  
  2014. else
  2015. killAuraF = false
  2016. KillAura.BackgroundColor3 = MainFrame.BackgroundColor3
  2017. end
  2018. end
  2019. end
  2020.  
  2021. if Hotkeys["Taser Bypass"].Hotkey.Text ~= "" then
  2022. if Input.KeyCode == Enum.KeyCode[Hotkeys["Bypass Taser"].Hotkey.Text:upper()] then
  2023. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler") then
  2024. if game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled == true then
  2025. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = false
  2026. BypassF = false
  2027. BPT.BackgroundColor3 = Color3.new(0, 0, 0)
  2028. else
  2029. game.Players.LocalPlayer.Character:FindFirstChild("ClientInputHandler").Disabled = true
  2030. BPT.BackgroundColor3 = MainFrame.BackgroundColor3
  2031. BypassF = true
  2032. end
  2033. else
  2034. Notify("Error", "ClientInputHandler not found!", "Ok ;(")
  2035.  
  2036. end
  2037.  
  2038. end
  2039.  
  2040.  
  2041. end
  2042.  
  2043.  
  2044.  
  2045. end
  2046.  
  2047. if Hotkeys["Super Punch"].Hotkey.Text ~= nil then
  2048. if Input.KeyCode == Enum.KeyCode[Hotkeys["Super Punch"].Hotkey.Text:upper()] then
  2049. if SuperPunchF == true then
  2050. SuperPunchF = false
  2051. SuperPunch.BackgroundColor3 = Color3.new(1,1,1)
  2052. else
  2053. SuperPunch.BackgroundColor3 = Color3.new(0,0,0)
  2054. SuperPunchF = true
  2055. end
  2056. end
  2057. end
  2058.  
  2059. end
  2060.  
  2061.  
  2062.  
  2063.  
  2064. end)
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077. -------------------------------------------
  2078.  
  2079. Tp1.MouseButton1Down:connect(function()
  2080. if mousein == false then
  2081. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp1P
  2082. end
  2083. end)
  2084.  
  2085. Tp2.MouseButton1Down:connect(function()
  2086. if mousein == false then
  2087. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp2P
  2088. end
  2089. end)
  2090. Tp3.MouseButton1Down:connect(function()
  2091. if mousein == false then
  2092. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp3P
  2093. end
  2094. end)
  2095. Tp4.MouseButton1Down:connect(function()
  2096.  
  2097. if mousein == false then
  2098. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp4P
  2099. end
  2100. end)
  2101. Tp5.MouseButton1Down:connect(function()
  2102. if mousein == false then
  2103. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp5P
  2104. end
  2105. end)
  2106. Tp6.MouseButton1Down:connect(function()
  2107. if mousein == false then
  2108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp6P
  2109. end
  2110. end)
  2111. Tp8.MouseButton1Down:connect(function()
  2112. if mousein == false then
  2113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp8P
  2114. end
  2115.  
  2116. end)
  2117. Tp9.MouseButton1Down:connect(function()
  2118. if mousein == false then
  2119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Player.Text].Character.HumanoidRootPart.CFrame
  2120. end
  2121. end)
  2122. Tp10.MouseButton1Down:connect(function()
  2123. if mousein == false then
  2124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Tp9P
  2125. end
  2126. end)
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132. game.Players.LocalPlayer.CharacterAdded:connect(function()
  2133. game.Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  2134. game.Players.LocalPlayer.Character:WaitForChild("ClientInputHandler").Disabled = BypassF
  2135. end)
  2136. end)
  2137.  
  2138.  
  2139.  
  2140.  
  2141.  
  2142. Mouse.Button1Down:connect(function()
  2143. if ctpF == true then
  2144. LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p)
  2145. end
  2146. end)
  2147.  
  2148.  
  2149. open = false
  2150. Open.MouseButton1Down:connect(function()
  2151. if open == false then
  2152. Topbar.Visible = true
  2153. open = true
  2154. Open.Text = "Close"
  2155. else
  2156. Topbar.Visible = false
  2157. open = false
  2158. Open.Text = "Open"
  2159. end
  2160. end)
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172. TeamC1.MouseButton1Down:connect(function()
  2173. if mousein == false then
  2174. local prevposition = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2175. wait(0.1)
  2176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-975, 112, 2055)
  2177. wait(0.5)
  2178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = prevposition
  2179. end
  2180. end)
  2181.  
  2182. TeamC2.MouseButton1Down:connect(function()
  2183. if mousein == false then
  2184. workspace.Remote.TeamEvent:FireServer("Bright blue")
  2185. end
  2186. end)
  2187.  
  2188. TeamC3.MouseButton1Down:connect(function()
  2189. if mousein == false then
  2190. workspace.Remote.TeamEvent:FireServer("Bright orange")
  2191. end
  2192. end)
  2193.  
  2194. ArrestPlr.MouseButton1Down:connect(function()
  2195. if mousein == false then
  2196. local target
  2197. if SN(PlayerNameBox.Text) ~= nil then
  2198. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  2199.  
  2200. end
  2201.  
  2202.  
  2203. if target ~= nil then
  2204.  
  2205. local Player = game.Players.LocalPlayer
  2206. local prevPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2207. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  2208. if v.Name:lower() == target.Name:lower() then
  2209. local i = 5
  2210. repeat
  2211. wait()
  2212. i = i-1
  2213. if Player.Character.Humanoid.Sit == true then
  2214. Player.Character.Humanoid.Sit = false
  2215. end
  2216. game.Workspace.Remote.arrest:InvokeServer(v.Character.HumanoidRootPart)
  2217. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  2218. until i == 0
  2219. Player.Character.HumanoidRootPart.CFrame = prevPos
  2220. end
  2221. end
  2222. else
  2223. Notify("Error", "Player isnt in game.", "Ok.")
  2224. end
  2225. end
  2226.  
  2227. end)
  2228.  
  2229.  
  2230. KillPlr.MouseButton1Down:connect(function()
  2231. if mousein == false then
  2232. local target
  2233. if SN(PlayerNameBox.Text) ~= nil then
  2234. target = game.Players:FindFirstChild(SN(PlayerNameBox.Text))
  2235. end
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268. if target ~= nil then
  2269. local Player = game.Players.LocalPlayer
  2270. for i,v in pairs(game.Players:GetChildren()) do
  2271. if v.Name == target.Name then
  2272. if not v.Character:FindFirstChild("ForceField") then
  2273.  
  2274. local PlayerToKill = game.Players:FindFirstChild(target.Name)
  2275. local prevCFrame = Player.Character.HumanoidRootPart.CFrame
  2276.  
  2277.  
  2278. repeat
  2279. Player.Character.HumanoidRootPart.CFrame = PlayerToKill.Character.HumanoidRootPart.CFrame
  2280. for h = 1,10 do
  2281. game.ReplicatedStorage.meleeEvent:FireServer(PlayerToKill)
  2282. end
  2283. wait()
  2284. until PlayerToKill.Character.Humanoid.Health == 0 or v == nil
  2285. wait()
  2286. Player.Character.HumanoidRootPart.CFrame = prevCFrame
  2287. end
  2288. end
  2289. end
  2290. else
  2291. Notify("Error", "Player isnt in game.", "Ok.")
  2292. end
  2293. end
  2294. end)
  2295.  
  2296. local function getclass(t)
  2297. for i,v in pairs(t:GetChildren()) do
  2298. if v.ClassName == "TextBox" then
  2299. v.Focused:connect(function()
  2300.  
  2301. print("3")
  2302. end)
  2303. v.FocusLost:connect(function()
  2304. focused = false
  2305.  
  2306. end)
  2307. end
  2308. getclass(v)
  2309. end
  2310. end
  2311.  
  2312.  
  2313.  
  2314.  
  2315. labelPos = 0
  2316. function resetPlayerList()
  2317. wait(1)
  2318. Players:ClearAllChildren()
  2319. labelPos = 0
  2320. for i,v in pairs(game.Players:GetChildren())do
  2321. if v.Name ~= game.Players.LocalPlayer.Name then
  2322. local label = Instance.new("TextButton", Players)
  2323. label.Text = v.Name
  2324. label.Size = UDim2.new(0, 140, 0, 35)
  2325. label.Position = UDim2.new(0, 0, 0, labelPos)
  2326. label.TextScaled = true
  2327. label.BackgroundColor3 = Color3.new(1,1,1)
  2328. labelPos = labelPos+35
  2329. Players.CanvasSize = UDim2.new(0, 0, 0, labelPos)
  2330. label.MouseButton1Down:connect(function()
  2331. Player.Text = label.Text
  2332. end)
  2333. end
  2334. end
  2335. end
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344. resetPlayerList()
  2345. game.Players.PlayerAdded:connect(function()
  2346. resetPlayerList()
  2347. end)
  2348. game.Players.PlayerRemoving:connect(function()
  2349. wait(1)
  2350. resetPlayerList()
  2351. end)
  2352.  
  2353.  
  2354.  
  2355.  
  2356. Ak47.MouseButton1Down:connect(function()
  2357. if mousein == false then
  2358. local Weapon = {"AK-47"}
  2359. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2360. if v.Name == Weapon[1] then
  2361. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2362. end
  2363. end
  2364. end
  2365. end)
  2366. M4A1.MouseButton1Down:connect(function()
  2367. if mousein == false then
  2368. local Weapon = {"M4A1"}
  2369. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2370. if v.Name == Weapon[1] then
  2371. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2372. end
  2373. end
  2374. end
  2375. end)
  2376. M9.MouseButton1Down:connect(function()
  2377. if mousein == false then
  2378. local Weapon = {"M9"}
  2379. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2380. if v.Name == Weapon[1] then
  2381. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2382. end
  2383. end
  2384. end
  2385. end)
  2386. Shotgun.MouseButton1Down:connect(function()
  2387. if mousein == false then
  2388. local Weapon = {"Remington 870"}
  2389. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2390. if v.Name == Weapon[1] then
  2391. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2392. end
  2393. end
  2394. end
  2395. end)
  2396.  
  2397. Knife.MouseButton1Down:connect(function()
  2398. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2399.  
  2400. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2401.  
  2402. end
  2403. end)
  2404.  
  2405. melee.MouseButton1Down:connect(function()
  2406. if mousein == false then
  2407. for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do
  2408.  
  2409. local lol = workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2410. end
  2411. end
  2412. end)
  2413.  
  2414.  
  2415. LoginButton.MouseButton1Down:connect(function()
  2416. LoginScreen:Destroy()
  2417. Notify("Wait...", "Be patient.", "okay then")
  2418. wait(math.random(2,3))
  2419.  
  2420. Open.Visible = true
  2421. open = false
  2422. for i = 1,10 do
  2423. print("Done!")
  2424. end
  2425. Notify("Loaded!", "You can start!", "Yes")
  2426. end)
  2427.  
  2428. getclass(PrisonLife)
  2429. LoginScreen.Parent = PrisonLife
  2430. Notify("Launcher Loaded!", "Press login to start wrecking the game!", "Nice!")
  2431.  
  2432. --[[
  2433. GUI Made By: Jmuse#3982
  2434. Full credit to the original script makers
  2435. Website: https://rbxcheats--jmuse.repl.co/
  2436. If You Find Any Bugs/Errors Just Message Me On Discord - Jmuse#3982
  2437. ]]
  2438.  
  2439. loadstring(game:HttpGet("https://raw.githubusercontent.com/RbxCheats/RbxCheats/master/Scripts/v2.6.txt", true))()
  2440.  
  2441. local function SendNotification(title,text,duration,...)
  2442. game.StarterGui:SetCore("SendNotification", {
  2443. Title = title;
  2444. Text = text;
  2445. Icon = "";
  2446. Duration = duration;
  2447. })
  2448. end
  2449.  
  2450. game.Players.ChildAdded:Connect(function(player)
  2451. if not pcall (function()
  2452. SendNotification("Player Joined",""..player.Name.." Has joined the server",2.5 )
  2453. end) then
  2454. print ("Error")
  2455. end
  2456. end)
  2457.  
  2458. game.Players.ChildRemoved:Connect(function(player)
  2459. if not pcall (function()
  2460. SendNotification("Player Left",""..player.Name.." Has rage quit",2.5 )
  2461. end) then
  2462. print ("Error")
  2463. end
  2464. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement