Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Jailbreaker V1.6 Made By RedBoy
- local plr = game:GetService("Players").LocalPlayer
- local TpMethod = 2
- function JailbreakTp(...)
- getfenv()["TpMethod" .. TpMethod](...)
- end
- function TpMethod1(...)
- local char = plr.Character
- local root = char.HumanoidRootPart
- local args = {...}
- for i=0,1,0.05 do
- wait()
- root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
- end
- end
- function TpMethod2(...)
- local args = {...}
- local char = plr.Character
- local target = Vector3.new(unpack(args,1,3))
- local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
- dist = math.floor(dist / 100) + 1
- for i=0,dist * 4 do
- wait()
- char:MoveTo(Vector3.new(...))
- end
- if args[#args] == true then
- wait()
- char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
- end
- end
- function Tween(obj, t, properties)
- local TweenService = game:GetService("TweenService")
- local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
- local tween = TweenService:Create(obj,tweenInfo,properties)
- tween:Play()
- return tween
- end
- local JailbreakerV16 = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Functions = Instance.new("TextButton")
- local Design1 = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local LOGO = Instance.new("ImageLabel")
- local Teleports = Instance.new("TextButton")
- local JB2 = Instance.new("Frame")
- local CarFly = Instance.new("TextButton")
- local Noclip = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local InfiniteHealth = Instance.new("TextButton")
- local InfiniteNitro = Instance.new("TextButton")
- local BankAutoRobBtn = Instance.new("TextButton")
- local PlayerTP_Input = Instance.new("TextBox")
- local PlayerTP_Teleport = Instance.new("TextButton")
- local BankStatus = Instance.new("TextLabel")
- local JewelryStatus = Instance.new("TextLabel")
- local Gravity = Instance.new("TextButton")
- local Walkspeed = Instance.new("TextButton")
- local Credits = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local LOGO_2 = Instance.new("ImageLabel")
- local TPS = Instance.new("Frame")
- local gas = Instance.new("TextButton")
- local donut = Instance.new("TextButton")
- local JewOut = Instance.new("TextButton")
- local JewIn = Instance.new("TextButton")
- local BankFront = Instance.new("TextButton")
- local crim1 = Instance.new("TextButton")
- local crim2 = Instance.new("TextButton")
- local train = Instance.new("TextButton")
- local MuseumTop = Instance.new("TextButton")
- local Museum = Instance.new("TextButton")
- local Briefcase = Instance.new("TextButton")
- local Name = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local Version = Instance.new("TextLabel")
- local Credit = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local RemoveALL = Instance.new("TextButton")
- --Properties:
- JailbreakerV16.Name = "Jailbreaker V1.6"
- JailbreakerV16.Parent = game.CoreGui
- JailbreakerV16.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = JailbreakerV16
- Main.BackgroundColor3 = Color3.new(0.568627, 0, 0)
- Main.BackgroundTransparency = 0.20000000298023
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.399247587, 0, 0.425086021, 0)
- Main.Size = UDim2.new(0, 500, 0, 350)
- Main.Active = true
- Main.Draggable = true
- RemoveALL.Name = "RemoveALL"
- RemoveALL.Parent = JB2
- RemoveALL.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- RemoveALL.BorderSizePixel = 0
- RemoveALL.Position = UDim2.new(0.0134848487, 0, 0.707, 0)
- RemoveALL.Size = UDim2.new(0, 120, 0, 30)
- RemoveALL.Font = Enum.Font.ArialBold
- RemoveALL.Text = "RemoveALL"
- RemoveALL.TextColor3 = Color3.new(1, 1, 1)
- RemoveALL.TextScaled = true
- RemoveALL.TextSize = 14
- RemoveALL.TextWrapped = true
- RemoveALL.MouseButton1Down:connect(function()
- game.Workspace.Cells:Remove()
- game.Workspace.Museum.CaseLasers:Remove()
- game.Workspace.Museum.Lights:Remove()
- game.Workspace.Museum.Doors:Remove()
- game.Workspace.EscapeRoutes:Remove()
- for i,v in pairs(workspace.Doors:GetChildren()) do
- v:Destroy()
- end
- end)
- RemoveALL.MouseButton1Down:connect(function()
- --Jewelry Floors
- local floorlasers = game:GetService("Workspace").Jewelrys:GetChildren()
- floorlasers[1].Floors:Destroy()
- end)
- RemoveALL.MouseButton1Down:connect(function()
- while true do
- local Jewlasers = game:GetService("Workspace").Jewelrys:GetChildren()
- Jewlasers[1].BarbedWire:Destroy()
- end
- end)
- RemoveALL.MouseButton1Down:connect(function()
- while true do
- local Jewlasers = game:GetService("Workspace").Jewelrys:GetChildren()
- Jewlasers[1].BarbedWire:Destroy()
- end
- end)
- RemoveALL.MouseButton1Down:connect(function()
- local banklasers = game:GetService("Workspace").Banks:GetChildren()
- banklasers[1].Door.Model:Destroy()
- end)
- Functions.Name = "Functions"
- Functions.Parent = Main
- Functions.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Functions.BorderColor3 = Color3.new(1, 0.364706, 0.364706)
- Functions.BorderSizePixel = 2
- Functions.Position = UDim2.new(0.377999961, 0, 0.157142848, 0)
- Functions.Size = UDim2.new(0, 120, 0, 30)
- Functions.Font = Enum.Font.Cartoon
- Functions.Text = "Functions"
- Functions.TextColor3 = Color3.new(1, 1, 1)
- Functions.TextScaled = true
- Functions.TextSize = 14
- Functions.TextWrapped = true
- Design1.Name = "Design1"
- Design1.Parent = Main
- Design1.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Design1.BackgroundTransparency = 0.20000000298023
- Design1.BorderSizePixel = 0
- Design1.Size = UDim2.new(0, 500, 0, 41)
- Close.Name = "Close"
- Close.Parent = Design1
- Close.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.889999986, 0, 0, 0)
- Close.Size = UDim2.new(0, 55, 0, 41)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- LOGO.Name = "LOGO"
- LOGO.Parent = Design1
- LOGO.BackgroundColor3 = Color3.new(1, 1, 1)
- LOGO.BackgroundTransparency = 1
- LOGO.Position = UDim2.new(0, 0, 0.0857141986, 0)
- LOGO.Size = UDim2.new(0, 275, 0, 37)
- LOGO.Image = "rbxassetid://2205457936"
- Teleports.Name = "Teleports"
- Teleports.Parent = Main
- Teleports.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Teleports.BorderColor3 = Color3.new(1, 0.364706, 0.364706)
- Teleports.BorderSizePixel = 2
- Teleports.Position = UDim2.new(0.0099999886, 0, 0.157142848, 0)
- Teleports.Size = UDim2.new(0, 120, 0, 30)
- Teleports.Font = Enum.Font.Cartoon
- Teleports.Text = "Teleports"
- Teleports.TextColor3 = Color3.new(1, 1, 1)
- Teleports.TextScaled = true
- Teleports.TextSize = 14
- Teleports.TextWrapped = true
- JB2.Name = "JB2"
- JB2.Parent = Main
- JB2.Active = true
- JB2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- JB2.BackgroundTransparency = 1
- JB2.Position = UDim2.new(0, 0, 0.112499997, 0)
- JB2.Size = UDim2.new(0, 406, 0, 284)
- CarFly.Name = "CarFly"
- CarFly.Parent = JB2
- CarFly.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- CarFly.BorderSizePixel = 0
- CarFly.Position = UDim2.new(0.0134848487, 0, 0.587221503, 0)
- CarFly.Size = UDim2.new(0, 120, 0, 30)
- CarFly.Font = Enum.Font.ArialBold
- CarFly.Text = "[R] CarFly"
- CarFly.TextColor3 = Color3.new(1, 1, 1)
- CarFly.TextScaled = true
- CarFly.TextSize = 14
- CarFly.TextWrapped = true
- Noclip.Name = "Noclip"
- Noclip.Parent = JB2
- Noclip.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Noclip.BorderSizePixel = 0
- Noclip.Position = UDim2.new(0.011808035, 0, 0.26376918, 0)
- Noclip.Size = UDim2.new(0, 120, 0, 30)
- Noclip.Font = Enum.Font.ArialBold
- Noclip.Text = "Noclip[B]"
- Noclip.TextColor3 = Color3.new(1, 1, 1)
- Noclip.TextScaled = true
- Noclip.TextSize = 14
- Noclip.TextWrapped = true
- BTools.Name = "BTools"
- BTools.Parent = JB2
- BTools.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- BTools.BorderSizePixel = 0
- BTools.Position = UDim2.new(0.0134630539, 0, 0.42539981, 0)
- BTools.Size = UDim2.new(0, 120, 0, 30)
- BTools.Font = Enum.Font.ArialBold
- BTools.Text = "BTools"
- BTools.TextColor3 = Color3.new(1, 1, 1)
- BTools.TextScaled = true
- BTools.TextSize = 14
- BTools.TextWrapped = true
- InfiniteHealth.Name = "InfiniteHealth"
- InfiniteHealth.Parent = JB2
- InfiniteHealth.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- InfiniteHealth.BorderSizePixel = 0
- InfiniteHealth.Position = UDim2.new(0.914551735, 0, 0.263654351, 0)
- InfiniteHealth.Size = UDim2.new(0, 120, 0, 30)
- InfiniteHealth.Font = Enum.Font.ArialBold
- InfiniteHealth.Text = "Infinite Health"
- InfiniteHealth.TextColor3 = Color3.new(1, 1, 1)
- InfiniteHealth.TextScaled = true
- InfiniteHealth.TextSize = 14
- InfiniteHealth.TextWrapped = true
- InfiniteNitro.Name = "InfiniteNitro"
- InfiniteNitro.Parent = JB2
- InfiniteNitro.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- InfiniteNitro.BorderSizePixel = 0
- InfiniteNitro.Position = UDim2.new(0.46551463, 0, 0.260877669, 0)
- InfiniteNitro.Size = UDim2.new(0, 120, 0, 30)
- InfiniteNitro.Font = Enum.Font.ArialBold
- InfiniteNitro.Text = "Infinite Nitro"
- InfiniteNitro.TextColor3 = Color3.new(1, 1, 1)
- InfiniteNitro.TextScaled = true
- InfiniteNitro.TextSize = 14
- InfiniteNitro.TextWrapped = true
- BankAutoRobBtn.Name = "BankAutoRobBtn"
- BankAutoRobBtn.Parent = JB2
- BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- BankAutoRobBtn.BorderSizePixel = 0
- BankAutoRobBtn.Position = UDim2.new(0.460591286, 0, 0.587371588, 0)
- BankAutoRobBtn.Size = UDim2.new(0, 303, 0, 29)
- BankAutoRobBtn.Font = Enum.Font.ArialBold
- BankAutoRobBtn.Text = "Bank Auto Rob"
- BankAutoRobBtn.TextColor3 = Color3.new(1, 1, 1)
- BankAutoRobBtn.TextScaled = true
- BankAutoRobBtn.TextSize = 14
- BankAutoRobBtn.TextWrapped = true
- PlayerTP_Input.Name = "PlayerTP_Input"
- PlayerTP_Input.Parent = JB2
- PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
- PlayerTP_Input.BorderSizePixel = 0
- PlayerTP_Input.Position = UDim2.new(0.463, 0, 0.709999979, 0)
- PlayerTP_Input.Size = UDim2.new(0, 303, 0, 50)
- PlayerTP_Input.Font = Enum.Font.ArialBold
- PlayerTP_Input.Text = "Player Name"
- PlayerTP_Input.TextColor3 = Color3.new(1, 1, 1)
- PlayerTP_Input.TextSize = 20
- PlayerTP_Input.TextStrokeColor3 = Color3.new(1, 1, 1)
- PlayerTP_Input.TextWrapped = true
- PlayerTP_Teleport.Name = "PlayerTP_Teleport"
- PlayerTP_Teleport.Parent = JB2
- PlayerTP_Teleport.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- PlayerTP_Teleport.BorderSizePixel = 0
- PlayerTP_Teleport.Position = UDim2.new(0.46305418, 0, 0.917003989, 0)
- PlayerTP_Teleport.Size = UDim2.new(0, 303, 0, 41)
- PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
- PlayerTP_Teleport.Text = "Teleport To Player"
- PlayerTP_Teleport.TextColor3 = Color3.new(1, 1, 1)
- PlayerTP_Teleport.TextScaled = true
- PlayerTP_Teleport.TextSize = 14
- PlayerTP_Teleport.TextWrapped = true
- BankStatus.Name = "BankStatus"
- BankStatus.Parent = JB2
- BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
- BankStatus.BorderSizePixel = 0
- BankStatus.Position = UDim2.new(0.0118227005, 0, 0.863594174, 0)
- BankStatus.Size = UDim2.new(0, 101, 0, 26)
- BankStatus.Font = Enum.Font.SourceSans
- BankStatus.Text = "Bank:"
- BankStatus.TextColor3 = Color3.new(0, 0, 0)
- BankStatus.TextSize = 14
- JewelryStatus.Name = "JewelryStatus"
- JewelryStatus.Parent = JB2
- JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
- JewelryStatus.BorderSizePixel = 0
- JewelryStatus.Position = UDim2.new(0.0100738667, 0, 0.972749114, 0)
- JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
- JewelryStatus.Font = Enum.Font.SourceSans
- JewelryStatus.Text = "Jewelry:"
- JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
- JewelryStatus.TextSize = 14
- Gravity.Name = "Gravity"
- Gravity.Parent = JB2
- Gravity.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Gravity.BorderSizePixel = 0
- Gravity.Position = UDim2.new(0.460588515, 0, 0.422849506, 0)
- Gravity.Size = UDim2.new(0, 120, 0, 30)
- Gravity.Font = Enum.Font.ArialBold
- Gravity.Text = "Gravity"
- Gravity.TextColor3 = Color3.new(1, 1, 1)
- Gravity.TextScaled = true
- Gravity.TextSize = 14
- Gravity.TextWrapped = true
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = JB2
- Walkspeed.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Walkspeed.BorderSizePixel = 0
- Walkspeed.Position = UDim2.new(0.914551735, 0, 0.422105074, 0)
- Walkspeed.Size = UDim2.new(0, 120, 0, 30)
- Walkspeed.Font = Enum.Font.ArialBold
- Walkspeed.Text = "Walkspeed [X]"
- Walkspeed.TextColor3 = Color3.new(1, 1, 1)
- Walkspeed.TextScaled = true
- Walkspeed.TextSize = 14
- Walkspeed.TextWrapped = true
- Credits.Name = "Credits"
- Credits.Parent = Main
- Credits.Active = true
- Credits.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0, 0, 0.112499997, 0)
- Credits.Size = UDim2.new(0, 406, 0, 284)
- Credits.Visible = false
- TextLabel.Parent = Credits
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0123152705, 0, 0.496478885, 0)
- TextLabel.Size = UDim2.new(0, 486, 0, 50)
- TextLabel.Font = Enum.Font.ArialBold
- TextLabel.Text = "This GUI Was Created By RedBoy"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- LOGO_2.Name = "LOGO"
- LOGO_2.Parent = Credits
- LOGO_2.BackgroundColor3 = Color3.new(1, 1, 1)
- LOGO_2.BackgroundTransparency = 1
- LOGO_2.Position = UDim2.new(0.0123152705, 0, 0.223038152, 0)
- LOGO_2.Size = UDim2.new(0, 495, 0, 78)
- LOGO_2.Image = "rbxassetid://2205457936"
- TPS.Name = "TPS"
- TPS.Parent = Main
- TPS.BackgroundColor3 = Color3.new(0.568627, 0, 0)
- TPS.BackgroundTransparency = 0.89999997615814
- TPS.BorderColor3 = Color3.new(0.666667, 1, 0)
- TPS.BorderSizePixel = 2
- TPS.Position = UDim2.new(0, 0, 0.275357157, 0)
- TPS.Size = UDim2.new(0, 500, 0, 254)
- TPS.Visible = false
- gas.Name = "gas"
- gas.Parent = TPS
- gas.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- gas.BorderSizePixel = 0
- gas.Position = UDim2.new(0.37833333, 0, 0.211784199, 0)
- gas.Size = UDim2.new(0, 120, 0, 30)
- gas.Font = Enum.Font.ArialBold
- gas.Text = "Gas Station"
- gas.TextColor3 = Color3.new(1, 1, 1)
- gas.TextScaled = true
- gas.TextSize = 14
- gas.TextWrapped = true
- donut.Name = "donut"
- donut.Parent = TPS
- donut.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- donut.BorderSizePixel = 0
- donut.Position = UDim2.new(0.37833333, 0, 0.586191773, 0)
- donut.Size = UDim2.new(0, 120, 0, 30)
- donut.Font = Enum.Font.ArialBold
- donut.Text = "Donut Shop"
- donut.TextColor3 = Color3.new(1, 1, 1)
- donut.TextScaled = true
- donut.TextSize = 14
- donut.TextWrapped = true
- JewOut.Name = "JewOut"
- JewOut.Parent = TPS
- JewOut.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- JewOut.BorderSizePixel = 0
- JewOut.Position = UDim2.new(0.00966665521, 0, 0.211574852, 0)
- JewOut.Size = UDim2.new(0, 120, 0, 30)
- JewOut.Font = Enum.Font.ArialBold
- JewOut.Text = "Jewelry"
- JewOut.TextColor3 = Color3.new(1, 1, 1)
- JewOut.TextScaled = true
- JewOut.TextSize = 14
- JewOut.TextWrapped = true
- JewIn.Name = "JewIn"
- JewIn.Parent = TPS
- JewIn.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- JewIn.BorderSizePixel = 0
- JewIn.Position = UDim2.new(0.0116666853, 0, 0.39127779, 0)
- JewIn.Size = UDim2.new(0, 120, 0, 30)
- JewIn.Font = Enum.Font.ArialBold
- JewIn.Text = "Jewelry Inside"
- JewIn.TextColor3 = Color3.new(1, 1, 1)
- JewIn.TextScaled = true
- JewIn.TextSize = 14
- JewIn.TextWrapped = true
- BankFront.Name = "BankFront"
- BankFront.Parent = TPS
- BankFront.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- BankFront.BorderSizePixel = 0
- BankFront.Position = UDim2.new(0.0116666667, 0, 0.0284360182, 0)
- BankFront.Size = UDim2.new(0, 120, 0, 30)
- BankFront.Font = Enum.Font.ArialBold
- BankFront.Text = "BankFront"
- BankFront.TextColor3 = Color3.new(1, 1, 1)
- BankFront.TextScaled = true
- BankFront.TextSize = 14
- BankFront.TextWrapped = true
- crim1.Name = "crim1"
- crim1.Parent = TPS
- crim1.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- crim1.BorderSizePixel = 0
- crim1.Position = UDim2.new(0.0116666853, 0, 0.583316326, 0)
- crim1.Size = UDim2.new(0, 120, 0, 30)
- crim1.Font = Enum.Font.ArialBold
- crim1.Text = "Criminal Base 1"
- crim1.TextColor3 = Color3.new(1, 1, 1)
- crim1.TextScaled = true
- crim1.TextSize = 14
- crim1.TextWrapped = true
- crim2.Name = "crim2"
- crim2.Parent = TPS
- crim2.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- crim2.BorderSizePixel = 0
- crim2.Position = UDim2.new(0.37833333, 0, 0.026705971, 0)
- crim2.Size = UDim2.new(0, 120, 0, 30)
- crim2.Font = Enum.Font.ArialBold
- crim2.Text = "Criminal Base 2"
- crim2.TextColor3 = Color3.new(1, 1, 1)
- crim2.TextScaled = true
- crim2.TextSize = 14
- crim2.TextWrapped = true
- train.Name = "train"
- train.Parent = TPS
- train.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- train.BorderSizePixel = 0
- train.Position = UDim2.new(0.37833333, 0, 0.394167274, 0)
- train.Size = UDim2.new(0, 120, 0, 30)
- train.Font = Enum.Font.ArialBold
- train.Text = "Train Spawn"
- train.TextColor3 = Color3.new(1, 1, 1)
- train.TextScaled = true
- train.TextSize = 14
- train.TextWrapped = true
- MuseumTop.Name = "MuseumTop"
- MuseumTop.Parent = TPS
- MuseumTop.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- MuseumTop.BorderSizePixel = 0
- MuseumTop.Position = UDim2.new(0.0109710097, 0, 0.782300234, 0)
- MuseumTop.Size = UDim2.new(0, 120, 0, 30)
- MuseumTop.Font = Enum.Font.ArialBold
- MuseumTop.Text = "Museum Roof"
- MuseumTop.TextColor3 = Color3.new(1, 1, 1)
- MuseumTop.TextScaled = true
- MuseumTop.TextSize = 14
- MuseumTop.TextWrapped = true
- Museum.Name = "Museum"
- Museum.Parent = TPS
- Museum.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Museum.BorderSizePixel = 0
- Museum.Position = UDim2.new(0.37833333, 0, 0.785243928, 0)
- Museum.Size = UDim2.new(0, 120, 0, 30)
- Museum.Font = Enum.Font.ArialBold
- Museum.Text = "Museum In"
- Museum.TextColor3 = Color3.new(1, 1, 1)
- Museum.TextScaled = true
- Museum.TextSize = 14
- Museum.TextWrapped = true
- Briefcase.Name = "Briefcase"
- Briefcase.Parent = TPS
- Briefcase.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Briefcase.BorderSizePixel = 0
- Briefcase.Position = UDim2.new(0.742333293, 0, 0.026705971, 0)
- Briefcase.Size = UDim2.new(0, 120, 0, 30)
- Briefcase.Font = Enum.Font.ArialBold
- Briefcase.Text = "Teleport To BreifCase"
- Briefcase.TextColor3 = Color3.new(1, 1, 1)
- Briefcase.TextScaled = true
- Briefcase.TextSize = 14
- Briefcase.TextWrapped = true
- Version.Name = "Version"
- Version.Parent = Main
- Version.BackgroundColor3 = Color3.new(1, 1, 1)
- Version.BackgroundTransparency = 0.89999997615814
- Version.BorderSizePixel = 0
- Version.Position = UDim2.new(-0.200000003, 100, 1.03428566, -32)
- Version.Size = UDim2.new(0, 122, 0, 20)
- Version.Font = Enum.Font.SourceSans
- Version.Text = "Version 1.6"
- Version.TextColor3 = Color3.new(1, 1, 1)
- Version.TextScaled = true
- Version.TextSize = 14
- Version.TextWrapped = true
- Credit.Name = "Credit"
- Credit.Parent = Main
- Credit.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Credit.BorderColor3 = Color3.new(1, 0.364706, 0.364706)
- Credit.BorderSizePixel = 2
- Credit.Position = UDim2.new(0.743999958, 0, 0.157142848, 0)
- Credit.Size = UDim2.new(0, 120, 0, 30)
- Credit.Font = Enum.Font.Cartoon
- Credit.Text = "Credits"
- Credit.TextColor3 = Color3.new(1, 1, 1)
- Credit.TextScaled = true
- Credit.TextSize = 14
- Credit.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = JailbreakerV16
- Open.BackgroundColor3 = Color3.new(1, 0.364706, 0.364706)
- Open.BorderColor3 = Color3.new(1, 0.364706, 0.364706)
- Open.BorderSizePixel = 2
- Open.Position = UDim2.new(0, 0, 0.800000012, 0)
- Open.Size = UDim2.new(0, 120, 0, 30)
- Open.Visible = false
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- -- Scripts:
- -- Scripts:
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled == true then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- if InfiniteJumpEnabled == false then
- end
- end
- end)
- PlayerTP_Teleport.MouseButton1Down:connect(function()
- local tp_namedplayer = PlayerTP_Input.Text
- local tp_player = game:GetService("Players")[tp_namedplayer]
- local PLR = game:GetService("Players").LocalPlayer
- local p = PlayerTP_Input.Text
- if tp_player then
- for i = 1,20 do
- wait()
- PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
- end
- end
- end)
- --AutoRob stuff--
- local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
- local BankAutoRob = {
- {
- Pos = {51, 18.06, 856.5},
- Yield = 2,
- Status = "Starting the robbery"
- },
- {
- Pos = {29.71, 0.73, 815.25},
- Yield = 15,
- Status = "Opening the vault"
- },
- {
- Pos = {18.37, 0.7659, 822.25},
- Yield = DuffelBag and 60 or 55,
- Status = "Collecting $$$"
- },
- {
- Pos = {10, 18, 784},
- Status = "Finishing the robbery"
- }
- }
- local function Tp(...)
- local char = plr.Character
- for i=1,2 do
- wait()
- char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
- end
- end
- function RobTheBank()
- for _,v in pairs(BankAutoRob) do
- Tp(unpack(v.Pos))
- wait(v.Yield)
- end
- end
- --Bank notification--
- pcall(function()
- local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
- local Info = Bank.Extra.Sign.Decal
- Info:GetPropertyChangedSignal("Transparency"):Connect(function()
- if Info.Transparency ~= 0 then
- BankStatus.Text = "Bank:Open"
- BankStatus.TextColor3 = Color3.new(0,1,0)
- BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
- local cb = Instance.new("BindableFunction")
- cb.OnInvoke = function(arg)
- if arg == "Teleport" then
- JailbreakTp(10, 18, 784)
- elseif arg == "AutoRob" then
- RobTheBank()
- end
- end
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Bank is ready!",
- Text = "Bank is ready!",
- Duration = 15,
- Button1 = "Dismiss",
- Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
- Callback = cb
- })
- else
- BankStatus.Text = "Bank:Closed"
- BankStatus.TextColor3 = Color3.new(1,0,0)
- BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
- end
- end)
- BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
- BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
- BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
- end)
- --Jewelry notification--
- pcall(function()
- local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
- local Info = Jewelry.Extra.Sign.Decal
- Info:GetPropertyChangedSignal("Transparency"):Connect(function()
- if Info.Transparency ~= 0 then
- JewelryStatus.Text = "Jewelry:Open"
- JewelryStatus.TextColor3 = Color3.new(0,1,0)
- BankStatus.TextColor3 = Color3.new(0,1,0)
- local cb = Instance.new("BindableFunction")
- cb.OnInvoke = function(arg)
- if arg == "Teleport" then
- JailbreakTp(142, 18, 1365)
- end
- end
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Jewelry is ready!",
- Text = "Jewelry is ready!",
- Duration = 15,
- Button1 = "Dismiss",
- Button2 = "Teleport",
- Callback = cb
- })
- else
- JewelryStatus.Text = "Jewelry:Closed"
- JewelryStatus.TextColor3 = Color3.new(1,0,0)
- end
- end)
- JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
- JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
- end)
- BankAutoRobBtn.MouseButton1Click:connect(function()
- local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
- local Info = Bank.Extra.Sign
- if Info.Decal.Transparency == 0 then
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Bank is closed!",
- Text = "You need to wait for the bank to open!",
- Duration = 7,
- Button1 = "Dismiss",
- })
- return
- end
- local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
- local root = plr.Character.HumanoidRootPart
- local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
- if (bankpos - plrpos).magnitude > 150 then
- local cb = Instance.new"BindableFunction"
- cb.OnInvoke = function(arg)
- if arg == "Teleport" then
- JailbreakTp(10, 18, 784)
- end
- end
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "You are too far!",
- Text = "You need to get closer to the bank (use tp)",
- Duration = 7,
- Button1 = "Dismiss",
- Button2 = "Teleport",
- Callback = cb
- })
- else
- RobTheBank()
- end
- end)
- --OPen Close
- Open.MouseButton1Down:connect(function()
- Open.Visible = false
- Main.Visible = true
- end)
- Close.MouseButton1Down:connect(function()
- Open.Visible = true
- Main.Visible = false
- end)
- Credit.MouseButton1Down:connect(function()
- TPS.Visible = false
- JB2.Visible = false
- Credits.Visible = true
- end)
- Functions.MouseButton1Down:connect(function()
- TPS.Visible = false
- JB2.Visible = true
- Credits.Visible = false
- end)
- Teleports.MouseButton1Down:connect(function()
- TPS.Visible = true
- JB2.Visible = false
- Credits.Visible = false
- end)
- -- Teleports
- gas.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
- end
- end)
- donut.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
- end
- end)
- JewOut.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.339157,20.9125443,1318.82336)
- end
- end)
- JewIn.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(111.02, 20, 1335.43)
- end
- end)
- BankFront.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
- end
- end)
- crim1.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
- end
- end)
- crim2.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
- end
- end)
- train.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
- end
- end)
- MuseumTop.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
- end
- end)
- Museum.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
- end
- end)
- Briefcase.MouseButton1Down:connect(function()
- local lp = game:GetService("Players").LocalPlayer
- local char = lp.Character
- local pos = Instance.new("CFrameValue")
- if char then
- pos.Value = char.HumanoidRootPart.CFrame
- char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,19,0)
- wait(.2)
- char.HumanoidRootPart.CFrame = pos.Value
- char.HumanoidRootPart.CFrame = workspace.Drop.Briefcase.CFrame
- end
- end)
- --Functions
- --- other stuff
- BTools.MouseButton1Down:connect(function()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.ClassName == "Model" then
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Hammer
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Clone
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Grab
- end)
- Gravity.MouseButton1Down:connect(function()
- if Gravity == true then
- Gravity = false
- game.workspace.Gravity = 196.2
- else
- Gravity = true
- game.workspace.Gravity = 45
- end
- end)
- InfiniteHealth.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
- local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
- l.Parent = game:GetService("Players").LocalPlayer.Character
- l.Name = "Humanoid"
- wait(0.1)
- game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
- game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
- game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
- wait(0.1)
- game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
- game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
- end)
- InfiniteNitro.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
- game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
- end)
- Noclip.MouseButton1Down:connect(function()
- local noclipplayer = game:GetService("Players").LocalPlayer
- local noclipmouse = noclipplayer:GetMouse()
- local donoclip = false
- local noclip = false
- function b_noclip(key)
- if (key == "b") then
- if noclip == false then
- donoclip = true
- noclip = true
- elseif noclip == true then
- donoclip = false
- noclip = false
- end
- end
- end
- noclipmouse.KeyDown:connect(b_noclip)
- game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
- if obj ~= workspace.Terrain then
- if donoclip == true then
- obj.CanCollide = false
- else
- obj.CanCollide = true
- end
- end
- end)
- end)
- Walkspeed.MouseButton1Down:connect(function()
- local walkspeedplayer = game:GetService("Players").LocalPlayer
- local walkspeedmouse = walkspeedplayer:GetMouse()
- local walkspeedenabled = false
- function x_walkspeed(key)
- if (key == "x") then
- if walkspeedenabled == false then
- _G.WS = 200;
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = true
- elseif walkspeedenabled == true then
- _G.WS = 20;
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = false
- end
- end
- end
- walkspeedmouse.KeyDown:connect(x_walkspeed)
- end)
- local plr = game:GetService("Players").LocalPlayer
- local m = plr:GetMouse()
- m.KeyDown:connect(function(k)
- if k:byte() == 114 then
- plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
- plrh:ChangeState('Jumping')
- wait()
- plrh:ChangeState('Seated')
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment