Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui by Dead Red
- -- Version: (IDK)
- -- Instances:
- local BASE = Instance.new("Frame")
- local GAMES = Instance.new("TextLabel")
- local TOWER = Instance.new("TextButton")
- local PRISONLIFE = Instance.new("TextButton")
- local MORECOMINGSOON = Instance.new("TextLabel")
- --Properties:
- BASE.Name = "BASE"
- BASE.Parent = game.StarterGui.ScreenGui
- BASE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BASE.BorderColor3 = Color3.fromRGB(255, 0, 0)
- BASE.Position = UDim2.new(0.649999976, 0, 0.344444454, 0)
- BASE.Size = UDim2.new(0, 400, 0, 400)
- BASE.Style = Enum.FrameStyle.ChatBlue
- BASE.Visible = true
- BASE.Draggable = true
- BASE.Active = true
- GAMES.Name = "GAMES"
- GAMES.Parent = BASE
- GAMES.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
- GAMES.Position = UDim2.new(-0.0474999994, 0, -0.0500000007, 0)
- GAMES.Size = UDim2.new(0, 400, 0, 50)
- GAMES.Font = Enum.Font.SciFi
- GAMES.Text = "GAMES"
- GAMES.TextColor3 = Color3.fromRGB(170, 85, 255)
- GAMES.TextScaled = true
- GAMES.TextSize = 14.000
- GAMES.TextWrapped = true
- TOWER.Name = "TOWER"
- TOWER.Parent = BASE
- TOWER.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
- TOWER.Position = UDim2.new(-0.0075000003, 0, 0.104999997, 0)
- TOWER.Size = UDim2.new(0, 140, 0, 50)
- TOWER.Font = Enum.Font.RobotoMono
- TOWER.Text = "TOWER OF HELL"
- TOWER.TextColor3 = Color3.fromRGB(0, 0, 0)
- TOWER.TextScaled = true
- TOWER.TextSize = 14.000
- TOWER.TextWrapped = true
- TOWER.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(("https://pastebin.com/raw/dCf4j3fg"), true))()
- end)
- end)
- PRISONLIFE.Name = "PRISON LIFE"
- PRISONLIFE.Parent = BASE
- PRISONLIFE.BackgroundColor3 = Color3.fromRGB(255, 0, 127)
- PRISONLIFE.Position = UDim2.new(0.402500004, 0, 0.104999997, 0)
- PRISONLIFE.Size = UDim2.new(0, 140, 0, 50)
- PRISONLIFE.Font = Enum.Font.RobotoMono
- PRISONLIFE.Text = "PRISON LIFE"
- PRISONLIFE.TextColor3 = Color3.fromRGB(0, 0, 0)
- PRISONLIFE.TextScaled = true
- PRISONLIFE.TextSize = 14.000
- PRISONLIFE.TextWrapped = true
- PRISONLIFE.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(("https://pastebin.com/raw/6mhZBAkh"), true))()
- end)
- end)
- MORECOMINGSOON.Name = "MORE COMING SOON!"
- MORECOMINGSOON.Parent = BASE
- MORECOMINGSOON.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
- MORECOMINGSOON.Position = UDim2.new(-0.0474999994, 0, 0.544999957, 0)
- MORECOMINGSOON.Size = UDim2.new(0, 400, 0, 100)
- MORECOMINGSOON.Font = Enum.Font.SourceSans
- MORECOMINGSOON.Text = "MORE COMING SOON!"
- MORECOMINGSOON.TextColor3 = Color3.fromRGB(0, 0, 0)
- MORECOMINGSOON.TextScaled = true
- MORECOMINGSOON.TextSize = 14.000
- MORECOMINGSOON.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment