Advertisement
dkg_yt

PrisonHub

May 4th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.48 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local mainFrame = Instance.new("Frame")
  6. local TopFrame = Instance.new("Frame")
  7. local Creds = Instance.new("TextLabel")
  8. local CloseB = Instance.new("TextButton")
  9. local AntiKick = Instance.new("TextButton")
  10. local info = Instance.new("TextLabel")
  11. local giveWeapons = Instance.new("TextButton")
  12. local killauraE = Instance.new("TextButton")
  13. local Admin_1 = Instance.new("TextButton")
  14. local Admin_2 = Instance.new("TextButton")
  15. local neutral = Instance.new("TextButton")
  16. local RemoveDoors = Instance.new("TextButton")
  17. local Btools = Instance.new("TextButton")
  18. --Properties:
  19. ScreenGui.Parent = game.CoreGui
  20. mainFrame.Active = true
  21. TopFrame.Draggable = true
  22. mainFrame.Draggable = true
  23.  
  24. mainFrame.Name = "mainFrame"
  25. mainFrame.Parent = ScreenGui
  26. mainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  27. mainFrame.BackgroundTransparency = 0.5
  28. mainFrame.Position = UDim2.new(0.40375942, 0, 0.0662460327, 0)
  29. mainFrame.Size = UDim2.new(0, 478, 0, 344)
  30.  
  31. TopFrame.Name = "TopFrame"
  32. TopFrame.Parent = mainFrame
  33. TopFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  34. TopFrame.BackgroundTransparency = 0.5
  35. TopFrame.Position = UDim2.new(-0.00202909973, 0, -0.000375969452, 0)
  36. TopFrame.Size = UDim2.new(0, 478, 0, 54)
  37.  
  38. Creds.Name = "Creds"
  39. Creds.Parent = TopFrame
  40. Creds.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Creds.BackgroundTransparency = 1
  42. Creds.Position = UDim2.new(0.0899581537, 0, -7.4505806e-09, 0)
  43. Creds.Size = UDim2.new(0, 200, 0, 50)
  44. Creds.Font = Enum.Font.SciFi
  45. Creds.Text = "Prison Hub by CheeseChicken#9309"
  46. Creds.TextColor3 = Color3.new(1, 1, 0)
  47. Creds.TextSize = 18
  48.  
  49. CloseB.Name = "CloseB"
  50. CloseB.Parent = TopFrame
  51. CloseB.BackgroundColor3 = Color3.new(1, 1, 1)
  52. CloseB.BackgroundTransparency = 1
  53. CloseB.Position = UDim2.new(0.918409944, 0, 0, 0)
  54. CloseB.Size = UDim2.new(0, 39, 0, 35)
  55. CloseB.Font = Enum.Font.SciFi
  56. CloseB.Text = "X"
  57. CloseB.TextColor3 = Color3.new(1, 1, 1)
  58. CloseB.TextSize = 24
  59. CloseB.MouseButton1Click:connect(function()
  60.     mainFrame.Visible = false
  61. end)
  62.  
  63. AntiKick.Name = "AntiKick"
  64. AntiKick.Parent = mainFrame
  65. AntiKick.BackgroundColor3 = Color3.new(1, 1, 1)
  66. AntiKick.BackgroundTransparency = 0.5
  67. AntiKick.Position = UDim2.new(0.420149684, 0, 0.154372394, 0)
  68. AntiKick.Size = UDim2.new(0, 75, 0, 32)
  69. AntiKick.Font = Enum.Font.SourceSans
  70. AntiKick.Text = "anti Kick"
  71. AntiKick.TextColor3 = Color3.new(0, 0, 0)
  72. AntiKick.TextSize = 14
  73. AntiKick.MouseButton1Down:connect(function()
  74.     AntiKick.TextColor3 = Color3.new(68, 255, 0)
  75.     local VirtualUser=game:service'VirtualUser'
  76. game:service'Players'.LocalPlayer.Idled:connect(function()
  77. end)
  78. VirtualUser:CaptureController()
  79. VirtualUser:ClickButton2(Vector2.new())
  80. end)
  81.  
  82. info.Name = "info"
  83. info.Parent = mainFrame
  84. info.BackgroundColor3 = Color3.new(1, 1, 1)
  85. info.BackgroundTransparency = 1
  86. info.Position = UDim2.new(0.0146443509, 0, 0.127906963, 0)
  87. info.Size = UDim2.new(0, 200, 0, 50)
  88. info.Font = Enum.Font.SourceSans
  89. info.Text = "Enable first >>>>>"
  90. info.TextColor3 = Color3.new(1, 1, 0)
  91. info.TextSize = 23
  92.  
  93. giveWeapons.Name = "giveWeapons"
  94. giveWeapons.Parent = mainFrame
  95. giveWeapons.BackgroundColor3 = Color3.new(1, 1, 1)
  96. giveWeapons.BackgroundTransparency = 0.5
  97. giveWeapons.Position = UDim2.new(0.0142919421, 0, 0.302628219, 0)
  98. giveWeapons.Size = UDim2.new(0, 145, 0, 32)
  99. giveWeapons.Font = Enum.Font.SourceSans
  100. giveWeapons.Text = "Give all weapons"
  101. giveWeapons.TextColor3 = Color3.new(0, 0, 0)
  102. giveWeapons.MouseButton1Down:connect(function()
  103. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield"}
  104.   for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  105.   for j, k in pairs(weapons) do
  106.   if v.Name == k then
  107.   v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  108.   end
  109.   end
  110.   end
  111. end)
  112.  
  113.  
  114. killauraE.Name = "killauraE"
  115. killauraE.Parent = mainFrame
  116. killauraE.BackgroundColor3 = Color3.new(1, 1, 1)
  117. killauraE.BackgroundTransparency = 0.5
  118. killauraE.Position = UDim2.new(0.0142919421, 0, 0.447977066, 0)
  119. killauraE.Size = UDim2.new(0, 145, 0, 32)
  120. killauraE.Font = Enum.Font.SourceSans
  121. killauraE.Text = "kill Aura  (hold e)"
  122. killauraE.TextColor3 = Color3.new(0, 0, 0)
  123. killauraE.TextSize = 14
  124. killauraE.MouseButton1Down:connect(function()
  125.     plr = game:service'Players'.LocalPlayer
  126. char = plr.Character
  127. mouse = plr:GetMouse()
  128. on = false
  129.  
  130. mouse.KeyDown:connect(function(key)
  131.    if key == "e" then
  132.        on = true
  133.    end
  134. end)
  135.  
  136. mouse.KeyUp:connect(function(key)
  137.    if key == "e" then
  138.        on = false
  139.    end
  140. end)
  141.  
  142. while wait(0.1) do
  143.    for i, b in pairs(game.Players:GetChildren()) do
  144.        if b.Name ~= plr.Name and not b:IsFriendsWith(plr.UserId) and on then
  145.            for i = 1, 10 do
  146.                game.ReplicatedStorage.meleeEvent:FireServer(b)
  147.            end
  148.        end
  149.    end
  150. end
  151. end)
  152.  
  153. Admin_1.Name = "Admin_1"
  154. Admin_1.Parent = mainFrame
  155. Admin_1.BackgroundColor3 = Color3.new(1, 1, 1)
  156. Admin_1.BackgroundTransparency = 0.5
  157. Admin_1.Position = UDim2.new(0.346927911, 0, 0.302628219, 0)
  158. Admin_1.Size = UDim2.new(0, 145, 0, 32)
  159. Admin_1.Font = Enum.Font.SourceSans
  160. Admin_1.Text = "admin (1)"
  161. Admin_1.TextColor3 = Color3.new(0, 0, 0)
  162. Admin_1.TextSize = 14
  163.  
  164. Admin_2.Name = "Admin_2"
  165. Admin_2.Parent = mainFrame
  166. Admin_2.BackgroundColor3 = Color3.new(1, 1, 1)
  167. Admin_2.BackgroundTransparency = 0.5
  168. Admin_2.Position = UDim2.new(0.694208264, 0, 0.302628219, 0)
  169. Admin_2.Size = UDim2.new(0, 145, 0, 32)
  170. Admin_2.Font = Enum.Font.SourceSans
  171. Admin_2.Text = "admin (2)"
  172. Admin_2.TextColor3 = Color3.new(0, 0, 0)
  173. Admin_2.TextSize = 14
  174.  
  175. neutral.Name = "neutral"
  176. neutral.Parent = mainFrame
  177. neutral.BackgroundColor3 = Color3.new(1, 1, 1)
  178. neutral.BackgroundTransparency = 0.5
  179. neutral.Position = UDim2.new(0.346927911, 0, 0.447977066, 0)
  180. neutral.Size = UDim2.new(0, 145, 0, 32)
  181. neutral.Font = Enum.Font.SourceSans
  182. neutral.Text = "neutral"
  183. neutral.TextColor3 = Color3.new(0, 0, 0)
  184. neutral.TextSize = 14
  185. neutral.MouseButton1Down:connect(function()
  186.   game.Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  187.    end)
  188.  
  189.  
  190. RemoveDoors.Name = "RemoveDoors"
  191. RemoveDoors.Parent = mainFrame
  192. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  193. RemoveDoors.BackgroundTransparency = 0.5
  194. RemoveDoors.Position = UDim2.new(0.696300268, 0, 0.450884044, 0)
  195. RemoveDoors.Size = UDim2.new(0, 145, 0, 32)
  196. RemoveDoors.Font = Enum.Font.SourceSans
  197. RemoveDoors.Text = "remove doors"
  198. RemoveDoors.TextColor3 = Color3.new(0, 0, 0)
  199. RemoveDoors.TextSize = 14
  200. RemoveDoors.MouseButton1Down:connect(function()
  201. game.Workspace.Doors:Destroy()
  202. end)
  203.  
  204.  
  205. Btools.Name = "Btools"
  206. Btools.Parent = mainFrame
  207. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  208. Btools.BackgroundTransparency = 0.5
  209. Btools.Position = UDim2.new(0.346927911, 0, 0.575884044, 0)
  210. Btools.Size = UDim2.new(0, 145, 0, 32)
  211. Btools.Font = Enum.Font.SourceSans
  212. Btools.Text = "Btools"
  213. Btools.TextColor3 = Color3.new(0, 0, 0)
  214. Btools.TextSize = 14
  215. Btools.MouseButton1Down:connect(function()
  216.   Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  217.   Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  218.   Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  219.   loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  220. end)
  221.  
  222. Admin_1.MouseButton1Click:connect(function()
  223.    loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  224. end)
  225.  
  226. Admin_2.MouseButton1Click:connect(function()
  227.     loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  228. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement