Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Top = Instance.new("Frame")
- local Main = Instance.new("Frame")
- local Bank = Instance.new("TextButton")
- local Jewelry = Instance.new("TextButton")
- local CriminalBase = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local NoClip = Instance.new("TextButton")
- local WalkSpeed = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Exit = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Top.Name = "Top"
- Top.Parent = ScreenGui
- Top.BackgroundColor3 = Color3.new(0, 1, 1)
- Top.Position = UDim2.new(0.23604466, 0, 0.329479754, 0)
- Top.Size = UDim2.new(0, 374, 0, 42)
- Top.Draggable = true
- Top.Visible = false
- Main.Name = "Main"
- Main.Parent = Top
- Main.BackgroundColor3 = Color3.new(1, 1, 1)
- Main.Position = UDim2.new(0, 0, 1, 0)
- Main.Size = UDim2.new(0, 374, 0, 149)
- Bank.Name = "Bank"
- Bank.Parent = Main
- Bank.BackgroundColor3 = Color3.new(1, 1, 1)
- Bank.Position = UDim2.new(0.0213903747, 0, 0.040268451, 0)
- Bank.Size = UDim2.new(0, 131, 0, 50)
- Bank.Font = Enum.Font.SourceSans
- Bank.Text = "Bank"
- Bank.TextColor3 = Color3.new(0, 0, 0)
- Bank.TextSize = 14
- 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
- end)
- Jewelry.Name = "Jewelry"
- Jewelry.Parent = Main
- Jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
- Jewelry.Position = UDim2.new(0.0213903747, 0, 0.44295302, 0)
- Jewelry.Size = UDim2.new(0, 131, 0, 50)
- Jewelry.Font = Enum.Font.SourceSans
- Jewelry.Text = "Jewelry"
- Jewelry.TextColor3 = Color3.new(0, 0, 0)
- Jewelry.TextSize = 14
- JewO.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
- end)
- CriminalBase.Name = "Criminal Base"
- CriminalBase.Parent = Main
- CriminalBase.BackgroundColor3 = Color3.new(1, 1, 1)
- CriminalBase.Position = UDim2.new(0.446524084, 0, 0.040268451, 0)
- CriminalBase.Size = UDim2.new(0, 131, 0, 50)
- CriminalBase.Font = Enum.Font.SourceSans
- CriminalBase.Text = "Criminals Base1"
- CriminalBase.TextColor3 = Color3.new(0, 0, 0)
- CriminalBase.TextSize = 14
- CrimBase1.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)
- BTools.Name = "BTools"
- BTools.Parent = Main
- BTools.BackgroundColor3 = Color3.new(1, 1, 1)
- BTools.Position = UDim2.new(0.446524054, 0, 0.44295302, 0)
- BTools.Size = UDim2.new(0, 42, 0, 50)
- BTools.Font = Enum.Font.SourceSans
- BTools.Text = "BTools"
- BTools.TextColor3 = Color3.new(0, 0, 0)
- BTools.TextSize = 14
- 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.new(1, 1, 1)
- NoClip.Position = UDim2.new(0.598930478, 0, 0.44295302, 0)
- NoClip.Size = UDim2.new(0, 54, 0, 50)
- NoClip.Font = Enum.Font.SourceSans
- NoClip.Text = "NoClip[B] "
- NoClip.TextColor3 = Color3.new(0, 0, 0)
- NoClip.TextSize = 14
- 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.Name = "WalkSpeed"
- WalkSpeed.Parent = Main
- WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
- WalkSpeed.Position = UDim2.new(0.796791434, 0, 0.442952991, 0)
- WalkSpeed.Size = UDim2.new(0, 52, 0, 50)
- WalkSpeed.Font = Enum.Font.SourceSans
- WalkSpeed.Text = "Speed [X]"
- WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
- WalkSpeed.TextSize = 14
- 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)
- TextLabel.Parent = Top
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Size = UDim2.new(0, 320, 0, 34)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "JailBreak Gui"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- Exit.Name = "Exit"
- Exit.Parent = Top
- Exit.BackgroundColor3 = Color3.new(0, 1, 1)
- Exit.BorderColor3 = Color3.new(0, 1, 1)
- Exit.Position = UDim2.new(0.870156646, 0, -0.00385332108, 0)
- Exit.Size = UDim2.new(0, 54, 0, 42)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(0, 0, 0)
- Exit.TextSize = 14
- Exit.MouseButton1Down:connect(function()
- Open.Visible = true
- Top.Visible = false
- end)
- Open.Name = "Open"
- Open.Parent = Top
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.Position = UDim2.new(0.895440459, 0, -4.70547724, 0)
- Open.Size = UDim2.new(0, 124, 0, 41)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- Open.Visible = true
- Top.Visible = false
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment