Apr 18th, 2017
Roblox Jailbreak Hack The Jailbreak hacks as the name suggest breaking through the original codes of the game to amend or evade the game’s laws. This gives immense possibilities to the player on. Playing as a prisoner, the player's goal is to escape the prison. There are many ways, from brute force to sneaking out of their cell at night. The player can also kill all guards they see if they have obtained a gun; the player can get one in the armory or from a dead guard, which always drop.
Never
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Prison Escape Minecraft
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Local Player
- local gui = Instance.new('ScreenGui',p.PlayerGui)
- local open = Instance.new('TextButton',gui)
- local arrest = Instance.new('TextButton',frame)
- local escape = Instance.new('TextButton',frame)
- local killaura = Instance.new('TextButton',frame)
- local removedoors = Instance.new('TextButton',frame)
- local speedplus = Instance.new('TextButton',frame)
- local speedminus = Instance.new('TextButton',frame)
- local jumpplus = Instance.new('TextButton',frame)
- local jumpminus = Instance.new('TextButton',frame)
- local db = Instance.new('TextButton',frame)
- local creator = Instance.new('TextButton',frame)
- local garage = Instance.new('TextButton',frame)
- -- Name object
- frame.Name = 'Commands'
- name.Name = 'Name'
- btools.Name = 'BtoolsButton'
- exit.Name = 'ExitButton'
- melee.Name = 'MeleeButton'
- tools.Name = 'ToolsButton'
- speedminus.Name = 'SpeedReduce'
- jumpminus.Name = 'JumpReduce'
- db.Name = 'DisableBypass'
- creator.Name = 'CreatorName'
- garage.Name = 'TPtogarage'
- -- Object Visible
- open.Visible = false
- arrest.Visible = true
- escape.Visible = true
- killaura.Visible = true
- removedoors.Visible = true
- speedplus.Visible = true
- jumpplus.Visible = true
- bypass.Visible = true
- floor.Visible = true
- prison.Visible = true
- frame.BackgroundColor3 = Color3.new(255,255,255)
- name.BackgroundColor3 = Color3.new(255,255,255)
- btools.BackgroundColor3 = Color3.new(0,255,0)
- exit.BackgroundColor3 = Color3.new(255,0,0)
- melee.BackgroundColor3 = Color3.new(0,255,0)
- removedoors.BackgroundColor3 = Color3.new(0,255,0)
- speedplus.BackgroundColor3 = Color3.new(0,255,0)
- speedminus.BackgroundColor3 = Color3.new(0,255,0)
- jumpminus.BackgroundColor3 = Color3.new(0,255,0)
- db.BackgroundColor3 = Color3.new(0,255,0)
- creator.BackgroundColor3 = Color3.new(169,169,169)
- garage.BackgroundColor3 = Color3.new(0,255,0)
- -- Background Transparency
- open.BackgroundTransparency = 0.5
- arrest.BackgroundTransparency = 0
- escape.BackgroundTransparency = 0
- killaura.BackgroundTransparency = 0
- removedoors.BackgroundTransparency = 0
- speedplus.BackgroundTransparency = 0
- jumpplus.BackgroundTransparency = 0
- bypass.BackgroundTransparency = 0
- floor.BackgroundTransparency = 0
- prison.BackgroundTransparency = 0
- frame.Size = UDim2.new(0,250,0,350)
- name.Size = UDim2.new(0,180,0,40)
- btools.Size = UDim2.new(0.9,12,0,30)
- exit.Size = UDim2.new(0,50,0,40)
- melee.Size = UDim2.new(0.9,12,0,30)
- tools.Size = UDim2.new(0.9,12,0,30)
- speedminus.Size = UDim2.new(0.9,12,0,30)
- jumpminus.Size = UDim2.new(0.9,12,0,30)
- db.Size = UDim2.new(0.9,12,0,30)
- creator.Size = UDim2.new(0.9,12,0,30)
- garage.Size = UDim2.new(0.9,12,0,30)
- -- Objects Position
- open.Position = UDim2.new(0,0,0,0)
- arrest.Position = UDim2.new(0,0,0,320)
- escape.Position = UDim2.new(0,0,0,230)
- killaura.Position = UDim2.new(0,0,0,275)
- removedoors.Position = UDim2.new(0,0,0,50)
- speedplus.Position = UDim2.new(0,0,0,365)
- jumpplus.Position = UDim2.new(0,0,0,455)
- bypass.Position = UDim2.new(0,0,0,545)
- floor.Position = UDim2.new(0,0,0,635)
- garage.Position = UDim2.new(0,0,0,725)
- open.TextColor3 = Color3.new(0,0,0)
- arrest.TextColor3 = Color3.new(0,0,0)
- escape.TextColor3 = Color3.new(0,0,0)
- killaura.TextColor3 = Color3.new(0,0,0)
- removedoors.TextColor3 = Color3.new(0,0,0)
- speedplus.TextColor3 = Color3.new(0,0,0)
- jumpplus.TextColor3 = Color3.new(0,0,0)
- bypass.TextColor3 = Color3.new(0,0,0)
- floor.TextColor3 = Color3.new(0,0,0)
- prison.TextColor3 = Color3.new(0,0,0)
- name.Font = 'Fantasy'
- -- Object Text
- name.Text = 'Prison Life v2.0 Commands'
- btools.Text = 'Give Btools'
- exit.Text = 'Exit'
- melee.Text = 'Give Melee'
- tools.Text = 'Give Guns'
- speedminus.Text = 'WalkSpeed - 10'
- jumpminus.Text = 'JumpPower - 10'
- bypass.Text = 'Bypass Taser, Arrest [Cannot Punch]'
- floor.Text = 'Get Tools on the floor'
- prison.Text = 'Teleport to prison'
- open.TextScaled = true
- arrest.TextScaled = true
- escape.TextScaled = true
- killaura.TextScaled = true
- removedoors.TextScaled = true
- speedplus.TextScaled = true
- jumpplus.TextScaled = true
- bypass.TextScaled = true
- floor.TextScaled = true
- prison.TextScaled = true
- frame.Active = true
- open.MouseButton1Down:connect(function()
- frame:TweenPosition(UDim2.new(0,5,0.4,0), 'Out', 'Bounce',1 ,true)
- open.Position = UDim2.new(0,0,0,0)
- exit.MouseButton1Down:connect(function()
- frame:TweenPosition(UDim2.new(0.1,-400,0.4,0) , 'Out', 'Quad', 1, true)
- frame.Visible = false
- open.Visible = true
- open:TweenPosition(UDim2.new(0,2,0.8,15), 'Out', 'Bounce',1 ,true)
- btools.MouseButton1Down:connect(function()
- Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
- Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
- Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
- loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
- removedoors.MouseButton1Down:connect(function()
- end)
- -- Guns Function
- local weapons = {'Remington 870', 'M9', 'AK-47', 'M4A1', 'Riot Shield'}
- for i, v in pairs(game.Workspace['Prison_ITEMS'].giver:GetChildren()) do
- if v.Name k then
- v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
- end
- end)
- -- Melee Function
- local weapons = {'Crude Knife', 'Sharpened stick', 'Extendo mirror'}
- for i, v in pairs(game.ReplicatedStorage.Tools:GetChildren()) do
- if v.Name k then
- v:Clone().Parent = game.Players.LocalPlayer.Backpack
- end
- end)
- -- Escape Function
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
- killaura.MouseButton1Down:connect(function()
- for i, plr in pairs(game.Players:GetChildren()) do
- if plr.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.meleeEvent:FireServer(plr)
- end
- end
- local mouse = game.Players.LocalPlayer:GetMouse()
- local arrestEvent = game.Workspace.Remote.arrest
- local obj = mouse.Target
- end)
- -- WalkSpeed Increase
- p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed + 10
- speedminus.MouseButton1Down:connect(function()
- p.Character.Humanoid.WalkSpeed = p.Character.Humanoid.WalkSpeed - 10
- jumpplus.MouseButton1Down:connect(function()
- p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower + 10
- jumpminus.MouseButton1Down:connect(function()
- p.Character.Humanoid.JumpPower = p.Character.Humanoid.JumpPower - 10
- bypass.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
- game.Players.LocalPlayer.CharacterAdded:connect(function()
- game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
- game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = true
- local message = Instance.new('Message',game.Workspace)
- wait(2)
- end)
- -- Disable Bypass Taser , Arrest
- game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
- game.Players.LocalPlayer.CharacterAdded:connect(function()
- game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
- game.Players.LocalPlayer.Character.ClientInputHandler.Disabled = false
- end)
- -- Get Tools On the Floor
- for i, v in pairs(game.Workspace['Prison_ITEMS'].single:GetChildren()) do
- v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
- end)
- -- Prison Function
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(900, 97, 2400)
- garage.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-945, 97, 2050)
RAW Paste Data
Roblox Prison Escape
Roblox Prison Escape Hacks 2019
Aug 6th, 2019
Prison Escape Unblocked
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- Made by PresidentIvan
- Enjoy!
- local DoomspireExploitUI = Instance.new('ScreenGui')
- local Credits = Instance.new('TextLabel')
- local TPRed = Instance.new('TextButton')
- local TPYellow = Instance.new('TextButton')
- local Cheat = Instance.new('TextButton')
- local Open = Instance.new('TextButton')
- DoomspireExploitUI.Name ='DoomspireExploitUI'
- DoomspireExploitUI.Parent = game.CoreGui -- if 'game.CoreGui' doesn't work, I suggest you to change it to 'game.Players.LocalPlayer:WaitForChild('PlayerGui')' --
- Frame.Name ='Frame'
- Frame.BackgroundColor3 = Color3.new(1,1,1)
- Frame.Position = UDim2.new(0.344636947,0,0.184542581,0)
- Frame.Image ='rbxassetid://2851920938'
- Frame.ImageColor3 = Color3.new(0.156863,0.156863,0.156863)
- Frame.SliceCenter = Rect.new(25,25,25,25)
- Credits.Parent = Frame
- Credits.BackgroundTransparency =1
- Credits.Size = UDim2.new(0,500,0,50)
- Credits.Text ='Made by PresidentIvan'
- Credits.TextSize =40
- Credits.TextWrapped =true
- Title.Name ='Title'
- Title.BackgroundColor3 = Color3.new(0.156863,0.156863,0.156863)
- Title.Size = UDim2.new(0,500,0,50)
- Title.Text ='Doomspire Brickbattle Exploit UI'
- Title.TextSize =30
- Title.TextWrapped =true
- TPRed.Name ='TPRed'
- TPRed.BackgroundColor3 = Color3.new(0.0784314,0.0784314,0.0784314)
- TPRed.Position = UDim2.new(0.0599999949,0,0.225000009,0)
- TPRed.Font = Enum.Font.SciFi
- TPRed.TextColor3 = Color3.new(1,0,0)
- TPRed.TextWrapped =true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-131,21.2,0)+ Vector3.new(0,10,0)
- TPBlue.Parent = Frame
- TPBlue.BackgroundColor3 = Color3.new(0.0784314,0.0784314,0.0784314)
- TPBlue.Position = UDim2.new(0.539999962,0,0.225000009,0)
- TPBlue.Font = Enum.Font.SciFi
- TPBlue.TextColor3 = Color3.new(0,0,1)
- TPBlue.TextWrapped =true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,21.2,131)+ Vector3.new(0,10,0)
- TPYellow.Parent = Frame
- TPYellow.BackgroundColor3 = Color3.new(0.0784314,0.0784314,0.0784314)
- TPYellow.Position = UDim2.new(0.0599999987,0,0.648999989,0)
- TPYellow.Font = Enum.Font.SciFi
- TPYellow.TextColor3 = Color3.new(1,1,0)
- TPYellow.TextWrapped =true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(131,21.2,0)+ Vector3.new(0,10,0)
- TPGreen.Parent = Frame
- TPGreen.BackgroundColor3 = Color3.new(0.0784314,0.0784314,0.0784314)
- TPGreen.Position = UDim2.new(0.539999962,0,0.647500038,0)
- TPGreen.Font = Enum.Font.SciFi
- TPGreen.TextColor3 = Color3.new(0,1,0)
- TPGreen.TextWrapped =true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,21.2,-131)+ Vector3.new(0,10,0)
- Cheat.Parent = Frame
- Cheat.BackgroundColor3 = Color3.new(0.0784314,0.0784314,0.0784314)
- Cheat.Position = UDim2.new(0.299999982,0,0.436499983,0)
- Cheat.Font = Enum.Font.SciFi
- Cheat.TextColor3 = Color3.new(1,1,1)
- Cheat.TextWrapped =true
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed =100
- game.Players.LocalPlayer.Character.Humanoid.JumpPower =200
- end)
- TPRandomPlayer.Name ='TPRandomPlayer'
- TPRandomPlayer.BackgroundColor3 = Color3.new(0.0784314,0.0784314,0.0784314)
- TPRandomPlayer.BorderColor3 = Color3.new(1,0.882353,0)
- TPRandomPlayer.Position = UDim2.new(0.300000012,0,0.811500013,0)
- TPRandomPlayer.Font = Enum.Font.SciFi
- TPRandomPlayer.TextColor3 = Color3.new(1,1,1)
- TPRandomPlayer.TextWrapped =true
- TPRandomPlayer.MouseButton1Click:Connect(function()
- for i, player inpairs(game.Players:GetPlayers())do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(player.Character.HumanoidRootPart.Position)+ Vector3.new(0,10,0)
- end)
- Open.Name ='Open'
- Open.BackgroundColor3 = Color3.new(0.0784314,0.0784314,0.0784314)
- Open.BorderSizePixel =5
- Open.Size = UDim2.new(0,200,0,50)
- Open.Text ='Open'
- Open.TextScaled =true
- Open.TextStrokeTransparency =0
- Open.MouseButton1Click:Connect(function()
- end)