Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Version 3.0
- --Created By iFamous Roblox - 177239
- --Script Starts here.
- --Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local GuiMainFrame = Instance.new("Frame")
- local FrameOfName = Instance.new("Frame")
- local NameOfGui = Instance.new("TextLabel")
- local RedwoodPrsionLoader = Instance.new("TextButton")
- local WelcomeGui = Instance.new("TextLabel")
- local RedwoodMainFrame = Instance.new("Frame")
- local FrameOfName_2 = Instance.new("Frame")
- local NameOfGui_2 = Instance.new("TextLabel")
- local AllWeapons = Instance.new("TextButton")
- local RedwoodGuiCloser = Instance.new("TextButton")
- local PrisonLifeLoader = Instance.new("TextButton")
- local PrisonLifeMainFrame = Instance.new("Frame")
- local FrameOfName_3 = Instance.new("Frame")
- local NameOfGui_3 = Instance.new("TextLabel")
- local KillAura = Instance.new("TextButton")
- local PrisonLifeGuiCloser = Instance.new("TextButton")
- local ClickArrestFunction = Instance.new("TextButton")
- local AllWeaponsPL = Instance.new("TextButton")
- local EscapePL = Instance.new("TextButton")
- local RemoveAllDoors = Instance.new("TextButton")
- local CreditsLoader = Instance.new("TextButton")
- local CreditsMainFrame = Instance.new("Frame")
- local FrameOfName_4 = Instance.new("Frame")
- local NameOfGui_4 = Instance.new("TextLabel")
- local CreditsGuiCloser = Instance.new("TextButton")
- local Credits = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- -- Scripts For Loading GUI
- RedwoodPrsionLoader.MouseButton1Down:connect(function()
- RedwoodMainFrame.Visible = true
- end)
- PrisonLifeLoader.MouseButton1Down:connect(function()
- PrisonLifeMainFrame.Visible = true
- end)
- CreditsLoader.MouseButton1Down:connect(function()
- CreditsMainFrame.Visible = true
- end)
- -- Scripts for closing GUI
- RedwoodGuiCloser.MouseButton1Down:connect(function()
- RedwoodMainFrame.Visible = false
- end)
- PrisonLifeGuiCloser.MouseButton1Down:connect(function()
- PrisonLifeMainFrame.Visible = false
- end)
- CreditsGuiCloser.MouseButton1Down:connect(function()
- CreditsMainFrame.Visible = false
- end)
- GuiMainFrame.Name = "GuiMainFrame"
- GuiMainFrame.Parent = ScreenGui
- GuiMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- GuiMainFrame.BackgroundTransparency = 0.69999998807907
- GuiMainFrame.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- GuiMainFrame.BorderSizePixel = 3
- GuiMainFrame.Position = UDim2.new(0.792758107, 0, 0.543325484, 0)
- GuiMainFrame.Size = UDim2.new(0, 251, 0, 358)
- FrameOfName.Name = "FrameOfName"
- FrameOfName.Parent = GuiMainFrame
- FrameOfName.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
- FrameOfName.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- FrameOfName.Position = UDim2.new(-0.0438247025, 0, 1, 0)
- FrameOfName.Size = UDim2.new(0, 274, 0, 17)
- FrameOfName.SizeConstraint = Enum.SizeConstraint.RelativeXX
- FrameOfName.Style = Enum.FrameStyle.RobloxRound
- NameOfGui.Name = "NameOfGui"
- NameOfGui.Parent = GuiMainFrame
- NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
- NameOfGui.BackgroundTransparency = 10
- NameOfGui.Position = UDim2.new(-0.0478087664, 0, 1, 0)
- NameOfGui.Size = UDim2.new(0, 274, 0, 17)
- NameOfGui.Font = Enum.Font.SciFi
- NameOfGui.Text = "Xircuminal"
- NameOfGui.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- NameOfGui.TextSize = 14
- RedwoodPrsionLoader.Name = "RedwoodPrsionLoader"
- RedwoodPrsionLoader.Parent = GuiMainFrame
- RedwoodPrsionLoader.BackgroundColor3 = Color3.new(0, 0, 0)
- RedwoodPrsionLoader.BackgroundTransparency = 0.80000001192093
- RedwoodPrsionLoader.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- RedwoodPrsionLoader.BorderSizePixel = 2
- RedwoodPrsionLoader.Position = UDim2.new(0.0413323641, 0, 0.0835568309, 0)
- RedwoodPrsionLoader.Size = UDim2.new(0, 126, 0, 29)
- RedwoodPrsionLoader.Font = Enum.Font.SciFi
- RedwoodPrsionLoader.Text = "Redwood Prison"
- RedwoodPrsionLoader.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- RedwoodPrsionLoader.TextScaled = true
- RedwoodPrsionLoader.TextSize = 14
- RedwoodPrsionLoader.TextStrokeTransparency = 10
- RedwoodPrsionLoader.TextTransparency = 0.10000000149012
- RedwoodPrsionLoader.TextWrapped = true
- WelcomeGui.Name = "WelcomeGui"
- WelcomeGui.Parent = GuiMainFrame
- WelcomeGui.BackgroundColor3 = Color3.new(0, 0, 0)
- WelcomeGui.BackgroundTransparency = 0.60000002384186
- WelcomeGui.Position = UDim2.new(-0.00467157364, 0, -0.00113171339, 0)
- WelcomeGui.Size = UDim2.new(0, 251, 0, 18)
- WelcomeGui.Font = Enum.Font.SciFi
- WelcomeGui.Text = "Welcome to Xircuminal!"
- WelcomeGui.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- WelcomeGui.TextSize = 14
- RedwoodMainFrame.Name = "RedwoodMainFrame"
- RedwoodMainFrame.Parent = GuiMainFrame
- RedwoodMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- RedwoodMainFrame.BackgroundTransparency = 0.69999998807907
- RedwoodMainFrame.BorderColor3 = Color3.new(1, 0, 0.0156863)
- RedwoodMainFrame.BorderSizePixel = 3
- RedwoodMainFrame.Position = UDim2.new(-1.10544574, 0, -0.00113171339, 0)
- RedwoodMainFrame.Size = UDim2.new(0, 251, 0, 358)
- RedwoodMainFrame.Visible = false
- FrameOfName_2.Name = "FrameOfName"
- FrameOfName_2.Parent = RedwoodMainFrame
- FrameOfName_2.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
- FrameOfName_2.BorderColor3 = Color3.new(1, 0, 0.0156863)
- FrameOfName_2.Position = UDim2.new(-0.0438247025, 0, 1, 0)
- FrameOfName_2.Size = UDim2.new(0, 274, 0, 17)
- FrameOfName_2.SizeConstraint = Enum.SizeConstraint.RelativeXX
- FrameOfName_2.Style = Enum.FrameStyle.RobloxRound
- NameOfGui_2.Name = "NameOfGui"
- NameOfGui_2.Parent = RedwoodMainFrame
- NameOfGui_2.BackgroundColor3 = Color3.new(1, 1, 1)
- NameOfGui_2.BackgroundTransparency = 10
- NameOfGui_2.Position = UDim2.new(-0.0478087664, 0, 1, 0)
- NameOfGui_2.Size = UDim2.new(0, 274, 0, 17)
- NameOfGui_2.Font = Enum.Font.SciFi
- NameOfGui_2.Text = "Xircuminal - Redwood Prison"
- NameOfGui_2.TextColor3 = Color3.new(1, 0, 0.0156863)
- NameOfGui_2.TextSize = 14
- AllWeapons.Name = "AllWeapons"
- AllWeapons.Parent = RedwoodMainFrame
- AllWeapons.BackgroundColor3 = Color3.new(0, 0, 0)
- AllWeapons.BackgroundTransparency = 0.80000001192093
- AllWeapons.BorderColor3 = Color3.new(1, 0, 0.0156863)
- AllWeapons.BorderSizePixel = 2
- AllWeapons.Position = UDim2.new(0.243034035, 0, 0.0500045717, 0)
- AllWeapons.Size = UDim2.new(0, 126, 0, 29)
- AllWeapons.Font = Enum.Font.SciFi
- AllWeapons.Text = "All Weapons"
- AllWeapons.TextColor3 = Color3.new(1, 0, 0.0156863)
- AllWeapons.TextScaled = true
- AllWeapons.TextSize = 14
- AllWeapons.TextStrokeTransparency = 10
- AllWeapons.TextTransparency = 0.10000000149012
- AllWeapons.TextWrapped = true
- RedwoodGuiCloser.Name = "RedwoodGuiCloser"
- RedwoodGuiCloser.Parent = RedwoodMainFrame
- RedwoodGuiCloser.BackgroundColor3 = Color3.new(0, 0, 0)
- RedwoodGuiCloser.BackgroundTransparency = 0.60000002384186
- RedwoodGuiCloser.BorderColor3 = Color3.new(1, 0, 0.0156863)
- RedwoodGuiCloser.BorderSizePixel = 3
- RedwoodGuiCloser.Position = UDim2.new(0.418326646, 0, 0.868715107, 0)
- RedwoodGuiCloser.Size = UDim2.new(0, 40, 0, 40)
- RedwoodGuiCloser.Font = Enum.Font.SciFi
- RedwoodGuiCloser.Text = "X"
- RedwoodGuiCloser.TextColor3 = Color3.new(1, 0, 0.0156863)
- RedwoodGuiCloser.TextScaled = true
- RedwoodGuiCloser.TextSize = 14
- RedwoodGuiCloser.TextWrapped = true
- PrisonLifeLoader.Name = "PrisonLifeLoader"
- PrisonLifeLoader.Parent = GuiMainFrame
- PrisonLifeLoader.BackgroundColor3 = Color3.new(0, 0, 0)
- PrisonLifeLoader.BackgroundTransparency = 0.80000001192093
- PrisonLifeLoader.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- PrisonLifeLoader.BorderSizePixel = 2
- PrisonLifeLoader.Position = UDim2.new(0.0413323641, 0, 0.220428333, 0)
- PrisonLifeLoader.Size = UDim2.new(0, 126, 0, 29)
- PrisonLifeLoader.Font = Enum.Font.SciFi
- PrisonLifeLoader.Text = "Prison Life"
- PrisonLifeLoader.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- PrisonLifeLoader.TextScaled = true
- PrisonLifeLoader.TextSize = 14
- PrisonLifeLoader.TextStrokeTransparency = 10
- PrisonLifeLoader.TextTransparency = 0.10000000149012
- PrisonLifeLoader.TextWrapped = true
- PrisonLifeMainFrame.Name = "PrisonLifeMainFrame"
- PrisonLifeMainFrame.Parent = GuiMainFrame
- PrisonLifeMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- PrisonLifeMainFrame.BackgroundTransparency = 0.69999998807907
- PrisonLifeMainFrame.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- PrisonLifeMainFrame.BorderSizePixel = 3
- PrisonLifeMainFrame.Position = UDim2.new(-0.00982820988, 0, -1.09051728, 0)
- PrisonLifeMainFrame.Size = UDim2.new(0, 251, 0, 358)
- PrisonLifeMainFrame.Visible = false
- FrameOfName_3.Name = "FrameOfName"
- FrameOfName_3.Parent = PrisonLifeMainFrame
- FrameOfName_3.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
- FrameOfName_3.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- FrameOfName_3.Position = UDim2.new(-0.0438247025, 0, 1, 0)
- FrameOfName_3.Size = UDim2.new(0, 274, 0, 17)
- FrameOfName_3.SizeConstraint = Enum.SizeConstraint.RelativeXX
- FrameOfName_3.Style = Enum.FrameStyle.RobloxRound
- NameOfGui_3.Name = "NameOfGui"
- NameOfGui_3.Parent = PrisonLifeMainFrame
- NameOfGui_3.BackgroundColor3 = Color3.new(1, 1, 1)
- NameOfGui_3.BackgroundTransparency = 10
- NameOfGui_3.Position = UDim2.new(-0.0478087664, 0, 1, 0)
- NameOfGui_3.Size = UDim2.new(0, 274, 0, 17)
- NameOfGui_3.Font = Enum.Font.SciFi
- NameOfGui_3.Text = "Xircuminal - Prison Life"
- NameOfGui_3.TextColor3 = Color3.new(1, 0.490196, 0.129412)
- NameOfGui_3.TextSize = 14
- KillAura.Name = "KillAura"
- KillAura.Parent = PrisonLifeMainFrame
- KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
- KillAura.BackgroundTransparency = 0.80000001192093
- KillAura.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- KillAura.BorderSizePixel = 2
- KillAura.Position = UDim2.new(0.243034035, 0, 0.0500045717, 0)
- KillAura.Size = UDim2.new(0, 126, 0, 29)
- KillAura.Font = Enum.Font.SciFi
- KillAura.Text = "Kill Aura - Press U"
- KillAura.TextColor3 = Color3.new(1, 0.490196, 0.129412)
- KillAura.TextScaled = true
- KillAura.TextSize = 14
- KillAura.TextStrokeTransparency = 10
- KillAura.TextTransparency = 0.10000000149012
- KillAura.TextWrapped = true
- PrisonLifeGuiCloser.Name = "PrisonLifeGuiCloser"
- PrisonLifeGuiCloser.Parent = PrisonLifeMainFrame
- PrisonLifeGuiCloser.BackgroundColor3 = Color3.new(0, 0, 0)
- PrisonLifeGuiCloser.BackgroundTransparency = 0.60000002384186
- PrisonLifeGuiCloser.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- PrisonLifeGuiCloser.BorderSizePixel = 3
- PrisonLifeGuiCloser.Position = UDim2.new(0.414342582, 0, 0.860335231, 0)
- PrisonLifeGuiCloser.Size = UDim2.new(0, 40, 0, 40)
- PrisonLifeGuiCloser.Font = Enum.Font.SciFi
- PrisonLifeGuiCloser.Text = "X"
- PrisonLifeGuiCloser.TextColor3 = Color3.new(1, 0.490196, 0.129412)
- PrisonLifeGuiCloser.TextScaled = true
- PrisonLifeGuiCloser.TextSize = 14
- PrisonLifeGuiCloser.TextWrapped = true
- ClickArrestFunction.Name = "ClickArrestFunction"
- ClickArrestFunction.Parent = PrisonLifeMainFrame
- ClickArrestFunction.BackgroundColor3 = Color3.new(0, 0, 0)
- ClickArrestFunction.BackgroundTransparency = 0.80000001192093
- ClickArrestFunction.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- ClickArrestFunction.BorderSizePixel = 2
- ClickArrestFunction.Position = UDim2.new(0.243034035, 0, 0.186876073, 0)
- ClickArrestFunction.Size = UDim2.new(0, 126, 0, 29)
- ClickArrestFunction.Font = Enum.Font.SciFi
- ClickArrestFunction.Text = "Click Arrest"
- ClickArrestFunction.TextColor3 = Color3.new(1, 0.490196, 0.129412)
- ClickArrestFunction.TextScaled = true
- ClickArrestFunction.TextSize = 14
- ClickArrestFunction.TextStrokeTransparency = 10
- ClickArrestFunction.TextTransparency = 0.10000000149012
- ClickArrestFunction.TextWrapped = true
- AllWeaponsPL.Name = "AllWeaponsPL"
- AllWeaponsPL.Parent = PrisonLifeMainFrame
- AllWeaponsPL.BackgroundColor3 = Color3.new(0, 0, 0)
- AllWeaponsPL.BackgroundTransparency = 0.80000001192093
- AllWeaponsPL.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- AllWeaponsPL.BorderSizePixel = 2
- AllWeaponsPL.Position = UDim2.new(0.25897029, 0, 0.323747575, 0)
- AllWeaponsPL.Size = UDim2.new(0, 126, 0, 29)
- AllWeaponsPL.Font = Enum.Font.SciFi
- AllWeaponsPL.Text = "All Weapons"
- AllWeaponsPL.TextColor3 = Color3.new(1, 0.490196, 0.129412)
- AllWeaponsPL.TextScaled = true
- AllWeaponsPL.TextSize = 14
- AllWeaponsPL.TextStrokeTransparency = 10
- AllWeaponsPL.TextTransparency = 0.10000000149012
- AllWeaponsPL.TextWrapped = true
- EscapePL.Name = "EscapePL"
- EscapePL.Parent = PrisonLifeMainFrame
- EscapePL.BackgroundColor3 = Color3.new(0, 0, 0)
- EscapePL.BackgroundTransparency = 0.80000001192093
- EscapePL.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- EscapePL.BorderSizePixel = 2
- EscapePL.Position = UDim2.new(0.25897029, 0, 0.45782578, 0)
- EscapePL.Size = UDim2.new(0, 126, 0, 29)
- EscapePL.Font = Enum.Font.SciFi
- EscapePL.Text = "Escape Jail"
- EscapePL.TextColor3 = Color3.new(1, 0.490196, 0.129412)
- EscapePL.TextScaled = true
- EscapePL.TextSize = 14
- EscapePL.TextStrokeTransparency = 10
- EscapePL.TextTransparency = 0.10000000149012
- EscapePL.TextWrapped = true
- RemoveAllDoors.Name = "RemoveAllDoors"
- RemoveAllDoors.Parent = PrisonLifeMainFrame
- RemoveAllDoors.BackgroundColor3 = Color3.new(0, 0, 0)
- RemoveAllDoors.BackgroundTransparency = 0.80000001192093
- RemoveAllDoors.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- RemoveAllDoors.BorderSizePixel = 2
- RemoveAllDoors.Position = UDim2.new(0.25897029, 0, 0.597490549, 0)
- RemoveAllDoors.Size = UDim2.new(0, 126, 0, 29)
- RemoveAllDoors.Font = Enum.Font.SciFi
- RemoveAllDoors.Text = "Remove All Doors"
- RemoveAllDoors.TextColor3 = Color3.new(1, 0.490196, 0.129412)
- RemoveAllDoors.TextScaled = true
- RemoveAllDoors.TextSize = 14
- RemoveAllDoors.TextStrokeTransparency = 10
- RemoveAllDoors.TextTransparency = 0.10000000149012
- RemoveAllDoors.TextWrapped = true
- CreditsLoader.Name = "CreditsLoader"
- CreditsLoader.Parent = GuiMainFrame
- CreditsLoader.BackgroundColor3 = Color3.new(0, 0, 0)
- CreditsLoader.BackgroundTransparency = 0.80000001192093
- CreditsLoader.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- CreditsLoader.BorderSizePixel = 2
- CreditsLoader.Position = UDim2.new(0.240535557, 0, 0.885232747, 0)
- CreditsLoader.Size = UDim2.new(0, 126, 0, 29)
- CreditsLoader.Font = Enum.Font.SciFi
- CreditsLoader.Text = "Credits"
- CreditsLoader.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
- CreditsLoader.TextScaled = true
- CreditsLoader.TextSize = 14
- CreditsLoader.TextStrokeTransparency = 10
- CreditsLoader.TextTransparency = 0.10000000149012
- CreditsLoader.TextWrapped = true
- CreditsMainFrame.Name = "CreditsMainFrame"
- CreditsMainFrame.Parent = GuiMainFrame
- CreditsMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- CreditsMainFrame.BackgroundTransparency = 0.69999998807907
- CreditsMainFrame.BorderColor3 = Color3.new(1, 1, 1)
- CreditsMainFrame.BorderSizePixel = 3
- CreditsMainFrame.Position = UDim2.new(-1.10544586, 0, -1.09331048, 0)
- CreditsMainFrame.Size = UDim2.new(0, 251, 0, 358)
- CreditsMainFrame.Visible = false
- FrameOfName_4.Name = "FrameOfName"
- FrameOfName_4.Parent = CreditsMainFrame
- FrameOfName_4.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
- FrameOfName_4.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
- FrameOfName_4.Position = UDim2.new(-0.0438247025, 0, 1, 0)
- FrameOfName_4.Size = UDim2.new(0, 274, 0, 17)
- FrameOfName_4.SizeConstraint = Enum.SizeConstraint.RelativeXX
- FrameOfName_4.Style = Enum.FrameStyle.RobloxRound
- NameOfGui_4.Name = "NameOfGui"
- NameOfGui_4.Parent = CreditsMainFrame
- NameOfGui_4.BackgroundColor3 = Color3.new(1, 1, 1)
- NameOfGui_4.BackgroundTransparency = 10
- NameOfGui_4.Position = UDim2.new(-0.0478087664, 0, 1, 0)
- NameOfGui_4.Size = UDim2.new(0, 274, 0, 17)
- NameOfGui_4.Font = Enum.Font.SciFi
- NameOfGui_4.Text = "Xircuminal - Credits"
- NameOfGui_4.TextColor3 = Color3.new(1, 1, 1)
- NameOfGui_4.TextSize = 14
- CreditsGuiCloser.Name = "CreditsGuiCloser"
- CreditsGuiCloser.Parent = CreditsMainFrame
- CreditsGuiCloser.BackgroundColor3 = Color3.new(0, 0, 0)
- CreditsGuiCloser.BackgroundTransparency = 0.60000002384186
- CreditsGuiCloser.BorderColor3 = Color3.new(1, 1, 1)
- CreditsGuiCloser.BorderSizePixel = 3
- CreditsGuiCloser.Position = UDim2.new(0.42231071, 0, 0.860335231, 0)
- CreditsGuiCloser.Size = UDim2.new(0, 40, 0, 40)
- CreditsGuiCloser.Font = Enum.Font.SciFi
- CreditsGuiCloser.Text = "X"
- CreditsGuiCloser.TextColor3 = Color3.new(1, 1, 1)
- CreditsGuiCloser.TextScaled = true
- CreditsGuiCloser.TextSize = 14
- CreditsGuiCloser.TextWrapped = true
- Credits.Name = "Credits"
- Credits.Parent = CreditsMainFrame
- Credits.BackgroundColor3 = Color3.new(0, 0, 0)
- Credits.BackgroundTransparency = 0.60000002384186
- Credits.Position = UDim2.new(0.0996015966, 0, 0.0502793305, 0)
- Credits.Size = UDim2.new(0, 200, 0, 50)
- Credits.Font = Enum.Font.SciFi
- Credits.Text = "iFamous - Roblox [ 177239 ]"
- Credits.TextColor3 = Color3.new(1, 1, 1)
- Credits.TextSize = 14
- -- Scripts:
- function SCRIPT_VRHS74_FAKESCRIPT() -- AllWeapons.Script
- local script = Instance.new('Script')
- script.Parent = AllWeapons
- AllWeapons.MouseButton1Down:connect(function()
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Dragunov")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Makarov")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M1014")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "RiotShield")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Handcuffs")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Shank")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Steak")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "HamSandwich")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Pancakes")
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Guitar")
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_VRHS74_FAKESCRIPT))
- function SCRIPT_GAGP80_FAKESCRIPT() -- KillAura.Script
- local script = Instance.new('Script')
- script.Parent = KillAura
- mainRemotes = game.ReplicatedStorage
- meleeRemote = mainRemotes['meleeEvent']
- killAura = true
- contextactionservice = game.ContextActionService
- function toggleKillAura(actionName, inputState, inputObject)
- print('Doing the action : ' .. actionName)
- if inputState == Enum.UserInputState.Begin then
- if killAura == true then
- killAura = false
- else
- killAura = true
- end
- end
- end
- contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.U)
- while wait() do
- if killAura == true then
- for _, plr in pairs (game:GetService('Players'):GetChildren()) do
- if plr.Name ~= game.Players.LocalPlayer.Name then
- meleeRemote:FireServer(plr)
- end
- end
- end
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_GAGP80_FAKESCRIPT))
- function SCRIPT_NQXA65_FAKESCRIPT() -- ClickArrestFunction.Script
- local script = Instance.new('Script')
- script.Parent = ClickArrestFunction
- ClickArrestFunction.MouseButton1Down:connect(function()
- local mouse = game.Players.LocalPlayer:GetMouse()
- local arrestEvent = game.Workspace.Remote.arrest
- mouse.Button1Down:connect(function()
- local obj = mouse.Target
- local response = arrestEvent:InvokeServer(obj)
- end)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_NQXA65_FAKESCRIPT))
- function SCRIPT_TQDN84_FAKESCRIPT() -- AllWeaponsPL.Script
- local script = Instance.new('Script')
- script.Parent = AllWeaponsPL
- AllWeaponsPL.MouseButton1Down:connect(function()
- local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield", "Crude Knife", "Hammer", "Sharpened stick", "Extendo mirror" }
- for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
- for j, k in pairs(weapons) do
- if v.Name == k then
- v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
- end
- end
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_TQDN84_FAKESCRIPT))
- function SCRIPT_EXRL70_FAKESCRIPT() -- EscapePL.Script
- local script = Instance.new('Script')
- script.Parent = EscapePL
- EscapePL.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_EXRL70_FAKESCRIPT))
- function SCRIPT_IJAR73_FAKESCRIPT() -- RemoveAllDoors.Script
- local script = Instance.new('Script')
- script.Parent = RemoveAllDoors
- RemoveAllDoors.MouseButton1Down:connect(function()
- game.Workspace.Doors:Destroy()
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_IJAR73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement