Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by forgetfuldingo and Sweaty Chungus
- local ScreenGui = Instance.new("ScreenGui")
- local Hub = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local Label = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local JaillShitter = Instance.new("TextButton")
- local AutoRob = Instance.new("TextButton")
- local AutoRob_2 = Instance.new("TextButton")
- local Open = Instance.new("Frame")
- local OpenB = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Hub.Name = "Hub"
- Hub.Parent = ScreenGui
- Hub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Hub.Position = UDim2.new(0.184794083, 0, 0.0722021684, 0)
- Hub.Size = UDim2.new(0, 614, 0, 452)
- Hub.Active = true
- Hub.Draggable = true
- ImageLabel.Parent = Hub
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Position = UDim2.new(-0.0215986818, 0, -0.00974600669, 0)
- ImageLabel.Size = UDim2.new(0, 640, 0, 480)
- ImageLabel.Image = "rbxassetid://2224722415"
- ImageLabel.Active = true
- Label.Name = "Label"
- Label.Parent = Hub
- Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Label.BackgroundTransparency = 100.000
- Label.Size = UDim2.new(0, 600, 0, 50)
- Label.Font = Enum.Font.ArialBold
- Label.Text = "JailBreak"
- Label.TextColor3 = Color3.fromRGB(0, 0, 0)
- Label.TextSize = 33.000
- Close.Name = "Close"
- Close.Parent = Hub
- Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Close.Position = UDim2.new(0.970684052, 0, -0.00884956121, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 255, 255)
- Close.TextScaled = true
- Close.TextSize = 21.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Hub.Visible = false
- Open.Visible = true
- end)
- JaillShitter.Name = "JaillShitter"
- JaillShitter.Parent = Hub
- JaillShitter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JaillShitter.Position = UDim2.new(0.337133557, 0, 0.221238941, 0)
- JaillShitter.Size = UDim2.new(0, 200, 0, 50)
- JaillShitter.Font = Enum.Font.ArialBold
- JaillShitter.Text = "Jail Shitter"
- JaillShitter.TextColor3 = Color3.fromRGB(0, 0, 0)
- JaillShitter.TextSize = 25.000
- JaillShitter.TextWrapped = true
- JaillShitter.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ewkTbXeU"))()
- end)
- AutoRob.Name = "Auto Rob"
- AutoRob.Parent = Hub
- AutoRob.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AutoRob.Position = UDim2.new(0.337133557, 0, 0.444690287, 0)
- AutoRob.Size = UDim2.new(0, 200, 0, 50)
- AutoRob.Font = Enum.Font.ArialBold
- AutoRob.Text = "Auto Rob"
- AutoRob.TextColor3 = Color3.fromRGB(0, 0, 0)
- AutoRob.TextSize = 25.000
- AutoRob.TextWrapped = true
- AutoRob.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
- end)
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
- Open.Position = UDim2.new(0.0126715945, 0, 0.442238271, 0)
- Open.Size = UDim2.new(0, 80, 0, 60)
- Open.Active = true
- Open.Draggable = true
- OpenB.Name = "OpenB"
- OpenB.Parent = Open
- OpenB.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
- OpenB.Size = UDim2.new(0, 80, 0, 40)
- OpenB.Font = Enum.Font.SourceSans
- OpenB.Text = "Open"
- OpenB.TextColor3 = Color3.fromRGB(0, 0, 0)
- OpenB.TextSize = 14.000
- OpenB.MouseButton1Down:connect(function()
- Hub.Visible = true
- Open.Visible = false
- end)
Add Comment
Please, Sign In to add comment