Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by robloxgamer2016 vouch now cookie monster
- -- Instances:
- local BreakJailv2 = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local openBreakJail = Instance.new("TextButton")
- local credit = Instance.new("TextLabel")
- local BreakJail = Instance.new("Frame")
- local GamepassesOpen = Instance.new("TextButton")
- local Donut = Instance.new("TextButton")
- local Jetpack = Instance.new("TextButton")
- local KeyCard = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local Gamepasses = Instance.new("Frame")
- local MobileGarage = Instance.new("TextButton")
- local gameCredit = Instance.new("TextLabel")
- --Properties:
- BreakJailv2.Name = "BreakJailv2"
- BreakJailv2.Parent = game.CoreGui
- BreakJailv2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = BreakJailv2
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(72, 72, 72)
- Main.Position = UDim2.new(0.0376432091, 0, 0.713759184, 0)
- Main.Size = UDim2.new(0, 174, 0, 191)
- Main.Draggable = true
- openBreakJail.Name = "openBreakJail"
- openBreakJail.Parent = Main
- openBreakJail.BackgroundColor3 = Color3.fromRGB(153, 153, 153)
- openBreakJail.Position = UDim2.new(0.137931034, 0, 0.049261082, 0)
- openBreakJail.Size = UDim2.new(0, 125, 0, 43)
- openBreakJail.Font = Enum.Font.SourceSans
- openBreakJail.Text = "BreakJailV2"
- openBreakJail.TextColor3 = Color3.fromRGB(0, 0, 0)
- openBreakJail.TextScaled = true
- openBreakJail.TextSize = 14.000
- openBreakJail.TextWrapped = true
- credit.Name = "credit"
- credit.Parent = Main
- credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- credit.BackgroundTransparency = 1.000
- credit.Position = UDim2.new(0.103448279, 0, 0.277422428, 0)
- credit.Size = UDim2.new(0, 137, 0, 138)
- credit.Font = Enum.Font.SourceSans
- credit.Text = "BreakJailV2 Was made by robloxgamer2016. Press LEFTCRL to close this"
- credit.TextColor3 = Color3.fromRGB(223, 223, 223)
- credit.TextScaled = true
- credit.TextSize = 14.000
- credit.TextWrapped = true
- BreakJail.Name = "BreakJail"
- BreakJail.Parent = BreakJailv2
- BreakJail.Active = true
- BreakJail.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
- BreakJail.Position = UDim2.new(0.189376444, 0, 0.725318015, 0)
- BreakJail.Size = UDim2.new(0, 442, 0, 181)
- BreakJail.Visible = false
- BreakJail.Draggable = true
- GamepassesOpen.Name = "Gamepasses Open"
- GamepassesOpen.Parent = BreakJail
- GamepassesOpen.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
- GamepassesOpen.Position = UDim2.new(0.0497737564, 0, 0.0773480684, 0)
- GamepassesOpen.Size = UDim2.new(0, 144, 0, 43)
- GamepassesOpen.Font = Enum.Font.SourceSans
- GamepassesOpen.Text = "Gamepasses"
- GamepassesOpen.TextColor3 = Color3.fromRGB(0, 0, 0)
- GamepassesOpen.TextScaled = true
- GamepassesOpen.TextSize = 14.000
- GamepassesOpen.TextWrapped = true
- Donut.Name = "Donut"
- Donut.Parent = BreakJail
- Donut.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
- Donut.Position = UDim2.new(0.0497737564, 0, 0.381215453, 0)
- Donut.Size = UDim2.new(0, 94, 0, 42)
- Donut.Font = Enum.Font.SourceSans
- Donut.Text = "Donuts"
- Donut.TextColor3 = Color3.fromRGB(0, 0, 0)
- Donut.TextScaled = true
- Donut.TextSize = 14.000
- Donut.TextWrapped = true
- Donut.MouseButton1Click:connect(function()
- while wait(5) do
- game.Workspace.TouchTrigger.Donut.Position = game:GetService("Players").LocalPlayer.Character.Head.Position
- end
- end)
- Jetpack.Name = "Jetpack"
- Jetpack.Parent = BreakJail
- Jetpack.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
- Jetpack.Position = UDim2.new(0.316742092, 0, 0.381215453, 0)
- Jetpack.Size = UDim2.new(0, 94, 0, 42)
- Jetpack.Font = Enum.Font.SourceSans
- Jetpack.Text = "Jetpack"
- Jetpack.TextColor3 = Color3.fromRGB(0, 0, 0)
- Jetpack.TextScaled = true
- Jetpack.TextSize = 14.000
- Jetpack.TextWrapped = true
- Jetpack.MouseButton1Click:connect(function()
- game.Workspace.TouchTrigger.JetPackGiver.Position = game:GetService("Players").LocalPlayer.Character.Head.Position
- end)
- KeyCard.Name = "KeyCard"
- KeyCard.Parent = BreakJail
- KeyCard.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
- KeyCard.Position = UDim2.new(0.585972905, 0, 0.381215453, 0)
- KeyCard.Size = UDim2.new(0, 94, 0, 42)
- KeyCard.Font = Enum.Font.SourceSans
- KeyCard.Text = "Keycard"
- KeyCard.TextColor3 = Color3.fromRGB(0, 0, 0)
- KeyCard.TextScaled = true
- KeyCard.TextSize = 14.000
- KeyCard.TextWrapped = true
- KeyCard.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.TeamValue.Value= "Police"
- end)
- TextButton.Parent = BreakJail
- TextButton.BackgroundColor3 = Color3.fromRGB(118, 118, 118)
- TextButton.Position = UDim2.new(0.0497737564, 0, 0.707182348, 0)
- TextButton.Size = UDim2.new(0, 262, 0, 40)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "AutoRob"
- TextButton.TextColor3 = Color3.fromRGB(30, 30, 30)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Click:connect(function()
- loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
- end)
- Gamepasses.Name = "Gamepasses"
- Gamepasses.Parent = BreakJailv2
- Gamepasses.Active = true
- Gamepasses.BackgroundColor3 = Color3.fromRGB(90, 90, 90)
- Gamepasses.Position = UDim2.new(0.189376444, 0, 0.619164586, 0)
- Gamepasses.Size = UDim2.new(0, 442, 0, 67)
- Gamepasses.Visible = false
- Gamepasses.Draggable = true
- MobileGarage.Name = "Mobile Garage"
- MobileGarage.Parent = Gamepasses
- MobileGarage.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
- MobileGarage.Position = UDim2.new(0.06334842, 0, 0.194029838, 0)
- MobileGarage.Size = UDim2.new(0, 101, 0, 40)
- MobileGarage.Font = Enum.Font.SourceSans
- MobileGarage.Text = "Mobile Garage"
- MobileGarage.TextColor3 = Color3.fromRGB(0, 0, 0)
- MobileGarage.TextScaled = true
- MobileGarage.TextSize = 14.000
- MobileGarage.TextWrapped = true
- MobileGarage.MouseButton1Click:connect(function()
- _G.FreeMobileGarage = true
- if not PlrUserId then
- getgenv().PlrUserId = game:GetService("Players").LocalPlayer.UserId
- end
- if _G.FreeMobileGarage == true then
- spawn(function()
- repeat wait()
- game:GetService("Players").LocalPlayer.UserId = 2837719
- until game:GetService("Players").LocalPlayer.UserId == 2837719
- end)
- print("Given Free Mobile Garage!")
- else
- spawn(function()
- repeat wait()
- game:GetService("Players").LocalPlayer.UserId = PlrUserId
- until game:GetService("Players").LocalPlayer.UserId == PlrUserId
- end)
- print("Removed Free Mobile Garage!")
- end
- end)
- gameCredit.Name = "gameCredit"
- gameCredit.Parent = Gamepasses
- gameCredit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- gameCredit.BackgroundTransparency = 1.000
- gameCredit.Position = UDim2.new(0.511312246, 0, 0.119402982, 0)
- gameCredit.Size = UDim2.new(0, 200, 0, 50)
- gameCredit.Font = Enum.Font.SourceSans
- gameCredit.Text = "Credit to XPhoenix#7228 for mobile garage"
- gameCredit.TextColor3 = Color3.fromRGB(189, 189, 189)
- gameCredit.TextScaled = true
- gameCredit.TextSize = 14.000
- gameCredit.TextWrapped = true
- -- Scripts:
- local function OCJSLG_fake_script() -- openBreakJail.Script
- local script = Instance.new('Script', openBreakJail)
- function onClick()
- if (script.Parent.Parent.Parent.BreakJail.Visible)then
- script.Parent.Parent.Parent.BreakJail.Visible = false
- else
- script.Parent.Parent.Parent.BreakJail.Visible = true
- end
- end
- script.Parent.MouseButton1Down:Connect(onClick)
- end
- coroutine.wrap(OCJSLG_fake_script)()
- local function JXRDAZD_fake_script() -- GamepassesOpen.Script
- local script = Instance.new('Script', GamepassesOpen)
- function onClick()
- if (script.Parent.Parent.Parent.Gamepasses.Visible)then
- script.Parent.Parent.Parent.Gamepasses.Visible = false
- else
- script.Parent.Parent.Parent.Gamepasses.Visible = true
- end
- end
- script.Parent.MouseButton1Down:Connect(onClick)
- end
- coroutine.wrap(JXRDAZD_fake_script)()
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.LeftControl then
- if Main.Visible == false then
- Main.Visible = true
- else
- Main.Visible = false
- end
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Add Comment
Please, Sign In to add comment