Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Prison = Instance.new("ScreenGui")
- local OPEN = Instance.new("TextButton")
- local opentxt = Instance.new("TextButton")
- local MENU = Instance.new("Frame")
- local PRISONLIFETEXT = Instance.new("TextBox")
- local LINE1 = Instance.new("Frame")
- local allgun = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- local LINE2 = Instance.new("Frame")
- local HighSpeed = Instance.new("TextButton")
- local HighJump = Instance.new("TextButton")
- local ArrestAll = Instance.new("TextButton")
- --Properties:
- Prison.Name = "Prison"
- Prison.Parent = game.CoreGui
- OPEN.Name = "OPEN"
- OPEN.Parent = Prison
- OPEN.BackgroundColor3 = Color3.new(1, 1, 1)
- OPEN.Position = UDim2.new(0.890853167, 0, 0.140432104, 0)
- OPEN.Size = UDim2.new(0, 142, 0, 31)
- OPEN.MouseButton1Down:connect(function()
- MENU.Visible = true
- OPEN.Visible = false
- end)
- opentxt.Name = "opentxt"
- opentxt.Parent = OPEN
- opentxt.BackgroundColor3 = Color3.new(1, 1, 1)
- opentxt.BackgroundTransparency = 1.2699999809265
- opentxt.Position = UDim2.new(-0.0140845086, 0, 0.0322580636, 0)
- opentxt.Size = UDim2.new(0, 129, 0, 16)
- opentxt.Font = Enum.Font.SciFi
- opentxt.Text = "OPEN"
- opentxt.TextColor3 = Color3.new(0.172549, 0.670588, 1)
- opentxt.TextSize = 14
- MENU.Name = "MENU"
- MENU.Parent = Prison
- MENU.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- MENU.BackgroundTransparency = 0.25999999046326
- MENU.Position = UDim2.new(0.730976164, 0, 0.140432104, 0)
- MENU.Size = UDim2.new(0, 168, 0, 257)
- MENU.Active = true
- PRISONLIFETEXT.Name = "PRISON LIFE TEXT"
- PRISONLIFETEXT.Parent = MENU
- PRISONLIFETEXT.BackgroundColor3 = Color3.new(1, 1, 1)
- PRISONLIFETEXT.BackgroundTransparency = 1
- PRISONLIFETEXT.Size = UDim2.new(0, 168, 0, 38)
- PRISONLIFETEXT.Font = Enum.Font.SciFi
- PRISONLIFETEXT.Text = "PRISON LIFE GUI V1"
- PRISONLIFETEXT.TextColor3 = Color3.new(0.203922, 0.682353, 1)
- PRISONLIFETEXT.TextSize = 14
- LINE1.Name = "LINE 1"
- LINE1.Parent = MENU
- LINE1.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
- LINE1.Position = UDim2.new(0, 0, 0.157676354, 0)
- LINE1.Size = UDim2.new(0, 168, 0, 9)
- LINE1.Style = Enum.FrameStyle.DropShadow
- allgun.Name = "all gun"
- allgun.Parent = MENU
- allgun.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
- allgun.BackgroundTransparency = 0.20000000298023
- allgun.Position = UDim2.new(0.0535714328, 0, 0.253112048, 0)
- allgun.Size = UDim2.new(0, 150, 0, 24)
- allgun.Font = Enum.Font.SciFi
- allgun.Text = "ALL GUNS"
- allgun.TextColor3 = Color3.new(0.44
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement