Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Waring this script may not work cause its my first ever exploit
- -- Instances:
- local JailbreakExploit = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local Top = Instance.new("Frame")
- local X = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- local Bank = Instance.new("TextButton")
- local WalkSpeed = Instance.new("TextButton")
- local CrimBase = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local Noclip = Instance.new("TextButton")
- local Jewelry = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- --Properties:
- JailbreakExploit.Name = "Jailbreak Exploit"
- JailbreakExploit.Parent = game.CoreGui
- JailbreakExploit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = "Main"
- Main.Parent = JailbreakExploit
- Main.BackgroundColor3 = Color3.fromRGB(253, 167, 28)
- Main.Position = UDim2.new(0.308219224, 0, 0.280876487, 0)
- Main.Size = UDim2.new(0, 280, 0, 288)
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.317857146, 0, 0.881944418, 0)
- TextLabel.Size = UDim2.new(0, 112, 0, 34)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Enjoy!"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.Position = UDim2.new(0.20714286, 0, 0.173611104, 0)
- TextLabel_2.Size = UDim2.new(0, 221, 0, 0)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = ""
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 14.000
- Top.Name = "Top"
- Top.Parent = Main
- Top.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Top.Position = UDim2.new(0.20714286, 0, 0, 0)
- Top.Size = UDim2.new(0, 221, 0, 50)
- X.Name = "X"
- X.Parent = Top
- X.BackgroundColor3 = Color3.fromRGB(255, 6, 6)
- X.Position = UDim2.new(-0.262443453, 0, 0, 0)
- X.Size = UDim2.new(0, 58, 0, 50)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.fromRGB(0, 0, 0)
- X.TextScaled = true
- X.TextSize = 14.000
- X.TextWrapped = true
- X.MouseButton1Down:connect(function()
- Main.Visible = false
- Open.Visible = true
- end)
- TextLabel_3.Parent = Top
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(253, 167, 28)
- TextLabel_3.Position = UDim2.new(0.00452488707, 0, 0, 0)
- TextLabel_3.Size = UDim2.new(0, 221, 0, 50)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "JailBreak Ruiner v.1"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- Bank.Name = "Bank"
- Bank.Parent = Main
- Bank.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
- Bank.Position = UDim2.new(0, 0, 0.274305552, 0)
- Bank.Size = UDim2.new(0, 128, 0, 50)
- Bank.Font = Enum.Font.SourceSans
- Bank.Text = "Bank"
- Bank.TextColor3 = Color3.fromRGB(0, 0, 0)
- Bank.TextScaled = true
- Bank.TextSize = 14.000
- Bank.TextWrapped = true
- Bank.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
- WalkSpeed.Name = "WalkSpeed"
- WalkSpeed.Parent = Main
- WalkSpeed.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
- WalkSpeed.Position = UDim2.new(0, 0, 0.486111104, 0)
- WalkSpeed.Size = UDim2.new(0, 128, 0, 50)
- WalkSpeed.Font = Enum.Font.SourceSans
- WalkSpeed.Text = "WalkSpeed"
- WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- WalkSpeed.TextScaled = true
- WalkSpeed.TextSize = 14.000
- WalkSpeed.TextWrapped = true
- --Walkspeed
- WS.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 = 150;
- 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 = 16;
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- WalSeedenabled = false
- end
- end
- end
- CrimBase.Name = "CrimBase"
- CrimBase.Parent = Main
- CrimBase.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
- CrimBase.Position = UDim2.new(0, 0, 0.704861104, 0)
- CrimBase.Size = UDim2.new(0, 128, 0, 51)
- CrimBase.Font = Enum.Font.SourceSans
- CrimBase.Text = "CrimBase"
- CrimBase.TextColor3 = Color3.fromRGB(0, 0, 0)
- CrimBase.TextScaled = true
- CrimBase.TextSize = 14.000
- CrimBase.TextWrapped = true
- --Criminal Base city teleport
- CrimBase.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 18, 1578.80261)
- end
- end)
- BTools.Name = "BTools"
- BTools.Parent = Main
- BTools.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
- BTools.Position = UDim2.new(0.524999976, 0, 0.274305552, 0)
- BTools.Size = UDim2.new(0, 133, 0, 50)
- BTools.Font = Enum.Font.SourceSans
- BTools.Text = "Btools"
- BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
- BTools.TextScaled = true
- BTools.TextSize = 14.000
- BTools.TextWrapped = true
- --btools
- 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)
- Noclip.Name = "Noclip"
- Noclip.Parent = Main
- Noclip.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
- Noclip.Position = UDim2.new(0.528571427, 0, 0.486111104, 0)
- Noclip.Size = UDim2.new(0, 132, 0, 50)
- Noclip.Font = Enum.Font.SourceSans
- Noclip.Text = "Noclip"
- Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- Noclip.TextScaled = true
- Noclip.TextSize = 14.000
- Noclip.TextWrapped = true
- --noclip
- NoClip.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
- if obj ~= workspace.Terrain then
- obj.CanCollide = false
- wait(1)
- obj.CanCollide = true
- end
- end)
- end)
- Jewelry.Name = "Jewelry"
- Jewelry.Parent = Main
- Jewelry.BackgroundColor3 = Color3.fromRGB(119, 115, 230)
- Jewelry.Position = UDim2.new(0.528571427, 0, 0.704861104, 0)
- Jewelry.Size = UDim2.new(0, 132, 0, 51)
- Jewelry.Font = Enum.Font.SourceSans
- Jewelry.Text = "Jewelry"
- Jewelry.TextColor3 = Color3.fromRGB(0, 0, 0)
- Jewelry.TextScaled = true
- Jewelry.TextSize = 14.000
- Jewelry.TextWrapped = true
- --jewelry teleport
- Jewelry.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
- end
- Open.Name = "Open"
- Open.Parent = Main
- Open.BackgroundColor3 = Color3.fromRGB(253, 167, 28)
- Open.Position = UDim2.new(-0.807142854, 0, 0.659722209, 0)
- Open.Size = UDim2.new(0, 150, 0, 50)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "JailBreak Recker V.1"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:connnect(function()
- Open.Visible = false
- Main.Visible = true
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment