Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Coded By Fragency
- --Check me out on youtube: Fragency
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local PrisionKiller = Instance.new("TextLabel")
- local CreatedByFragency = Instance.new("TextLabel")
- local PrisionBreaker = Instance.new("TextButton")
- local jmusescript = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Main.Position = UDim2.new(0.00646626763, 0, 0.465601951, 0)
- Main.Size = UDim2.new(0, 185, 0, 111)
- Main.Active = true
- Main.Draggable = true
- PrisionKiller.Name = "PrisionKiller"
- PrisionKiller.Parent = Main
- PrisionKiller.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- PrisionKiller.Size = UDim2.new(0, 185, 0, 19)
- PrisionKiller.Font = Enum.Font.SourceSans
- PrisionKiller.Text = "Prision Killer"
- PrisionKiller.TextColor3 = Color3.fromRGB(255, 255, 255)
- PrisionKiller.TextSize = 14.000
- CreatedByFragency.Name = "CreatedByFragency"
- CreatedByFragency.Parent = Main
- CreatedByFragency.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- CreatedByFragency.Position = UDim2.new(-0.00540542603, 0, 0.87970233, 0)
- CreatedByFragency.Size = UDim2.new(0, 185, 0, 13)
- CreatedByFragency.Font = Enum.Font.SourceSans
- CreatedByFragency.Text = "Created By Fragency"
- CreatedByFragency.TextColor3 = Color3.fromRGB(255, 255, 255)
- CreatedByFragency.TextSize = 14.000
- PrisionBreaker.Name = "PrisionBreaker"
- PrisionBreaker.Parent = Main
- PrisionBreaker.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- PrisionBreaker.BorderColor3 = Color3.fromRGB(255, 255, 255)
- PrisionBreaker.BorderSizePixel = 0
- PrisionBreaker.Position = UDim2.new(0.0386100151, 0, 0.196850404, 0)
- PrisionBreaker.Size = UDim2.new(0, 169, 0, 29)
- PrisionBreaker.AutoButtonColor = false
- PrisionBreaker.Font = Enum.Font.SourceSans
- PrisionBreaker.Text = "PrisionBreaker GUI"
- PrisionBreaker.TextColor3 = Color3.fromRGB(255, 255, 255)
- PrisionBreaker.TextSize = 14.000
- PrisionBreaker.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/UYXeVgF4", true))()
- end)
- jmusescript.Name = "jmusescript"
- jmusescript.Parent = Main
- jmusescript.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- jmusescript.BorderColor3 = Color3.fromRGB(255, 255, 255)
- jmusescript.BorderSizePixel = 0
- jmusescript.Position = UDim2.new(0.0386100151, 0, 0.542243063, 0)
- jmusescript.Size = UDim2.new(0, 169, 0, 29)
- jmusescript.AutoButtonColor = false
- jmusescript.Font = Enum.Font.SourceSans
- jmusescript.Text = "Jmuse's Prision Life GUI"
- jmusescript.TextColor3 = Color3.fromRGB(255, 255, 255)
- jmusescript.TextSize = 14.000
- jmusescript.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://76549.jmuse.repl.co/", true))()
- end)
- --Open&Close
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.P then
- if (Main).Visible == false then
- (Main).Visible = true
- else
- (Main).Visible = false
- end
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
- --End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement