Advertisement
GuiKid

Blue GUI (Redwood prison GUI)

Nov 11th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. -- My first gui.
  2.  
  3. -- Instances:
  4.  
  5. local BlueGui = Instance.new("ScreenGui")
  6. local BlueOpen = Instance.new("Frame")
  7. local Open = Instance.new("TextButton")
  8. local BlueMain = Instance.new("Frame")
  9. local BueatyA = Instance.new("Frame")
  10. local Name = Instance.new("TextLabel")
  11. local BueatyB = Instance.new("Frame")
  12. local Credit = Instance.new("TextLabel")
  13. local RemoveDoors = Instance.new("TextButton")
  14. local Guns1 = Instance.new("TextButton")
  15. local TeamPolice = Instance.new("TextButton")
  16. local ArrestAll = Instance.new("TextButton")
  17. local TazeAll = Instance.new("TextButton")
  18. local WalkSpeed = Instance.new("TextButton")
  19. local KeyCard = Instance.new("TextButton")
  20. local TeamPrisoner = Instance.new("TextButton")
  21. local KillAll = Instance.new("TextButton")
  22.  
  23. --Properties:
  24.  
  25. BlueGui.Name = "Blue Gui"
  26. BlueGui.Parent = game.CoreGui
  27.  
  28. BlueOpen.Name = "Blue Open"
  29. BlueOpen.Parent = BlueGui
  30. BlueOpen.BackgroundColor3 = Color3.new(0.0980392, 0.0784314, 0.666667)
  31. BlueOpen.Position = UDim2.new(0, 0, 0.525054514, 0)
  32. BlueOpen.Size = UDim2.new(0, 68, 0, 35)
  33.  
  34. Open.Name = "Open"
  35. Open.Parent = BlueOpen
  36. Open.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  37. Open.Position = UDim2.new(0.088235274, 0, 0, 0)
  38. Open.Size = UDim2.new(0, 68, 0, 35)
  39. Open.Font = Enum.Font.SourceSans
  40. Open.Text = "Open"
  41. Open.TextColor3 = Color3.new(0, 0, 0)
  42. Open.TextScaled = true
  43. Open.TextSize = 14
  44. Open.TextWrapped = true
  45. Open.Mousebuttom1Down:connect(function()
  46. BlueMain.Visible = true
  47. BlueOpen.visible = false
  48. end)
  49.  
  50. BlueMain.Name = "Blue Main"
  51. BlueMain.Parent = BlueGui
  52. BlueMain.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  53. BlueMain.BackgroundTransparency = 0.30000001192093
  54. BlueMain.Position = UDim2.new(0.24060297, 0, 0.13227509, 0)
  55. BlueMain.Size = UDim2.new(0, 557, 0, 318)
  56. BlueMain.Visible = false
  57. BlueMain.Dragable = true
  58.  
  59. BueatyA.Name = "BueatyA"
  60. BueatyA.Parent = BlueMain
  61. BueatyA.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  62. BueatyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  63. BueatyA.Size = UDim2.new(0, 556, 0, 29)
  64.  
  65. Name.Name = "Name"
  66. Name.Parent = BueatyA
  67. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Name.BackgroundTransparency = 1
  69. Name.BorderSizePixel = 0
  70. Name.Position = UDim2.new(0.0554320216, 0, 0, 0)
  71. Name.Size = UDim2.new(0, 495, 0, 29)
  72. Name.Font = Enum.Font.Cartoon
  73. Name.Text = "Blue GUI"
  74. Name.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  75. Name.TextScaled = true
  76. Name.TextSize = 14
  77. Name.TextWrapped = true
  78.  
  79. BueatyB.Name = "BueatyB"
  80. BueatyB.Parent = BlueMain
  81. BueatyB.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  82. BueatyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  83. BueatyB.Position = UDim2.new(0, 0, 0.908805013, 0)
  84. BueatyB.Size = UDim2.new(0, 557, 0, 29)
  85.  
  86. Credit.Name = "Credit"
  87. Credit.Parent = BueatyB
  88. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Credit.BackgroundTransparency = 1
  90. Credit.BorderSizePixel = 0
  91. Credit.Position = UDim2.new(0.00740982499, 0, 0, 0)
  92. Credit.Size = UDim2.new(0, 548, 0, 29)
  93. Credit.Font = Enum.Font.Cartoon
  94. Credit.Text = "Credits goto KewlKidReeKid#9435 For design and You're lacking the permission\\n#1111 for the scripts"
  95. Credit.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  96. Credit.TextSize = 14
  97. Credit.TextStrokeColor3 = Color3.new(1, 1, 1)
  98. Credit.TextWrapped = true
  99.  
  100. RemoveDoors.Name = "Remove Doors"
  101. RemoveDoors.Parent = BlueMain
  102. RemoveDoors.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  103. RemoveDoors.Position = UDim2.new(0.365597844, 0, 0.707580447, 0)
  104. RemoveDoors.Size = UDim2.new(0, 173, 0, 46)
  105. RemoveDoors.Font = Enum.Font.Cartoon
  106. RemoveDoors.Text = "Remove Doors"
  107. RemoveDoors.TextColor3 = Color3.new(0, 0, 0)
  108. RemoveDoors.TextSize = 14
  109. RemoveDoors.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  110. RemoveDoors.MouseButton1Down:connect(function))game.Workspace.AllDoors:Destroy()
  111. end
  112. end)
  113. Guns1.Name = "Guns 1"
  114. Guns1.Parent = BlueMain
  115. Guns1.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  116. Guns1.Position = UDim2.new(0.365597844, 0, 0.42045188, 0)
  117. Guns1.Size = UDim2.new(0, 173, 0, 46)
  118. Guns1.Font = Enum.Font.Cartoon
  119. Guns1.Text = "Guns 1"
  120. Guns1.TextColor3 = Color3.new(0, 0, 0)
  121. Guns1.TextSize = 14
  122. Guns1.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  123. Guns1.MouseButton1Down:connect(function))game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  124. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  125. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  126. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  127. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  128. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60") end)
  129.  
  130. TeamPolice.Name = "Team Police"
  131. TeamPolice.Parent = BlueMain
  132. TeamPolice.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  133. TeamPolice.Position = UDim2.new(0.365597844, 0, 0.141842186, 0)
  134. TeamPolice.Size = UDim2.new(0, 173, 0, 46)
  135. TeamPolice.Font = Enum.Font.Cartoon
  136. TeamPolice.Text = "Team Police"
  137. TeamPolice.TextColor3 = Color3.new(0, 0, 0)
  138. TeamPolice.TextSize = 14
  139. TeamPolice.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  140. TeamPolice.MouseButton1Down:connect(function))game.Workspace.resources.RemoteFunction:InvokeServer("police", team)end)
  141.  
  142. ArrestAll.Name = "Arrest All"
  143. ArrestAll.Parent = BlueMain
  144. ArrestAll.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  145. ArrestAll.Position = UDim2.new(0.0392015092, 0, 0.42045188, 0)
  146. ArrestAll.Size = UDim2.new(0, 173, 0, 46)
  147. ArrestAll.Font = Enum.Font.Cartoon
  148. ArrestAll.Text = "Arrest all"
  149. ArrestAll.TextColor3 = Color3.new(0, 0, 0)
  150. ArrestAll.TextSize = 14
  151. ArrestAll.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  152. ArrestAll.MouseButton1Down:connect(function))for _, v in pairs(game.Players:GetChildren()) do
  153. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  154. end end)
  155.  
  156. TazeAll.Name = "Taze All"
  157. TazeAll.Parent = BlueMain
  158. TazeAll.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  159. TazeAll.Position = UDim2.new(0.0392015092, 0, 0.141842201, 0)
  160. TazeAll.Size = UDim2.new(0, 173, 0, 46)
  161. TazeAll.Font = Enum.Font.Cartoon
  162. TazeAll.Text = "Taze all"
  163. TazeAll.TextColor3 = Color3.new(0, 0, 0)
  164. TazeAll.TextSize = 14
  165. TazeAll.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  166. TazeAll.MouseButton1Down:connect(function))for _, v in pairs(game.Players:GetChildren()) do
  167. game.Workspace.resources.RemoteEvent:FireServer("tase", v)
  168. end end)
  169.  
  170. WalkSpeed.Name = "Walk Speed"
  171. WalkSpeed.Parent = BlueMain
  172. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  173. WalkSpeed.Position = UDim2.new(0.688930869, 0, 0.707580447, 0)
  174. WalkSpeed.Size = UDim2.new(0, 173, 0, 46)
  175. WalkSpeed.Font = Enum.Font.Cartoon
  176. WalkSpeed.Text = "Walk Speed"
  177. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  178. WalkSpeed.TextSize = 14
  179. WalkSpeed.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  180. TazeAll.MouseButton1Down:connect(function))game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = "80" end)
  181.  
  182. KeyCard.Name = "Key Card"
  183. KeyCard.Parent = BlueMain
  184. KeyCard.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  185. KeyCard.Position = UDim2.new(0.688930869, 0, 0.42045188, 0)
  186. KeyCard.Size = UDim2.new(0, 173, 0, 46)
  187. KeyCard.Font = Enum.Font.Cartoon
  188. KeyCard.Text = "Key Card"
  189. KeyCard.TextColor3 = Color3.new(0, 0, 0)
  190. KeyCard.TextSize = 14
  191. KeyCard.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  192. KeyCard.MouseButton1Down:connect(function))game.Workspace.resources.RemoteFunction:InvokeServer("item", Fake ID Card) end)
  193.  
  194. TeamPrisoner.Name = "Team Prisoner"
  195. TeamPrisoner.Parent = BlueMain
  196. TeamPrisoner.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  197. TeamPrisoner.Position = UDim2.new(0.688930869, 0, 0.141842186, 0)
  198. TeamPrisoner.Size = UDim2.new(0, 173, 0, 46)
  199. TeamPrisoner.Font = Enum.Font.Cartoon
  200. TeamPrisoner.Text = "Team Prisoner"
  201. TeamPrisoner.TextColor3 = Color3.new(0, 0, 0)
  202. TeamPrisoner.TextSize = 14
  203. TeamPrisoner.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  204. TeamPrisoner.MouseButton1Down:connect(function))game.Workspace.resources.RemoteFunction:InvokeServer("prisoner", team) end)
  205.  
  206. KillAll.Name = "Kill All"
  207. KillAll.Parent = BlueMain
  208. KillAll.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  209. KillAll.Position = UDim2.new(0.0392015092, 0, 0.709344029, 0)
  210. KillAll.Size = UDim2.new(0, 173, 0, 46)
  211. KillAll.Font = Enum.Font.Cartoon
  212. KillAll.Text = "Kill all"
  213. KillAll.TextColor3 = Color3.new(0, 0, 0)
  214. KillAll.TextSize = 14
  215. KillAll.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  216. KillAll.MouseButton1Down:connect(function))for _, v in pairs(game.Players:GetChildren()) do
  217. game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100)
  218. end end)
  219.  
  220. Close.Name = "Close"
  221. Close.Parent = BlueMain
  222. Close.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  223. Close.Position = UDim2.new(0.922504961, 0, -0.00281188777, 0)
  224. Close.Size = UDim2.new(0, 43, 0, 29)
  225. Close.Font = Enum.Font.Cartoon
  226. Close.Text = "X"
  227. Close.TextColor3 = Color3.new(0, 0, 0)
  228. Close.TextScaled = true
  229. Close.TextSize = 14
  230. Close.TextStrokeColor3 = Color3.new(1.17647, 0.784314, 0.588235)
  231. Close.TextWrapped = true
  232. Close.MouseButton1Down:connect(function))
  233. BlueOpen.Visible = true
  234. BlueMain.Visible = false
  235. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement