Advertisement
Guest User

PRISON LIFE GUI

a guest
Mar 29th, 2020
1,699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("ImageLabel")
  8. local tools = Instance.new("TextButton")
  9. local floor = Instance.new("TextButton")
  10. local killaura = Instance.new("TextButton")
  11. local btools = Instance.new("TextButton")
  12. local removedoors = Instance.new("TextButton")
  13. local removefances = Instance.new("TextButton")
  14. local removecells = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Frame.Name = "Frame"
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. Frame.BackgroundTransparency = 1.000
  24. Frame.Position = UDim2.new(0.0856843144, 0, 0.181818172, 0)
  25. Frame.Size = UDim2.new(0, 454, 0, 253)
  26. Frame.Image = "rbxassetid://3570695787"
  27. Frame.ImageColor3 = Color3.fromRGB(47, 47, 47)
  28. Frame.ScaleType = Enum.ScaleType.Slice
  29. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  30. Frame.SliceScale = 0.120
  31.  
  32. tools.Name = "tools"
  33. tools.Parent = Frame
  34. tools.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  35. tools.BorderSizePixel = 0
  36. tools.Position = UDim2.new(0.0396475755, 0, 0.154150203, 0)
  37. tools.Size = UDim2.new(0, 134, 0, 51)
  38. tools.Font = Enum.Font.Cartoon
  39. tools.Text = "Guns"
  40. tools.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. tools.TextSize = 26.000
  42.  
  43. floor.Name = "floor"
  44. floor.Parent = Frame
  45. floor.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  46. floor.BorderSizePixel = 0
  47. floor.Position = UDim2.new(0.352422893, 0, 0.154150203, 0)
  48. floor.Size = UDim2.new(0, 134, 0, 51)
  49. floor.Font = Enum.Font.Cartoon
  50. floor.Text = "floor tools"
  51. floor.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. floor.TextSize = 26.000
  53.  
  54. killaura.Name = "killaura"
  55. killaura.Parent = Frame
  56. killaura.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  57. killaura.BorderSizePixel = 0
  58. killaura.Position = UDim2.new(0.665198207, 0, 0.154150203, 0)
  59. killaura.Size = UDim2.new(0, 134, 0, 51)
  60. killaura.Font = Enum.Font.Cartoon
  61. killaura.Text = "kill aura"
  62. killaura.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. killaura.TextSize = 26.000
  64.  
  65. btools.Name = "btools"
  66. btools.Parent = Frame
  67. btools.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  68. btools.BorderSizePixel = 0
  69. btools.Position = UDim2.new(0.0396475755, 0, 0.399209499, 0)
  70. btools.Size = UDim2.new(0, 134, 0, 51)
  71. btools.Font = Enum.Font.Cartoon
  72. btools.Text = "btools"
  73. btools.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. btools.TextSize = 26.000
  75.  
  76. removedoors.Name = "removedoors"
  77. removedoors.Parent = Frame
  78. removedoors.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  79. removedoors.BorderSizePixel = 0
  80. removedoors.Position = UDim2.new(0.352422923, 0, 0.399209499, 0)
  81. removedoors.Size = UDim2.new(0, 134, 0, 51)
  82. removedoors.Font = Enum.Font.Cartoon
  83. removedoors.Text = "no doors"
  84. removedoors.TextColor3 = Color3.fromRGB(255, 255, 255)
  85. removedoors.TextSize = 26.000
  86.  
  87. removefances.Name = "removefances"
  88. removefances.Parent = Frame
  89. removefances.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  90. removefances.BorderSizePixel = 0
  91. removefances.Position = UDim2.new(0.665198267, 0, 0.399209499, 0)
  92. removefances.Size = UDim2.new(0, 134, 0, 51)
  93. removefances.Font = Enum.Font.Cartoon
  94. removefances.Text = "no fances"
  95. removefances.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. removefances.TextSize = 26.000
  97.  
  98. removecells.Name = "removecells"
  99. removecells.Parent = Frame
  100. removecells.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  101. removecells.BorderSizePixel = 0
  102. removecells.Position = UDim2.new(0.0396475792, 0, 0.640316188, 0)
  103. removecells.Size = UDim2.new(0, 134, 0, 51)
  104. removecells.Font = Enum.Font.Cartoon
  105. removecells.Text = "no cells"
  106. removecells.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. removecells.TextSize = 26.000
  108.  
  109. -- Remove Doors Function
  110. removedoors.MouseButton1Down:connect(function()
  111. game.Workspace.Doors:Destroy()
  112. end)
  113.  
  114. -- Remove Doors Function
  115. removefances.MouseButton1Down:connect(function()
  116. game.Workspace.Prison_FANCES:Destroy()
  117. end)
  118.  
  119. -- Remove Doors Function
  120. removecells.MouseButton1Down:connect(function()
  121. game.Workspace.Prison_Cellblock:Destroy()
  122. end)
  123.  
  124. floor.MouseButton1Down:connect(function()
  125. for i, v in pairs(game.Workspace["Prison_ITEMS"].single:GetChildren()) do
  126. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  127. end
  128. end)
  129.  
  130. -- Guns Function
  131. tools.MouseButton1Down:connect(function()
  132. local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield", "nil", "Lunch", "Dinner", "BreakFast"}
  133. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  134. for j, k in pairs(weapons) do
  135. if v.Name == k then
  136. v:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  137. end
  138. end
  139. end
  140. end)
  141.  
  142. -- Kill Aura Function
  143. killaura.MouseButton1Down:connect(function()
  144. while wait(0.1) do
  145. for i, plr in pairs(game.Players:GetChildren()) do
  146. if plr.Name ~= game.Players.LocalPlayer.Name then
  147. for i = 1, 10 do
  148. game.ReplicatedStorage.meleeEvent:FireServer(plr)
  149. end
  150. end
  151. end
  152. end
  153. end)
  154.  
  155. -- Btools Function
  156. btools.MouseButton1Down:connect(function()
  157. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
  158. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
  159. Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
  160. loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  161. end)
  162.  
  163. -- Frame Moveable
  164. Frame.Active = true
  165. Frame.Draggable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement