Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local FhyPrisonGUI = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local CloseButton = Instance.new("TextButton")
- local Guns = Instance.new("TextButton")
- local MainGuard = Instance.new("TextButton")
- local MainInmate = Instance.new("TextButton")
- local MainKick = Instance.new("TextButton")
- local MainSpectator = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- local Minusten = Instance.new("TextButton")
- local Plusten = Instance.new("TextButton")
- local QuickRespawn = Instance.new("TextButton")
- local RemInfAmmo = Instance.new("TextButton")
- local RevizAdmin = Instance.new("TextButton")
- local MainOpen = Instance.new("TextButton")
- --Properties:
- FhyPrisonGUI.Name = "Fhy Prison GUI"
- FhyPrisonGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- FhyPrisonGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = FhyPrisonGUI
- MainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- MainFrame.BackgroundTransparency = 0.55000001192093
- MainFrame.BorderColor3 = Color3.new(1, 0, 0)
- MainFrame.Position = UDim2.new(0, 650, 0, 183)
- MainFrame.Size = UDim2.new(0, 365, 0, 444)
- TextLabel.Parent = MainFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.115068495, 0, 0.0745785311, 0)
- TextLabel.Size = UDim2.new(0, 281, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "PcGmers Prison Life GUI"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- CloseButton.Name = "CloseButton"
- CloseButton.Parent = MainFrame
- CloseButton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- CloseButton.BackgroundTransparency = 1
- CloseButton.Position = UDim2.new(0.887311161, 0, -0.00173443556, 0)
- CloseButton.Size = UDim2.new(0, 41, 0, 34)
- CloseButton.Font = Enum.Font.SourceSans
- CloseButton.Text = "X"
- CloseButton.TextColor3 = Color3.new(1, 0, 0)
- CloseButton.TextScaled = true
- CloseButton.TextSize = 14
- CloseButton.TextWrapped = true
- Guns.Name = "Guns"
- Guns.Parent = MainFrame
- Guns.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
- Guns.Position = UDim2.new(0.588142812, 0, 0.755762398, 0)
- Guns.Size = UDim2.new(0, 124, 0, 40)
- Guns.Font = Enum.Font.SourceSans
- Guns.Text = "Guns"
- Guns.TextColor3 = Color3.new(0, 0, 0)
- Guns.TextSize = 14
- MainGuard.Name = "MainGuard"
- MainGuard.Parent = MainFrame
- MainGuard.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- MainGuard.Position = UDim2.new(0.0777038336, 0, 0.614602506, 0)
- MainGuard.Size = UDim2.new(0, 124, 0, 40)
- MainGuard.Font = Enum.Font.SourceSans
- MainGuard.Text = "Guards"
- MainGuard.TextColor3 = Color3.new(0, 0, 0)
- MainGuard.TextSize = 14
- MainInmate.Name = "MainInmate"
- MainInmate.Parent = MainFrame
- MainInmate.BackgroundColor3 = Color3.new(1, 0.666667, 0)
- MainInmate.Position = UDim2.new(0.0777039304, 0, 0.757489204, 0)
- MainInmate.Size = UDim2.new(0, 124, 0, 40)
- MainInmate.Font = Enum.Font.SourceSans
- MainInmate.Text = "Inmate"
- MainInmate.TextColor3 = Color3.new(0, 0, 0)
- MainInmate.TextSize = 14
- MainKick.Name = "MainKick"
- MainKick.Parent = MainFrame
- MainKick.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
- MainKick.Position = UDim2.new(0.0777038336, 0, 0.451930404, 0)
- MainKick.Size = UDim2.new(0, 124, 0, 40)
- MainKick.Font = Enum.Font.SourceSans
- MainKick.Text = "Kick"
- MainKick.TextColor3 = Color3.new(0, 0, 0)
- MainKick.TextSize = 14
- MainKick.TextWrapped = true
- MainSpectator.Name = "MainSpectator"
- MainSpectator.Parent = MainFrame
- MainSpectator.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
- MainSpectator.Position = UDim2.new(0.0777039379, 0, 0.882317126, 0)
- MainSpectator.Size = UDim2.new(0, 124, 0, 40)
- MainSpectator.Font = Enum.Font.SourceSans
- MainSpectator.Text = "Neutral"
- MainSpectator.TextColor3 = Color3.new(0, 0, 0)
- MainSpectator.TextSize = 14
- Minimize.Name = "Minimize"
- Minimize.Parent = MainFrame
- Minimize.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- Minimize.BackgroundTransparency = 1
- Minimize.Position = UDim2.new(0.814487219, 0, -0.00173445046, 0)
- Minimize.Size = UDim2.new(0, 41, 0, 34)
- Minimize.Font = Enum.Font.SourceSans
- Minimize.Text = "_"
- Minimize.TextColor3 = Color3.new(0, 0, 0)
- Minimize.TextScaled = true
- Minimize.TextSize = 14
- Minimize.TextWrapped = true
- Minusten.Name = "Minusten"
- Minusten.Parent = MainFrame
- Minusten.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
- Minusten.Position = UDim2.new(0.591299593, 0, 0.449938387, 0)
- Minusten.Size = UDim2.new(0, 124, 0, 40)
- Minusten.Font = Enum.Font.SourceSans
- Minusten.Text = "-10 Walkspeed"
- Minusten.TextColor3 = Color3.new(0, 0, 0)
- Minusten.TextSize = 14
- Plusten.Name = "Plusten"
- Plusten.Parent = MainFrame
- Plusten.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
- Plusten.Position = UDim2.new(0.592707276, 0, 0.304529011, 0)
- Plusten.Size = UDim2.new(0, 124, 0, 40)
- Plusten.Font = Enum.Font.SourceSans
- Plusten.Text = "+10 Walkspeed"
- Plusten.TextColor3 = Color3.new(0, 0, 0)
- Plusten.TextSize = 14
- QuickRespawn.Name = "QuickRespawn"
- QuickRespawn.Parent = MainFrame
- QuickRespawn.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
- QuickRespawn.Position = UDim2.new(0.590634763, 0, 0.6128757, 0)
- QuickRespawn.Size = UDim2.new(0, 124, 0, 40)
- QuickRespawn.Font = Enum.Font.SourceSans
- QuickRespawn.Text = "Quick Respawn"
- QuickRespawn.TextColor3 = Color3.new(0, 0, 0)
- QuickRespawn.TextSize = 14
- RemInfAmmo.Name = "RemInfAmmo"
- RemInfAmmo.Parent = MainFrame
- RemInfAmmo.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
- RemInfAmmo.Position = UDim2.new(0.587112665, 0, 0.880590439, 0)
- RemInfAmmo.Size = UDim2.new(0, 124, 0, 40)
- RemInfAmmo.Font = Enum.Font.SourceSans
- RemInfAmmo.Text = "Inf ammo for Rem"
- RemInfAmmo.TextColor3 = Color3.new(0, 0, 0)
- RemInfAmmo.TextSize = 14
- RevizAdmin.Name = "Reviz Admin"
- RevizAdmin.Parent = MainFrame
- RevizAdmin.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
- RevizAdmin.Position = UDim2.new(0.0722244754, 0, 0.304529011, 0)
- RevizAdmin.Size = UDim2.new(0, 124, 0, 40)
- RevizAdmin.Font = Enum.Font.SourceSans
- RevizAdmin.Text = "Reviz Admin"
- RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
- RevizAdmin.TextSize = 14
- RevizAdmin.TextWrapped = true
- MainOpen.Name = "MainOpen"
- MainOpen.Parent = FhyPrisonGUI
- MainOpen.BackgroundColor3 = Color3.new(1, 1, 0.498039)
- MainOpen.BorderColor3 = Color3.new(0.333333, 1, 1)
- MainOpen.Position = UDim2.new(0, 0, 0.772348046, 0)
- MainOpen.Size = UDim2.new(0, 116, 0, 37)
- MainOpen.Visible = false
- MainOpen.Font = Enum.Font.SourceSans
- MainOpen.Text = "Open"
- MainOpen.TextColor3 = Color3.new(0, 0, 0)
- MainOpen.TextScaled = true
- MainOpen.TextSize = 14
- MainOpen.TextWrapped = true
- -- Scripts:
- function SCRIPT_NIBJ75_FAKESCRIPT() -- MainFrame.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = MainFrame
- local UserInputService = game:GetService("UserInputService")
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_NIBJ75_FAKESCRIPT))
- function SCRIPT_MVAK90_FAKESCRIPT() -- CloseButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = CloseButton
- script.Parent.MouseButton1Down:Connect(function()
- local gui = script.Parent.Parent.Parent
- gui:Destroy()
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_MVAK90_FAKESCRIPT))
- function SCRIPT_OBGU74_FAKESCRIPT() -- Guns.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Guns
- local guns = workspace["Prison_ITEMS"].giver:GetChildren()
- local item_handler = workspace.Remote.ItemHandler
- local client = game:GetService("Players").LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- for i,v in pairs(guns) do
- if tostring(v) == 'AK-47' or tostring(v) == 'M9' or tostring(v) == 'Remington 870' then
- item_handler:InvokeServer(v.ITEMPICKUP)
- elseif (tostring(v) == 'M4A1' or tostring(v) == 'Riot Shield') and (game:GetService("MarketplaceService"):UserOwnsGamePassAsync(client.UserId,96651)) then
- item_handler:InvokeServer(v.ITEMPICKUP)
- end
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_OBGU74_FAKESCRIPT))
- function SCRIPT_GDSY85_FAKESCRIPT() -- MainGuard.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = MainGuard
- local client = game:GetService("Players").LocalPlayer
- local loadchar = workspace.Remote.loadchar
- local team_event = workspace.Remote.TeamEvent
- local team_event = workspace.Remote.TeamEvent
- local guard = game:GetService('Teams').Guards
- script.Parent.MouseButton1Click:Connect(function()
- local position = client.Character:WaitForChild("HumanoidRootPart").Position
- if #guard:GetPlayers() >= 8 then
- loadchar:InvokeServer('','Bright blue')
- client.Character:MoveTo(position)
- else
- team_event:FireServer('Bright blue')
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_GDSY85_FAKESCRIPT))
- function SCRIPT_DMSN90_FAKESCRIPT() -- MainInmate.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = MainInmate
- local team_event = workspace.Remote.TeamEvent
- script.Parent.MouseButton1Click:Connect(function()
- team_event:FireServer("Bright orange")
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_DMSN90_FAKESCRIPT))
- function SCRIPT_QPSH86_FAKESCRIPT() -- MainKick.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = MainKick
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/AncyYd8Q",true))()
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_QPSH86_FAKESCRIPT))
- function SCRIPT_FJSI73_FAKESCRIPT() -- MainSpectator.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = MainSpectator
- local team_event = workspace.Remote.TeamEvent
- script.Parent.MouseButton1Click:Connect(function()
- team_event:FireServer("Medium stone grey")
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_FJSI73_FAKESCRIPT))
- function SCRIPT_TGBY72_FAKESCRIPT() -- Minimize.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Minimize
- script.Parent.MouseButton1Down:Connect(function()
- script.Parent.Parent.Visible = false
- script.Parent.Parent.Parent.MainOpen.Visible = true
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_TGBY72_FAKESCRIPT))
- function SCRIPT_UVUZ88_FAKESCRIPT() -- Minusten.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Minusten
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed-10
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_UVUZ88_FAKESCRIPT))
- function SCRIPT_MCUM85_FAKESCRIPT() -- Plusten.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Plusten
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed+10
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_MCUM85_FAKESCRIPT))
- function SCRIPT_XFJA89_FAKESCRIPT() -- QuickRespawn.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = QuickRespawn
- local client = game:GetService('Players').LocalPlayer
- local loadchar = workspace.Remote.loadchar
- script.Parent.MouseButton1Click:Connect(function()
- local position = client.Character:WaitForChild('HumanoidRootPart').Position
- loadchar:InvokeServer()
- client.Character:MoveTo(position)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_XFJA89_FAKESCRIPT))
- local item_handler = workspace.Remote.ItemHandler
- local client = game:GetService("Players").LocalPlayer
- local remi = workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP
- RemInfAmmo.MouseButton1Click:Connect(function()
- if not client.Backpack:FindFirstChild('Remington 870') then
- item_handler:InvokeServer(remi)
- end
- local states = client.Backpack['Remington 870'].GunStates
- local gun_states = require(states)
- gun_states.CurrentAmmo = math.huge
- gun_states.MaxAmmo = math.huge
- gun_states.FireRate = 0
- gun_states.Damage = math.huge
- gun_states.Range = 5000
- gun_states.AutoFire = true
- end)
- function SCRIPT_NVUR83_FAKESCRIPT() -- RevizAdmin.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = RevizAdmin
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/KNUzQPYS",true))()
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_NVUR83_FAKESCRIPT))
- function SCRIPT_JXVR75_FAKESCRIPT() -- MainOpen.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = MainOpen
- local UserInputService = game:GetService("UserInputService")
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- update(input)
- end
- end)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.MainFrame.Visible = true
- script.Parent.Visible = false
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_JXVR75_FAKESCRIPT))
Add Comment
Please, Sign In to add comment