RobloxAnonymous

Redwood Prison Gui

Dec 15th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. -- Redwood Prison GUI
  2. -- Username : Subto , Password : Noooootch
  3. -- Username and Password are case sensitive!
  4. -- Farewell Infortality.
  5. -- Version: 2.82
  6. -- Instances:
  7. local Redwood = Instance.new("ScreenGui")
  8. local LoginGui = Instance.new("Frame")
  9. local bar = Instance.new("Frame")
  10. local LoginLabel = Instance.new("TextLabel")
  11. local User = Instance.new("TextBox")
  12. local Pass = Instance.new("TextBox")
  13. local LoginButton = Instance.new("TextButton")
  14. local RedwoodGui = Instance.new("Frame")
  15. local bar2 = Instance.new("Frame")
  16. local RedwoodLabel = Instance.new("TextLabel")
  17. local DeleteTools = Instance.new("TextButton")
  18. local MessageGUI = Instance.new("TextButton")
  19. local Sometools = Instance.new("TextButton")
  20. local Exit = Instance.new("TextButton")
  21. local MessageGui = Instance.new("Frame")
  22. local bar3 = Instance.new("Frame")
  23. local MessageLabel = Instance.new("TextLabel")
  24. local Title = Instance.new("TextBox")
  25. local Message = Instance.new("TextBox")
  26. local ExecuteButton = Instance.new("TextButton")
  27. local ExitButton = Instance.new("TextButton")
  28. local OpenGui = Instance.new("Frame")
  29. local Open = Instance.new("TextButton")
  30. --Properties:
  31. Redwood.Name = "Redwood"
  32. Redwood.Parent = game.CoreGui
  33.  
  34. RedwoodGui.Active = true
  35. RedwoodGui.Draggable = true
  36. MessageGui.Active = true
  37. MessageGui.Draggable = true
  38. LoginGui.Active = true
  39. LoginGui.Draggable = true
  40.  
  41. LoginGui.Name = "LoginGui"
  42. LoginGui.Parent = Redwood
  43. LoginGui.BackgroundColor3 = Color3.new(0, 0, 0)
  44. LoginGui.Position = UDim2.new(0.400187433, 0, 0.143426299, 0)
  45. LoginGui.Size = UDim2.new(0, 235, 0, 324)
  46.  
  47. bar.Name = "bar"
  48. bar.Parent = LoginGui
  49. bar.BackgroundColor3 = Color3.new(1, 0, 0)
  50. bar.Size = UDim2.new(0, 235, 0, 39)
  51.  
  52. LoginLabel.Name = "LoginLabel"
  53. LoginLabel.Parent = LoginGui
  54. LoginLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  55. LoginLabel.Position = UDim2.new(0, 0, 0.199947685, 0)
  56. LoginLabel.Size = UDim2.new(0, 235, 0, 39)
  57. LoginLabel.Font = Enum.Font.SciFi
  58. LoginLabel.Text = "Login GUI"
  59. LoginLabel.TextColor3 = Color3.new(1, 0, 0)
  60. LoginLabel.TextSize = 14
  61.  
  62. User.Name = "User"
  63. User.Parent = LoginGui
  64. User.BackgroundColor3 = Color3.new(0, 0, 0)
  65. User.Position = UDim2.new(0.0723404288, 0, 0.388888896, 0)
  66. User.Size = UDim2.new(0, 200, 0, 37)
  67. User.Font = Enum.Font.SciFi
  68. User.PlaceholderColor3 = Color3.new(1, 0, 0)
  69. User.PlaceholderText = "Username"
  70. User.Text = ""
  71. User.TextColor3 = Color3.new(1, 0, 0)
  72. User.TextSize = 14
  73.  
  74. Pass.Name = "Pass"
  75. Pass.Parent = LoginGui
  76. Pass.BackgroundColor3 = Color3.new(0, 0, 0)
  77. Pass.Position = UDim2.new(0.0680851117, 0, 0.57407409, 0)
  78. Pass.Size = UDim2.new(0, 200, 0, 37)
  79. Pass.Font = Enum.Font.SciFi
  80. Pass.PlaceholderColor3 = Color3.new(1, 0, 0)
  81. Pass.PlaceholderText = "Password"
  82. Pass.Text = ""
  83. Pass.TextColor3 = Color3.new(1, 0, 0)
  84. Pass.TextSize = 14
  85.  
  86. LoginButton.Name = "LoginButton"
  87. LoginButton.Parent = LoginGui
  88. LoginButton.BackgroundColor3 = Color3.new(0, 0, 0)
  89. LoginButton.Position = UDim2.new(0.157446817, 0, 0.75, 0)
  90. LoginButton.Size = UDim2.new(0, 159, 0, 35)
  91. LoginButton.Font = Enum.Font.SciFi
  92. LoginButton.Text = "Login"
  93. LoginButton.TextColor3 = Color3.new(1, 0, 0)
  94. LoginButton.TextSize = 14
  95.  
  96. RedwoodGui.Name = "Redwood Gui"
  97. RedwoodGui.Parent = Redwood
  98. RedwoodGui.BackgroundColor3 = Color3.new(0, 0, 0)
  99. RedwoodGui.Position = UDim2.new(0.334582955, 0, 0.117529884, 0)
  100. RedwoodGui.Size = UDim2.new(0, 465, 0, 383)
  101. RedwoodGui.Visible = false
  102.  
  103. bar2.Name = "bar2"
  104. bar2.Parent = RedwoodGui
  105. bar2.BackgroundColor3 = Color3.new(1, 0, 0)
  106. bar2.Size = UDim2.new(0, 465, 0, 37)
  107.  
  108. RedwoodLabel.Name = "RedwoodLabel"
  109. RedwoodLabel.Parent = RedwoodGui
  110. RedwoodLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  111. RedwoodLabel.Position = UDim2.new(0, 0, 0.140992165, 0)
  112. RedwoodLabel.Size = UDim2.new(0, 465, 0, 38)
  113. RedwoodLabel.Font = Enum.Font.SciFi
  114. RedwoodLabel.Text = "Redwood Prison GUI"
  115. RedwoodLabel.TextColor3 = Color3.new(1, 0, 0)
  116. RedwoodLabel.TextSize = 14
  117.  
  118. DeleteTools.Name = "Delete Tools"
  119. DeleteTools.Parent = RedwoodGui
  120. DeleteTools.BackgroundColor3 = Color3.new(0, 0, 0)
  121. DeleteTools.Position = UDim2.new(0.0567028709, 0, 0.323759794, 0)
  122. DeleteTools.Size = UDim2.new(0, 200, 0, 50)
  123. DeleteTools.Font = Enum.Font.SciFi
  124. DeleteTools.Text = "Delete Tools"
  125. DeleteTools.TextColor3 = Color3.new(1, 0, 0)
  126. DeleteTools.TextSize = 14
  127.  
  128. MessageGUI.Name = "Message GUI"
  129. MessageGUI.Parent = RedwoodGui
  130. MessageGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  131. MessageGUI.Position = UDim2.new(0.526000977, 0, 0.323759794, 0)
  132. MessageGUI.Size = UDim2.new(0, 200, 0, 50)
  133. MessageGUI.Font = Enum.Font.SciFi
  134. MessageGUI.Text = "Message GUI"
  135. MessageGUI.TextColor3 = Color3.new(1, 0, 0)
  136. MessageGUI.TextSize = 14
  137.  
  138. Sometools.Name = "Some tools"
  139. Sometools.Parent = RedwoodGui
  140. Sometools.BackgroundColor3 = Color3.new(0, 0, 0)
  141. Sometools.Position = UDim2.new(0.0567028709, 0, 0.556135774, 0)
  142. Sometools.Size = UDim2.new(0, 200, 0, 50)
  143. Sometools.Font = Enum.Font.SciFi
  144. Sometools.Text = "Some Tools"
  145. Sometools.TextColor3 = Color3.new(1, 0, 0)
  146. Sometools.TextSize = 14
  147.  
  148. Exit.Name = "Exit"
  149. Exit.Parent = RedwoodGui
  150. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  151. Exit.Position = UDim2.new(0.283870965, 0, 0.932114899, 0)
  152. Exit.Size = UDim2.new(0, 200, 0, 26)
  153. Exit.Font = Enum.Font.SciFi
  154. Exit.Text = "Exit"
  155. Exit.TextColor3 = Color3.new(0, 0, 0)
  156. Exit.TextSize = 14
  157.  
  158. MessageGui.Name = "Message Gui"
  159. MessageGui.Parent = Redwood
  160. MessageGui.BackgroundColor3 = Color3.new(0, 0, 0)
  161. MessageGui.Position = UDim2.new(0.298031867, 0, 0.137450203, 0)
  162. MessageGui.Size = UDim2.new(0, 463, 0, 382)
  163. MessageGui.Visible = false
  164.  
  165. bar3.Name = "bar3"
  166. bar3.Parent = MessageGui
  167. bar3.BackgroundColor3 = Color3.new(1, 0, 0)
  168. bar3.Size = UDim2.new(0, 463, 0, 30)
  169.  
  170. MessageLabel.Name = "MessageLabel"
  171. MessageLabel.Parent = MessageGui
  172. MessageLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  173. MessageLabel.Position = UDim2.new(0, 0, 0.162303671, 0)
  174. MessageLabel.Size = UDim2.new(0, 463, 0, 36)
  175. MessageLabel.Font = Enum.Font.SciFi
  176. MessageLabel.Text = "Messge GUI"
  177. MessageLabel.TextColor3 = Color3.new(1, 0, 0)
  178. MessageLabel.TextSize = 14
  179.  
  180. Title.Name = "Title"
  181. Title.Parent = MessageGui
  182. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  183. Title.Position = UDim2.new(0.179265663, 0, 0.366492152, 0)
  184. Title.Size = UDim2.new(0, 293, 0, 34)
  185. Title.Font = Enum.Font.SciFi
  186. Title.PlaceholderColor3 = Color3.new(1, 0, 0)
  187. Title.PlaceholderText = "Title"
  188. Title.Text = ""
  189. Title.TextColor3 = Color3.new(1, 0, 0)
  190. Title.TextSize = 14
  191.  
  192. Message.Name = "Message"
  193. Message.Parent = MessageGui
  194. Message.BackgroundColor3 = Color3.new(0, 0, 0)
  195. Message.Position = UDim2.new(0.179265663, 0, 0.562827229, 0)
  196. Message.Size = UDim2.new(0, 293, 0, 34)
  197. Message.Font = Enum.Font.SciFi
  198. Message.PlaceholderColor3 = Color3.new(1, 0, 0)
  199. Message.PlaceholderText = "Message"
  200. Message.Text = ""
  201. Message.TextColor3 = Color3.new(1, 0, 0)
  202. Message.TextSize = 14
  203.  
  204. ExecuteButton.Name = "ExecuteButton"
  205. ExecuteButton.Parent = MessageGui
  206. ExecuteButton.BackgroundColor3 = Color3.new(0, 0, 0)
  207. ExecuteButton.Position = UDim2.new(0.282937378, 0, 0.735602081, 0)
  208. ExecuteButton.Size = UDim2.new(0, 203, 0, 43)
  209. ExecuteButton.Font = Enum.Font.SciFi
  210. ExecuteButton.Text = "Execute"
  211. ExecuteButton.TextColor3 = Color3.new(1, 0, 0)
  212. ExecuteButton.TextSize = 14
  213.  
  214. ExitButton.Name = "ExitButton"
  215. ExitButton.Parent = MessageGui
  216. ExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  217. ExitButton.Position = UDim2.new(0.280777544, 0, 0.924083769, 0)
  218. ExitButton.Size = UDim2.new(0, 203, 0, 29)
  219. ExitButton.Font = Enum.Font.SciFi
  220. ExitButton.Text = "Exit"
  221. ExitButton.TextColor3 = Color3.new(1, 0, 0)
  222. ExitButton.TextSize = 14
  223.  
  224. OpenGui.Name = "OpenGui"
  225. OpenGui.Parent = Redwood
  226. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  227. OpenGui.Position = UDim2.new(0, 0, 0.468127489, 0)
  228. OpenGui.Size = UDim2.new(0, 100, 0, 31)
  229. OpenGui.Visible = false
  230.  
  231. Open.Name = "Open"
  232. Open.Parent = OpenGui
  233. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  234. Open.Size = UDim2.new(0, 100, 0, 31)
  235. Open.Font = Enum.Font.SciFi
  236. Open.Text = "Open"
  237. Open.TextColor3 = Color3.new(1, 0, 0)
  238. Open.TextSize = 14
  239. -- Scripts:
  240.  
  241. DeleteTools.MouseButton1Click:connect(function()
  242. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  243. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  244. SelectionBox.Name = "oof"
  245. SelectionBox.LineThickness = 0.05
  246. SelectionBox.Adornee = nil
  247. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  248. SelectionBox.Visible = false
  249. btool.Name = "Delete Tool"
  250. btool.RequiresHandle = false
  251. local IsEquipped = false
  252. local Mouse = game.Players.LocalPlayer:GetMouse()
  253.  
  254. btool.Equipped:connect(function()
  255. IsEquipped = true
  256. SelectionBox.Visible = true
  257. SelectionBox.Adornee = nil
  258. end)
  259.  
  260. btool.Unequipped:connect(function()
  261. IsEquipped = false
  262. SelectionBox.Visible = false
  263. SelectionBox.Adornee = nil
  264. end)
  265.  
  266.  
  267. btool.Activated:connect(function()
  268. if IsEquipped then
  269. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  270. end
  271. end)
  272.  
  273. while true do
  274. SelectionBox.Adornee = Mouse.Target or nil
  275. wait(0.1)
  276. end
  277. end)
  278.  
  279. Sometools.MouseButton1Click:connect(function()
  280. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  281. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  282. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  283. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  284. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  285. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  286. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  287. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  288. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Shank")
  289. end)
  290.  
  291. MessageGUI.MouseButton1Click:connect(function()
  292. RedwoodGui.Visible = false
  293. MessageGui.Visible = true
  294. end)
  295.  
  296. Exit.MouseButton1Click:connect(function()
  297. RedwoodGui.Visible = false
  298. OpenGui.Visible = true
  299. end)
  300.  
  301. ExecuteButton.MouseButton1Click:Connect(function()
  302. local A_1 = "FireAllClients"
  303. local A_2 = "showNotice"
  304. local A_3 = Title.Text
  305. local A_4 = Message.Text
  306. local Event = game:GetService("Workspace").resources.RemoteEvent
  307. Event:FireServer(A_1, A_2, A_3, A_4)
  308. end)
  309.  
  310. ExitButton.MouseButton1Click:connect(function()
  311. MessageGui.Visible = false
  312. RedwoodGui.Visible = true
  313. end)
  314.  
  315. LoginButton.MouseButton1Click:connect(function()
  316. if User.Text == "Subto" and Pass.Text == "Noooootch" then
  317. LoginGui:Destroy()
  318. RedwoodGui.Visible = true
  319. end
  320. end)
  321.  
  322. Open.MouseButton1Click:connect(function()
  323. RedwoodGui.Visible = true
  324. OpenGui.Visible = false
  325. end)
Add Comment
Please, Sign In to add comment