Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.54 KB | None | 0 0
  1. -- Instances:
  2. local mainScreen = Instance.new("ScreenGui")
  3. local mainFrame = Instance.new("Frame")
  4. local topBar = Instance.new("Frame")
  5. local exitButton = Instance.new("TextButton")
  6. local title = Instance.new("TextLabel")
  7. local btoolsButton = Instance.new("TextButton")
  8. local itemsButton = Instance.new("TextButton")
  9. local messageButton = Instance.new("TextButton")
  10. local killButton = Instance.new("TextButton")
  11. local arrestButton = Instance.new("TextButton")
  12. local policeButton = Instance.new("TextButton")
  13. --Properties:
  14. mainScreen.Name = "mainScreen"
  15. mainScreen.Parent = game.CoreGui
  16. mainScreen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. mainFrame.Name = "mainFrame"
  19. mainFrame.Parent = mainScreen
  20. mainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. mainFrame.Position = UDim2.new(0.263761461, 0, 0.242014736, 0)
  22. mainFrame.Size = UDim2.new(0, 322, 0, 167)
  23. mainFrame.Active = true
  24. mainFrame.Draggable = true
  25.  
  26. topBar.Name = "topBar"
  27. topBar.Parent = mainFrame
  28. topBar.BackgroundColor3 = Color3.new(1, 0.756863, 0.0196078)
  29. topBar.Size = UDim2.new(0, 322, 0, 22)
  30.  
  31. exitButton.Name = "exitButton"
  32. exitButton.Parent = topBar
  33. exitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  34. exitButton.BackgroundTransparency = 1
  35. exitButton.Position = UDim2.new(0.937888205, 0, 0, 0)
  36. exitButton.Size = UDim2.new(0, 20, 0, 22)
  37. exitButton.Font = Enum.Font.SourceSans
  38. exitButton.Text = "X"
  39. exitButton.TextColor3 = Color3.new(0, 0, 0)
  40. exitButton.TextSize = 14
  41.  
  42. title.Name = "title"
  43. title.Parent = topBar
  44. title.BackgroundColor3 = Color3.new(1, 1, 1)
  45. title.BackgroundTransparency = 1
  46. title.Size = UDim2.new(0, 302, 0, 22)
  47. title.Font = Enum.Font.SourceSans
  48. title.Text = "Ultimate Redwood Prison GUI (Requires lvl 6)"
  49. title.TextColor3 = Color3.new(0, 0, 0)
  50. title.TextSize = 14
  51.  
  52. btoolsButton.Name = "btoolsButton"
  53. btoolsButton.Parent = mainFrame
  54. btoolsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  55. btoolsButton.Position = UDim2.new(0.0527950302, 0, 0.226668, 0)
  56. btoolsButton.Size = UDim2.new(0, 85, 0, 50)
  57. btoolsButton.Font = Enum.Font.SourceSans
  58. btoolsButton.Text = "Destoy FE Btools"
  59. btoolsButton.TextColor3 = Color3.new(0, 0, 0)
  60. btoolsButton.TextSize = 14
  61.  
  62. itemsButton.Name = "itemsButton"
  63. itemsButton.Parent = mainFrame
  64. itemsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  65. itemsButton.Position = UDim2.new(0.0527950004, 0, 0.583043158, 0)
  66. itemsButton.Size = UDim2.new(0, 85, 0, 50)
  67. itemsButton.Font = Enum.Font.SourceSans
  68. itemsButton.Text = "Get Items"
  69. itemsButton.TextColor3 = Color3.new(0, 0, 0)
  70. itemsButton.TextSize = 14
  71. itemsButton.TextWrapped = true
  72.  
  73. messageButton.Name = "messageButton"
  74. messageButton.Parent = mainFrame
  75. messageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  76. messageButton.Position = UDim2.new(0.391304344, 0, 0.226668, 0)
  77. messageButton.Size = UDim2.new(0, 69, 0, 50)
  78. messageButton.Font = Enum.Font.SourceSans
  79. messageButton.Text = "Extra OP GUI (Server Message, etc)"
  80. messageButton.TextColor3 = Color3.new(0, 0, 0)
  81. messageButton.TextSize = 14
  82. messageButton.TextWrapped = true
  83.  
  84. killButton.Name = "killButton"
  85. killButton.Parent = mainFrame
  86. killButton.BackgroundColor3 = Color3.new(1, 1, 1)
  87. killButton.Position = UDim2.new(0.673913002, 0, 0.577055156, 0)
  88. killButton.Size = UDim2.new(0, 85, 0, 50)
  89. killButton.Font = Enum.Font.SourceSans
  90. killButton.Text = "Kill All"
  91. killButton.TextColor3 = Color3.new(0, 0, 0)
  92. killButton.TextSize = 14
  93.  
  94. arrestButton.Name = "arrestButton"
  95. arrestButton.Parent = mainFrame
  96. arrestButton.BackgroundColor3 = Color3.new(1, 1, 1)
  97. arrestButton.Position = UDim2.new(0.673913002, 0, 0.22666803, 0)
  98. arrestButton.Size = UDim2.new(0, 85, 0, 50)
  99. arrestButton.Font = Enum.Font.SourceSans
  100. arrestButton.Text = "Arrest All"
  101. arrestButton.TextColor3 = Color3.new(0, 0, 0)
  102. arrestButton.TextSize = 14
  103.  
  104. policeButton.Name = "policeButton"
  105. policeButton.Parent = mainFrame
  106. policeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  107. policeButton.Position = UDim2.new(0.394409955, 0, 0.583042979, 0)
  108. policeButton.Size = UDim2.new(0, 67, 0, 50)
  109. policeButton.Font = Enum.Font.SourceSans
  110. policeButton.Text = "Force Switch to Police"
  111. policeButton.TextColor3 = Color3.new(0, 0, 0)
  112. policeButton.TextSize = 14
  113. policeButton.TextWrapped = true
  114. -- Scripts:
  115.  
  116. exitButton.MouseButton1Click:connect(function()
  117.     Main:Destroy()
  118. end)
  119.  
  120. btoolsButton.MouseButton1Click:connect(function()
  121.     local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  122.     local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  123.     SelectionBox.Name = "oof"
  124.     SelectionBox.LineThickness = 0.05
  125.     SelectionBox.Adornee = nil
  126.     SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  127.     SelectionBox.Visible = false
  128.     btool.Name = "Redwood Btools"
  129.     btool.RequiresHandle = false
  130.     local IsEquipped = false
  131.     local Mouse = game.Players.LocalPlayer:GetMouse()
  132.        
  133.     btool.Equipped:connect(function()
  134.         IsEquipped = true
  135.         SelectionBox.Visible = true
  136.         SelectionBox.Adornee = nil
  137.     end)
  138.        
  139.     btool.Unequipped:connect(function()
  140.         IsEquipped = false
  141.         SelectionBox.Visible = false
  142.         SelectionBox.Adornee = nil
  143.     end)
  144.        
  145.        
  146.     btool.Activated:connect(function()
  147.     if IsEquipped then
  148.         game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  149.         end
  150.     end)
  151.        
  152.     while true do
  153.         SelectionBox.Adornee = Mouse.Target or nil
  154.         wait(0.1)
  155.     end
  156. end)
  157.  
  158. messageButton.MouseButton1Click:connect(function()
  159.     legacyUI = false
  160.     loadstring(game:HttpGet("https://ixss.keybase.pub/rblx/GUI/MainGUI.txt", true))()
  161. end)
  162.  
  163. itemsButton.MouseButton1Click:connect(function()
  164.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  165.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  166.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  167.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  168.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  169.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  170.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  171.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  172. end)
  173.  
  174. killButton.MouseButton1Click:connect(function()
  175.     for _, v in pairs(game.Players:GetChildren()) do
  176.     game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100)
  177.     end
  178. end)
  179.  
  180. arrestButton.MouseButton1Click:connect(function()
  181.     for _, v in pairs(game.Players:GetChildren()) do
  182.     game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  183.     end
  184. end)
  185.  
  186. policeButton.MouseButton1Click:connect(function()
  187.     game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "police")
  188. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement