Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Aaron Hub
- --Version 1
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local JB = Instance.new("TextButton")
- local PL = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local Version = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Open = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.27144298, 0, 0.215358928, 0)
- Frame.Size = UDim2.new(0, 459, 0, 280)
- Frame.Visible = false
- JB.Name = "JB"
- JB.Parent = Frame
- JB.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
- JB.Position = UDim2.new(0.0936819166, 0, 0.668699145, 0)
- JB.Size = UDim2.new(0, 147, 0, 50)
- JB.Font = Enum.Font.SourceSans
- JB.Text = "Jailbreak, key is e$cJb+YkLuHP9sefE`EUbnnP4eV08~sC"
- JB.TextColor3 = Color3.fromRGB(0, 0, 0)
- JB.TextSize = 14.000
- JB.TextWrapped = true
- JB.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/alohabeach/Main/master/Scripts/JailbreakAutoRob.lua"))()
- end)
- PL.Name = "PL"
- PL.Parent = Frame
- PL.BackgroundColor3 = Color3.fromRGB(170, 255, 255)
- PL.Position = UDim2.new(0.564270198, 0, 0.666666687, 0)
- PL.Size = UDim2.new(0, 147, 0, 50)
- PL.Font = Enum.Font.SourceSans
- PL.Text = "Prison Life"
- PL.TextColor3 = Color3.fromRGB(0, 0, 0)
- PL.TextSize = 14.000
- prisonbreakerv15.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/HpCpt9rt",true))()
- end)
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Title.Size = UDim2.new(0, 459, 0, 50)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Aaron Hub"
- Title.TextColor3 = Color3.fromRGB(0, 0, 0)
- Title.TextSize = 40.000
- Version.Name = "Version"
- Version.Parent = Frame
- Version.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Version.Position = UDim2.new(0.701525033, 0, 0.178571433, 0)
- Version.Size = UDim2.new(0, 137, 0, 50)
- Version.Font = Enum.Font.SourceSans
- Version.Text = "v1"
- Version.TextColor3 = Color3.fromRGB(0, 0, 0)
- Version.TextSize = 40.000
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Close.Position = UDim2.new(1, 0, 0, 0)
- Close.Size = UDim2.new(0, 50, 0, 50)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextSize = 40.000
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
- Open.Position = UDim2.new(0, 0, 0.460767955, 0)
- Open.Size = UDim2.new(0, 164, 0, 65)
- TextButton.Parent = Open
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
- TextButton.Position = UDim2.new(0.0182926655, 0, 0.107692242, 0)
- TextButton.Size = UDim2.new(0, 157, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Open Aaron Hub"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 20.000
- -- Scripts:
- local function VIDAI_fake_script() -- Close.LocalScript
- local script = Instance.new('LocalScript', Close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(VIDAI_fake_script)()
- local function XYZFY_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- local frame = script.Parent.Parent.Parent.Frame -- change “Test” to the name of the frame
- local open = false
- script.Parent.MouseButton1Click:Connect(function()
- if frame.Visible == false then
- frame.Visible = true
- end
- end)
- end
- coroutine.wrap(XYZFY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment