Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local PrisonLife = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local PrisonDestroyerV20 = Instance.new("TextButton")
- local PrisonBreakerV16 = Instance.new("TextButton")
- local PrisonBreakerV15 = Instance.new("TextButton")
- local MyGui = Instance.new("TextButton")
- --Properties:
- PrisonLife.Name = "PrisonLife"
- PrisonLife.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PrisonLife.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = PrisonLife
- Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame.Position = UDim2.new(0.221124619, 0, 0.33381924, 0)
- Frame.Size = UDim2.new(0, 481, 0, 281)
- Frame.Active = true
- Frame.Draggable = true
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- Frame_2.Size = UDim2.new(0, 481, 0, 38)
- TextLabel.Parent = Frame_2
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Size = UDim2.new(0, 481, 0, 38)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Prison Life Guis"
- TextLabel.TextColor3 = Color3.fromRGB(203, 15, 56)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- PrisonDestroyerV20.Name = "PrisonDestroyerV20"
- PrisonDestroyerV20.Parent = Frame
- PrisonDestroyerV20.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- PrisonDestroyerV20.Position = UDim2.new(0.0145530142, 0, 0.224199295, 0)
- PrisonDestroyerV20.Size = UDim2.new(0, 143, 0, 33)
- PrisonDestroyerV20.Font = Enum.Font.SourceSans
- PrisonDestroyerV20.Text = "PrisonDestroyerV2.0"
- PrisonDestroyerV20.TextColor3 = Color3.fromRGB(208, 13, 26)
- PrisonDestroyerV20.TextSize = 14.000
- PrisonBreakerV16.Name = "PrisonBreakerV16"
- PrisonBreakerV16.Parent = Frame
- PrisonBreakerV16.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- PrisonBreakerV16.Position = UDim2.new(0.32432434, 0, 0.224199295, 0)
- PrisonBreakerV16.Size = UDim2.new(0, 143, 0, 33)
- PrisonBreakerV16.Font = Enum.Font.SourceSans
- PrisonBreakerV16.Text = "PrisonBreakerV1.6"
- PrisonBreakerV16.TextColor3 = Color3.fromRGB(208, 13, 26)
- PrisonBreakerV16.TextSize = 14.000
- PrisonBreakerV15.Name = "PrisonBreakerV15"
- PrisonBreakerV15.Parent = Frame
- PrisonBreakerV15.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- PrisonBreakerV15.Position = UDim2.new(0.65488559, 0, 0.224199295, 0)
- PrisonBreakerV15.Size = UDim2.new(0, 143, 0, 33)
- PrisonBreakerV15.Font = Enum.Font.SourceSans
- PrisonBreakerV15.Text = "PrisonBreakerV1.5"
- PrisonBreakerV15.TextColor3 = Color3.fromRGB(208, 13, 26)
- PrisonBreakerV15.TextSize = 14.000
- MyGui.Name = "MyGui"
- MyGui.Parent = Frame
- MyGui.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- MyGui.Position = UDim2.new(0.32432425, 0, 0.373665482, 0)
- MyGui.Size = UDim2.new(0, 143, 0, 33)
- MyGui.Font = Enum.Font.SourceSans
- MyGui.Text = "MyGui"
- MyGui.TextColor3 = Color3.fromRGB(208, 13, 26)
- MyGui.TextSize = 14.000
- -- Scripts:
- local function OKXD_fake_script() -- PrisonDestroyerV20.LocalScript
- local script = Instance.new('LocalScript', PrisonDestroyerV20)
- PrisonDestroyerV20.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/DTi4fbKh'))()
- end)
- end
- coroutine.wrap(OKXD_fake_script)()
- local function BQQHPJI_fake_script() -- PrisonBreakerV16.LocalScript
- local script = Instance.new('LocalScript', PrisonBreakerV16)
- PrisonBreakerV16.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/4rkRHviN'))()
- end)
- end
- coroutine.wrap(BQQHPJI_fake_script)()
- local function GSNYZZA_fake_script() -- PrisonBreakerV15.LocalScript
- local script = Instance.new('LocalScript', PrisonBreakerV15)
- PrisonBreakerV15.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/HpCpt9rt'))()
- end)
- end
- coroutine.wrap(GSNYZZA_fake_script)()
- local function ZAAADV_fake_script() -- MyGui.LocalScript
- local script = Instance.new('LocalScript', MyGui)
- MyGui.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/qx1uza0R'))()
- end)
- end
- coroutine.wrap(ZAAADV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement