Advertisement
Guest User

Prisonlife Gui by (Co)#1414

a guest
Mar 22nd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.56 KB | None | 0 0
  1. --[[
  2. By (Co)#1414
  3. Version 1.0.0
  4. --]]
  5.  
  6. local OwO = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Caption = Instance.new("Frame")
  9. local Label = Instance.new("TextLabel")
  10. local NoClip = Instance.new("TextButton")
  11. local KillAura = Instance.new("TextButton")
  12. local Fly = Instance.new("TextButton")
  13. local JumpPower = Instance.new("TextButton")
  14. local GunMod = Instance.new("TextButton")
  15. local Guns = Instance.new("TextButton")
  16. local OnePunch = Instance.new("TextButton")
  17. local WalkSpeed = Instance.new("TextButton")
  18. local ClickArrest = Instance.new("TextButton")
  19. local RemoveDoors = Instance.new("TextButton")
  20. local EscapePrison = Instance.new("TextButton")
  21.  
  22. OwO.Name = "OwO"
  23. OwO.Parent = game.CoreGui
  24. OwO.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = OwO
  28. MainFrame.Active = true
  29. MainFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.160784)
  30. MainFrame.BorderSizePixel = 0
  31. MainFrame.Position = UDim2.new(0.320524842, 0, 0.340637445, 0)
  32. MainFrame.Size = UDim2.new(0, 356, 0, 200)
  33. MainFrame.Draggable = true
  34.  
  35. Caption.Name = "Caption"
  36. Caption.Parent = MainFrame
  37. Caption.Active = true
  38. Caption.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  39. Caption.BorderSizePixel = 0
  40. Caption.Size = UDim2.new(0, 356, 0, 29)
  41.  
  42. Label.Name = "Label"
  43. Label.Parent = Caption
  44. Label.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  45. Label.BackgroundTransparency = 1
  46. Label.BorderSizePixel = 0
  47. Label.Position = UDim2.new(0.10674157, 0, 0.241379261, 0)
  48. Label.Size = UDim2.new(0, 279, 0, 14)
  49. Label.Font = Enum.Font.SciFi
  50. Label.Text = "PrisonLife GUI by (Co)"
  51. Label.TextColor3 = Color3.new(1, 1, 1)
  52. Label.TextSize = 14
  53.  
  54. NoClip.Name = "NoClip"
  55. NoClip.Parent = MainFrame
  56. NoClip.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  57. NoClip.BorderSizePixel = 0
  58. NoClip.Position = UDim2.new(0.342696607, 0, 0.210981727, 0)
  59. NoClip.Size = UDim2.new(0, 111, 0, 29)
  60. NoClip.Font = Enum.Font.SciFi
  61. NoClip.Text = "NoClip: Off"
  62. NoClip.TextColor3 = Color3.new(1, 1, 1)
  63. NoClip.TextSize = 14
  64. local ANoclip = false
  65. NoClip.MouseButton1Down:connect(function()
  66. if ANoclip then
  67. NoClip.Text = "NoClip: Off"
  68. ANoclip = false
  69. else
  70. NoClip.Text = "NoClip: On"
  71. ANoclip = true
  72. end
  73. end)
  74.  
  75. KillAura.Name = "KillAura"
  76. KillAura.Parent = MainFrame
  77. KillAura.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  78. KillAura.BorderSizePixel = 0
  79. KillAura.Position = UDim2.new(0.688202262, 0, 0.210981727, 0)
  80. KillAura.Size = UDim2.new(0, 111, 0, 29)
  81. KillAura.Font = Enum.Font.SciFi
  82. KillAura.Text = "KillAura: Off"
  83. KillAura.TextColor3 = Color3.new(1, 1, 1)
  84. KillAura.TextSize = 14
  85. local AKillaura = false
  86. KillAura.MouseButton1Down:connect(function()
  87. if AKillaura then
  88. KillAura.Text = "KillAura: Off"
  89. AKillaura = false
  90. else
  91. KillAura.Text = "KillAura: On"
  92. AKillaura = true
  93. end
  94. end)
  95.  
  96. Fly.Name = "Fly"
  97. Fly.Parent = MainFrame
  98. Fly.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  99. Fly.BorderSizePixel = 0
  100. Fly.Position = UDim2.new(0, 0, 0.210981727, 0)
  101. Fly.Size = UDim2.new(0, 111, 0, 29)
  102. Fly.Font = Enum.Font.SciFi
  103. Fly.Text = "Fly: Off"
  104. Fly.TextColor3 = Color3.new(1, 1, 1)
  105. Fly.TextSize = 14
  106. _G.Flying = false
  107. Fly.MouseButton1Down:connect(function()
  108. if _G.Flying then
  109. Fly.Text = "Fly: Off"
  110. _G.Flying = false
  111. else
  112. Fly.Text = "Fly: On"
  113. _G.Flying = true
  114. loadstring(game:HttpGet("https://pastebin.com/raw/CeHQ7dGw", true))()
  115. end
  116. end)
  117.  
  118. JumpPower.Name = "JumpPower"
  119. JumpPower.Parent = MainFrame
  120. JumpPower.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  121. JumpPower.BorderSizePixel = 0
  122. JumpPower.Position = UDim2.new(0.688202262, 0, 0.617579937, 0)
  123. JumpPower.Size = UDim2.new(0, 111, 0, 29)
  124. JumpPower.Font = Enum.Font.SciFi
  125. JumpPower.Text = "JumpPower: Off"
  126. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  127. JumpPower.TextSize = 14
  128. local AJumpPower = false
  129. JumpPower.MouseButton1Down:connect(function()
  130. if AJumpPower then
  131. JumpPower.Text = "JumpPower: Off"
  132. AJumpPower = false
  133. game:service'Players'.LocalPlayer.Character.Humanoid.JumpPower = 50
  134. else
  135. JumpPower.Text = "JumpPower: On"
  136. AJumpPower = true
  137. end
  138. end)
  139.  
  140. GunMod.Name = "GunMod"
  141. GunMod.Parent = MainFrame
  142. GunMod.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  143. GunMod.BorderSizePixel = 0
  144. GunMod.Position = UDim2.new(0.342696637, 0, 0.816963434, 0)
  145. GunMod.Size = UDim2.new(0, 234, 0, 29)
  146. GunMod.Font = Enum.Font.SciFi
  147. GunMod.Text = "GunMod (Un-Equip first)"
  148. GunMod.TextColor3 = Color3.new(1, 1, 1)
  149. GunMod.TextSize = 14
  150. GunMod.MouseButton1Down:connect(function()
  151. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  152. if v:FindFirstChild("GunStates") then
  153. local Module = require(v.GunStates)
  154. Module.Spread = 0
  155. Module.Damage = math.huge
  156. Module.MaxAmmo = math.huge
  157. Module.StoredAmmo = math.huge
  158. Module.FireRate = 0
  159. Module.AmmoPerClip = math.huge
  160. Module.Range = math.huge
  161. Module.ReloadTime = 0
  162. Module.Bullets = 10
  163. Module.AutoFire = true
  164. end
  165. end
  166. end)
  167.  
  168. Guns.Name = "Guns"
  169. Guns.Parent = MainFrame
  170. Guns.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  171. Guns.BorderSizePixel = 0
  172. Guns.Position = UDim2.new(0.688202262, 0, 0.424497694, 0)
  173. Guns.Size = UDim2.new(0, 111, 0, 29)
  174. Guns.Font = Enum.Font.SciFi
  175. Guns.Text = "Give Guns"
  176. Guns.TextColor3 = Color3.new(1, 1, 1)
  177. Guns.TextSize = 14
  178. Guns.MouseButton1Down:connect(function()
  179. for i,v in next, game:service'Workspace'.Prison_ITEMS.giver:children() do
  180. game:service'Workspace'.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  181. end
  182. end)
  183.  
  184. OnePunch.Name = "OnePunch"
  185. OnePunch.Parent = MainFrame
  186. OnePunch.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  187. OnePunch.BorderSizePixel = 0
  188. OnePunch.Position = UDim2.new(0, 0, 0.816963434, 0)
  189. OnePunch.Size = UDim2.new(0, 111, 0, 29)
  190. OnePunch.Font = Enum.Font.SciFi
  191. OnePunch.Text = "OnePunch: Off"
  192. OnePunch.TextColor3 = Color3.new(1, 1, 1)
  193. OnePunch.TextSize = 14
  194. _G.OnePunch = true
  195. _G.running = false
  196. OnePunch.MouseButton1Down:connect(function()
  197. if _G.running == false then
  198. loadstring(game:HttpGet("https://pastebin.com/raw/XrCF8UPN", true))()
  199. end
  200. if _G.OnePunch then
  201. OnePunch.Text = "OnePunch: On"
  202. _G.OnePunch = false
  203. else
  204. OnePunch.Text = "OnePunch: Off"
  205. _G.OnePunch = true
  206. end
  207. end)
  208.  
  209. WalkSpeed.Name = "WalkSpeed"
  210. WalkSpeed.Parent = MainFrame
  211. WalkSpeed.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  212. WalkSpeed.BorderSizePixel = 0
  213. WalkSpeed.Position = UDim2.new(0.342696607, 0, 0.617579937, 0)
  214. WalkSpeed.Size = UDim2.new(0, 111, 0, 29)
  215. WalkSpeed.Font = Enum.Font.SciFi
  216. WalkSpeed.Text = "WalkSpeed: Off"
  217. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  218. WalkSpeed.TextSize = 14
  219. local AWalkSpeed = false
  220. WalkSpeed.MouseButton1Down:connect(function()
  221. if AWalkSpeed then
  222. WalkSpeed.Text = "WalkSpeed: Off"
  223. AWalkSpeed = false
  224. game:service'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  225. else
  226. WalkSpeed.Text = "WalkSpeed: On"
  227. AWalkSpeed = true
  228. end
  229. end)
  230.  
  231. game:GetService('RunService').Stepped:connect(function()
  232. if AKillaura then
  233. for i, plr in pairs(game.Players:GetChildren()) do
  234. if plr.Name ~= game.Players.LocalPlayer.Name then
  235. for i = 1, 10 do
  236. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  237. end
  238. end
  239. end
  240. wait(0.1)
  241. end
  242. if ANoclip then
  243. game:service'Players'.LocalPlayer.Character.Humanoid:ChangeState(11)
  244. end
  245. if AJumpPower then
  246. if game:service'Players'.LocalPlayer.Character.Humanoid.JumpPower ~= 130 then
  247. game:service'Players'.LocalPlayer.Character.Humanoid.JumpPower = 130
  248. end
  249. end
  250. if AWalkSpeed then
  251. if game:service'Players'.LocalPlayer.Character.Humanoid.WalkSpeed ~= 150 then
  252. game:service'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  253. end
  254. end
  255. end)
  256.  
  257. ClickArrest.Name = "ClickArrest"
  258. ClickArrest.Parent = MainFrame
  259. ClickArrest.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  260. ClickArrest.BorderSizePixel = 0
  261. ClickArrest.Position = UDim2.new(0, 0, 0.617579937, 0)
  262. ClickArrest.Size = UDim2.new(0, 111, 0, 29)
  263. ClickArrest.Font = Enum.Font.SciFi
  264. ClickArrest.Text = "Click Arrest: Off"
  265. ClickArrest.TextColor3 = Color3.new(1, 1, 1)
  266. ClickArrest.TextSize = 14
  267. local CRunning = false
  268. local AArrest = false
  269. ClickArrest.MouseButton1Down:connect(function()
  270. if CRunning == false then
  271. local mouse = game.Players.LocalPlayer:GetMouse()
  272. local arrestEvent = game.Workspace.Remote.arrest
  273. mouse.Button1Down:connect(function()
  274. if AArrest then
  275. arrestEvent:InvokeServer(mouse.target)
  276. end
  277. end)
  278. CRunning = true
  279. end
  280.  
  281. if AArrest then
  282. ClickArrest.Text = "Click Arrest: Off"
  283. AArrest = false
  284. else
  285. ClickArrest.Text = "Click Arrest: On"
  286. AArrest = true
  287. end
  288. end)
  289.  
  290. RemoveDoors.Name = "RemoveDoors"
  291. RemoveDoors.Parent = MainFrame
  292. RemoveDoors.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  293. RemoveDoors.BorderSizePixel = 0
  294. RemoveDoors.Position = UDim2.new(0.342696607, 0, 0.424497694, 0)
  295. RemoveDoors.Size = UDim2.new(0, 111, 0, 29)
  296. RemoveDoors.Font = Enum.Font.SciFi
  297. RemoveDoors.Text = "Remove Doors"
  298. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  299. RemoveDoors.TextSize = 14
  300. RemoveDoors.MouseButton1Down:connect(function()
  301. workspace.Doors:Remove()
  302. end)
  303.  
  304. EscapePrison.Name = "EscapePrison"
  305. EscapePrison.Parent = MainFrame
  306. EscapePrison.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  307. EscapePrison.BorderSizePixel = 0
  308. EscapePrison.Position = UDim2.new(0, 0, 0.424497694, 0)
  309. EscapePrison.Size = UDim2.new(0, 111, 0, 29)
  310. EscapePrison.Font = Enum.Font.SciFi
  311. EscapePrison.Text = "Escape Prison"
  312. EscapePrison.TextColor3 = Color3.new(1, 1, 1)
  313. EscapePrison.TextSize = 14
  314. EscapePrison.MouseButton1Down:connect(function()
  315. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(485, 98, 2216)
  316. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement