Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RedwoodPrisonGUI = Instance.new("ScreenGui")
- main = Instance.new("Frame")
- topframe = Instance.new("Frame")
- name = Instance.new("TextLabel")
- creator = Instance.new("TextLabel")
- close = Instance.new("TextButton")
- arrest = Instance.new("TextButton")
- guns = Instance.new("TextButton")
- reload = Instance.new("TextButton")
- id = Instance.new("TextButton")
- open = Instance.new("TextButton")
- RedwoodPrisonGUI.Name = "RedwoodPrisonGUI"
- RedwoodPrisonGUI.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = RedwoodPrisonGUI
- main.Active = true
- main.BackgroundColor3 = Color3.new(0.909804, 0.909804, 0.909804)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.260399342, 0, 0.308864236, 0)
- main.Size = UDim2.new(0, 469, 0, 251)
- main.Draggable = true
- main.Visible = false
- topframe.Name = "topframe"
- topframe.Parent = main
- topframe.BackgroundColor3 = Color3.new(1, 1, 1)
- topframe.BorderSizePixel = 0
- topframe.Size = UDim2.new(0, 469, 0, 44)
- name.Name = "name"
- name.Parent = topframe
- name.BackgroundColor3 = Color3.new(1, 1, 1)
- name.BackgroundTransparency = 1
- name.BorderSizePixel = 0
- name.Position = UDim2.new(0.0533049032, 0, 0, 0)
- name.Size = UDim2.new(0, 219, 0, 44)
- name.Font = Enum.Font.SourceSansSemibold
- name.FontSize = Enum.FontSize.Size28
- name.Text = "Redwood Prison GUI"
- name.TextColor3 = Color3.new(0, 0, 0)
- name.TextSize = 25
- creator.Name = "creator"
- creator.Parent = topframe
- creator.BackgroundColor3 = Color3.new(1, 1, 1)
- creator.BackgroundTransparency = 1
- creator.BorderSizePixel = 0
- creator.Position = UDim2.new(0.473347545, 0, 0, 0)
- creator.Size = UDim2.new(0, 219, 0, 44)
- creator.Font = Enum.Font.SourceSansSemibold
- creator.FontSize = Enum.FontSize.Size24
- creator.Text = "By pneappel#0821"
- creator.TextColor3 = Color3.new(0, 0, 0)
- creator.TextSize = 20
- close.Name = "close"
- close.Parent = topframe
- close.BackgroundColor3 = Color3.new(1, 1, 1)
- close.BackgroundTransparency = 1
- close.BorderSizePixel = 0
- close.Position = UDim2.new(0.951277018, 0, -0.00377738476, 0)
- close.Size = UDim2.new(0, 23, 0, 29)
- close.Font = Enum.Font.SourceSansSemibold
- close.FontSize = Enum.FontSize.Size24
- close.Text = "X"
- close.TextColor3 = Color3.new(0, 0, 0)
- close.TextSize = 23
- arrest.Name = "arrest"
- arrest.Parent = main
- arrest.BackgroundColor3 = Color3.new(1, 1, 1)
- arrest.BorderSizePixel = 0
- arrest.Position = UDim2.new(0.0533049032, 0, 0.223107576, 0)
- arrest.Size = UDim2.new(0, 168, 0, 35)
- arrest.Font = Enum.Font.SourceSans
- arrest.FontSize = Enum.FontSize.Size24
- arrest.Text = "Arrest All Fugitives"
- arrest.TextColor3 = Color3.new(0, 0, 0)
- arrest.TextSize = 20
- guns.Name = "guns"
- guns.Parent = main
- guns.BackgroundColor3 = Color3.new(1, 1, 1)
- guns.BorderSizePixel = 0
- guns.Position = UDim2.new(0.582089543, 0, 0.223107576, 0)
- guns.Size = UDim2.new(0, 168, 0, 35)
- guns.Font = Enum.Font.SourceSans
- guns.FontSize = Enum.FontSize.Size24
- guns.Text = "Give All Guns"
- guns.TextColor3 = Color3.new(0, 0, 0)
- guns.TextSize = 20
- reload.Name = "reload"
- reload.Parent = main
- reload.BackgroundColor3 = Color3.new(1, 1, 1)
- reload.BorderSizePixel = 0
- reload.Position = UDim2.new(0.0533049032, 0, 0.430278897, 0)
- reload.Size = UDim2.new(0, 168, 0, 35)
- reload.Font = Enum.Font.SourceSans
- reload.FontSize = Enum.FontSize.Size24
- reload.Text = "Reload Mag"
- reload.TextColor3 = Color3.new(0, 0, 0)
- reload.TextSize = 20
- id.Name = "id"
- id.Parent = main
- id.BackgroundColor3 = Color3.new(1, 1, 1)
- id.BorderSizePixel = 0
- id.Position = UDim2.new(0.582089543, 0, 0.430278897, 0)
- id.Size = UDim2.new(0, 168, 0, 35)
- id.Font = Enum.Font.SourceSans
- id.FontSize = Enum.FontSize.Size24
- id.Text = "Give Fake ID"
- id.TextColor3 = Color3.new(0, 0, 0)
- id.TextSize = 20
- open.Name = "open"
- open.Parent = RedwoodPrisonGUI
- open.Active = true
- open.BackgroundColor3 = Color3.new(1, 1, 1)
- open.BorderSizePixel = 0
- open.Position = UDim2.new(0, 0, 0.497229904, 0)
- open.Size = UDim2.new(0, 113, 0, 39)
- open.Font = Enum.Font.SourceSansSemibold
- open.FontSize = Enum.FontSize.Size28
- open.Text = "Open"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 25
- open.Draggable = true
- open.MouseButton1Click:connect(function()
- main.Visible = true
- open.Visible = false
- end)
- close.MouseButton1Click:connect(function()
- main.Visible = false
- open.Visible = true
- end)
- arrest.MouseButton1Click:connect(function()
- local Player = game.Players.LocalPlayer
- wait(0.5)
- for i,v in pairs(game.Teams.Fugitives:GetPlayers()) do
- repeat
- wait()
- Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
- until v.Team.Name ~= "Fugitives"
- end
- end)
- reload.MouseButton1Click:connect(function()
- local player = game.Players.LocalPlayer.Character.Torso.Position
- local ammoCrate = workspace.ammoCrate
- ammoCrate.CanCollide = false
- ammoCrate.Transparency = 1
- ammoCrate:ClearAllChildren()
- ammoCrate.Position = player
- end)
- guns.MouseButton1Click:connect(function()
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M1014")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Makrov")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Dragunov")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
- end)
- id.MouseButton1Click:connect(function()
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement