Advertisement
BINO2002

Untitled

Dec 17th, 2018
30,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.54 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PrisonLifeHAX = Instance.new("ScreenGui")
  4. local MainUI = Instance.new("Frame")
  5. local guiname = Instance.new("TextLabel")
  6. local Walkspeed = Instance.new("TextButton")
  7. local Jumpower = Instance.new("TextButton")
  8. local SpeedValue = Instance.new("TextBox")
  9. local JumpowerValue = Instance.new("TextBox")
  10. local tools = Instance.new("TextButton")
  11. local melee = Instance.new("TextButton")
  12. local killaura = Instance.new("TextButton")
  13. local bypass = Instance.new("TextButton")
  14. local removedoors = Instance.new("TextButton")
  15. local clickarrest = Instance.new("TextButton")
  16. local teleportlist = Instance.new("TextLabel")
  17. local outside = Instance.new("TextButton")
  18. local criminalbase = Instance.new("TextButton")
  19. local yard = Instance.new("TextButton")
  20. local cafeteria = Instance.new("TextButton")
  21. local cells = Instance.new("TextButton")
  22. local secret = Instance.new("TextButton")
  23. local credits = Instance.new("TextLabel")
  24.  
  25. -- Properties
  26.  
  27. PrisonLifeHAX.Name = "PrisonLifeHAX"
  28. PrisonLifeHAX.Parent = game.CoreGui
  29.  
  30. MainUI.Name = "MainUI"
  31. MainUI.Parent = PrisonLifeHAX
  32. MainUI.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  33. MainUI.BackgroundTransparency = 0.019999999552965
  34. MainUI.Position = UDim2.new(0.24550131, 0, 0.056497179, 0)
  35. MainUI.Size = UDim2.new(0, 470, 0, 304)
  36.  
  37. guiname.Name = "guiname"
  38. guiname.Parent = MainUI
  39. guiname.BackgroundColor3 = Color3.new(0.588235, 0, 0)
  40. guiname.Position = UDim2.new(0, 0, -0.00657894742, 0)
  41. guiname.Size = UDim2.new(0, 470, 0, 38)
  42. guiname.Font = Enum.Font.SciFi
  43. guiname.Text = "PrisonHax"
  44. guiname.TextSize = 40
  45.  
  46. Walkspeed.Name = "Walkspeed"
  47. Walkspeed.Parent = MainUI
  48. Walkspeed.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  49. Walkspeed.Position = UDim2.new(0.0150537631, 0, 0.183050841, 0)
  50. Walkspeed.Size = UDim2.new(0, 97, 0, 30)
  51. Walkspeed.Font = Enum.Font.SciFi
  52. Walkspeed.Text = "Walkspeed"
  53. Walkspeed.TextSize = 19
  54. Walkspeed.TextStrokeTransparency = 2
  55.  
  56. Jumpower.Name = "Jumpower"
  57. Jumpower.Parent = MainUI
  58. Jumpower.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  59. Jumpower.Position = UDim2.new(0.0150537631, 0, 0.311864406, 0)
  60. Jumpower.Size = UDim2.new(0, 97, 0, 30)
  61. Jumpower.Font = Enum.Font.SciFi
  62. Jumpower.Text = "Jumpower"
  63. Jumpower.TextSize = 19
  64. Jumpower.TextStrokeTransparency = 2
  65.  
  66. SpeedValue.Name = "SpeedValue"
  67. SpeedValue.Parent = MainUI
  68. SpeedValue.BackgroundColor3 = Color3.new(0.596078, 0, 0)
  69. SpeedValue.Position = UDim2.new(0.223655909, 0, 0.183050841, 0)
  70. SpeedValue.Size = UDim2.new(0, 97, 0, 30)
  71. SpeedValue.Font = Enum.Font.SciFi
  72. SpeedValue.Text = "Value"
  73. SpeedValue.TextSize = 14
  74.  
  75. JumpowerValue.Name = "JumpowerValue"
  76. JumpowerValue.Parent = MainUI
  77. JumpowerValue.BackgroundColor3 = Color3.new(0.596078, 0, 0)
  78. JumpowerValue.Position = UDim2.new(0.223655909, 0, 0.311864406, 0)
  79. JumpowerValue.Size = UDim2.new(0, 97, 0, 30)
  80. JumpowerValue.Font = Enum.Font.SciFi
  81. JumpowerValue.Text = "Value"
  82. JumpowerValue.TextSize = 14
  83.  
  84. tools.Name = "tools"
  85. tools.Parent = MainUI
  86. tools.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  87. tools.Position = UDim2.new(0.0171814226, 0, 0.710771561, 0)
  88. tools.Size = UDim2.new(0, 97, 0, 30)
  89. tools.Font = Enum.Font.SciFi
  90. tools.Text = "Give Guns"
  91. tools.TextSize = 19
  92. tools.TextStrokeTransparency = 2
  93.  
  94. melee.Name = "melee"
  95. melee.Parent = MainUI
  96. melee.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  97. melee.Position = UDim2.new(0.264516085, 0, 0.710671365, 0)
  98. melee.Size = UDim2.new(0, 97, 0, 30)
  99. melee.Font = Enum.Font.SciFi
  100. melee.Text = "Give melee"
  101. melee.TextSize = 19
  102. melee.TextStrokeTransparency = 2
  103.  
  104. killaura.Name = "killaura"
  105. killaura.Parent = MainUI
  106. killaura.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  107. killaura.Position = UDim2.new(0.0150537193, 0, 0.859322011, 0)
  108. killaura.Size = UDim2.new(0, 97, 0, 30)
  109. killaura.Font = Enum.Font.SciFi
  110. killaura.Text = "Kill aura"
  111. killaura.TextSize = 19
  112. killaura.TextStrokeTransparency = 2
  113.  
  114. bypass.Name = "bypass"
  115. bypass.Parent = MainUI
  116. bypass.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  117. bypass.Position = UDim2.new(0.264516085, 0, 0.859322011, 0)
  118. bypass.Size = UDim2.new(0, 97, 0, 30)
  119. bypass.Font = Enum.Font.SciFi
  120. bypass.Text = "Bypass"
  121. bypass.TextSize = 19
  122. bypass.TextStrokeTransparency = 2
  123.  
  124. removedoors.Name = "removedoors"
  125. removedoors.Parent = MainUI
  126. removedoors.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  127. removedoors.Position = UDim2.new(0.506451607, 0, 0.709076762, 0)
  128. removedoors.Size = UDim2.new(0, 100, 0, 30)
  129. removedoors.Font = Enum.Font.SciFi
  130. removedoors.Text = "Delete doors"
  131. removedoors.TextSize = 19
  132. removedoors.TextStrokeTransparency = 2
  133.  
  134. clickarrest.Name = "clickarrest"
  135. clickarrest.Parent = MainUI
  136. clickarrest.BackgroundColor3 = Color3.new(0.490196, 0, 0)
  137. clickarrest.Position = UDim2.new(0.506520212, 0, 0.859322011, 0)
  138. clickarrest.Size = UDim2.new(0, 97, 0, 30)
  139. clickarrest.Font = Enum.Font.SciFi
  140. clickarrest.Text = "Click arrest"
  141. clickarrest.TextSize = 19
  142. clickarrest.TextStrokeTransparency = 2
  143.  
  144. teleportlist.Name = "teleportlist"
  145. teleportlist.Parent = MainUI
  146. teleportlist.BackgroundColor3 = Color3.new(0.623529, 0, 0)
  147. teleportlist.Position = UDim2.new(0.516129017, 0, 0.162711859, 0)
  148. teleportlist.Size = UDim2.new(0, 201, 0, 20)
  149. teleportlist.Font = Enum.Font.SciFi
  150. teleportlist.Text = "Teleport list"
  151. teleportlist.TextScaled = true
  152. teleportlist.TextSize = 15
  153. teleportlist.TextWrapped = true
  154.  
  155. outside.Name = "outside"
  156. outside.Parent = MainUI
  157. outside.BackgroundColor3 = Color3.new(0.462745, 0, 0)
  158. outside.Position = UDim2.new(0.516129017, 0, 0.284745753, 0)
  159. outside.Size = UDim2.new(0, 101, 0, 20)
  160. outside.Font = Enum.Font.SciFi
  161. outside.Text = "Outside prison"
  162. outside.TextSize = 14
  163.  
  164. criminalbase.Name = "criminalbase"
  165. criminalbase.Parent = MainUI
  166. criminalbase.BackgroundColor3 = Color3.new(0.462745, 0, 0)
  167. criminalbase.Position = UDim2.new(0.750537634, 0, 0.284745753, 0)
  168. criminalbase.Size = UDim2.new(0, 101, 0, 20)
  169. criminalbase.Font = Enum.Font.SciFi
  170. criminalbase.Text = "Criminal base"
  171. criminalbase.TextSize = 14
  172.  
  173. yard.Name = "yard"
  174. yard.Parent = MainUI
  175. yard.BackgroundColor3 = Color3.new(0.462745, 0, 0)
  176. yard.Position = UDim2.new(0.516129017, 0, 0.383050859, 0)
  177. yard.Size = UDim2.new(0, 101, 0, 20)
  178. yard.Font = Enum.Font.SciFi
  179. yard.Text = "Yard"
  180. yard.TextSize = 14
  181.  
  182. cafeteria.Name = "cafeteria"
  183. cafeteria.Parent = MainUI
  184. cafeteria.BackgroundColor3 = Color3.new(0.462745, 0, 0)
  185. cafeteria.Position = UDim2.new(0.750537634, 0, 0.383050859, 0)
  186. cafeteria.Size = UDim2.new(0, 101, 0, 20)
  187. cafeteria.Font = Enum.Font.SciFi
  188. cafeteria.Text = "Cafeteria"
  189. cafeteria.TextSize = 14
  190.  
  191. cells.Name = "cells"
  192. cells.Parent = MainUI
  193. cells.BackgroundColor3 = Color3.new(0.462745, 0, 0)
  194. cells.Position = UDim2.new(0.516129017, 0, 0.488135606, 0)
  195. cells.Size = UDim2.new(0, 101, 0, 20)
  196. cells.Font = Enum.Font.SciFi
  197. cells.Text = "Cells"
  198. cells.TextSize = 14
  199.  
  200. secret.Name = "secret"
  201. secret.Parent = MainUI
  202. secret.BackgroundColor3 = Color3.new(0.462745, 0, 0)
  203. secret.Position = UDim2.new(0.750537634, 0, 0.488135606, 0)
  204. secret.Size = UDim2.new(0, 101, 0, 20)
  205. secret.Font = Enum.Font.SciFi
  206. secret.Text = "Secret room"
  207. secret.TextSize = 14
  208.  
  209. credits.Name = "credits"
  210. credits.Parent = MainUI
  211. credits.BackgroundColor3 = Color3.new(0.513726, 0, 0)
  212. credits.Position = UDim2.new(0, 0, 1, 0)
  213. credits.Size = UDim2.new(0, 470, 0, 27)
  214. credits.Font = Enum.Font.SciFi
  215. credits.Text = "Made by Roboguyplayzroblox1"
  216. credits.TextSize = 19
  217.  
  218. -- Dragable
  219. MainUI.Active = true
  220. MainUI.Draggable = true
  221.  
  222.  
  223. -- All the scripts
  224.  
  225. local p = game.Players.LocalPlayer
  226.  
  227. -- Gives guns
  228. tools.MouseButton1Down:connect(function()
  229. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  230. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  231. for j, k in pairs(weapons) do
  232. if v.Name == k then
  233. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  234. end
  235. end
  236. end
  237. end)
  238.  
  239. -- Gives meele tools
  240. melee.MouseButton1Down:connect(function()
  241. local weapons = {"Crude Knife", "Sharpened stick", "Extendo mirror"}
  242. for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
  243. for j, k in pairs(weapons) do
  244. if v.Name == k then
  245. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  246. end
  247. end
  248. end
  249. end)
  250.  
  251.  
  252. -- removes all doors
  253. removedoors.MouseButton1Down:connect(function()
  254. game.Workspace.Doors:Destroy()
  255. end)
  256.  
  257. -- kill anybody near you
  258. killaura.MouseButton1Down:connect(function()
  259. while wait(0.1) do
  260. for i, plr in pairs(game.Players:GetChildren()) do
  261. if plr.Name ~= game.Players.LocalPlayer.Name then
  262. for i = 1, 10 do
  263. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  264. end
  265. end
  266. end
  267. end
  268. end)
  269.  
  270. -- bypassed taser and arrest
  271.  
  272. bypass.MouseButton1Down:connect(function()
  273. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  274. game.Players.LocalPlayer.CharacterAdded:connect(function()
  275. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  276. game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
  277. end)
  278. local message = Instance.new("Message",game.Workspace)
  279. message.Text = 'This script bypasses taser and arrest!'
  280. wait(3)
  281. message:Destroy()
  282. end)
  283.  
  284.  
  285. -- click arrest
  286. clickarrest.MouseButton1Down:connect(function()
  287. local mouse = game.Players.LocalPlayer:GetMouse()
  288. local arrestEvent = game.Workspace.Remote.arrest
  289. mouse.Button1Down:connect(function()
  290. local obj = mouse.Target
  291. local response = arrestEvent:InvokeServer(obj)
  292. end)
  293. local message = Instance.new("Message",game.Workspace)
  294. message.Text = "This script can only arrest guilty prisoners and criminals!"
  295. wait(2)
  296. message:destroy()
  297. end)
  298.  
  299. --Walkspeed
  300. Walkspeed.MouseButton1Down:connect(function()
  301. p.Character.Humanoid.WalkSpeed = SpeedValue.Text
  302. end)
  303.  
  304. -- Jumpower
  305. Jumpower.MouseButton1Down:connect(function()
  306. p.Character.Humanoid.JumpPower = JumpowerValue.Text
  307. end)
  308.  
  309.  
  310. outside.MouseButton1Down:connect(function()
  311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(288.452, 69.999, 2206.731)
  312. end)
  313.  
  314.  
  315. criminalbase.MouseButton1Down:connect(function()
  316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
  317. end)
  318.  
  319. yard.MouseButton1Down:connect(function()
  320. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.092, 96.001, 2451.114)
  321. end)
  322.  
  323. cafeteria.MouseButton1Down:connect(function()
  324. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(930, 97.54, 2291)
  325. end)
  326.  
  327. cells.MouseButton1Down:connect(function()
  328. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918, 97.73, 2447)
  329. end)
  330.  
  331. secret.MouseButton1Down:connect(function()
  332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(697, 97.492, 2364)
  333. end)
  334.  
  335. --- End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement