Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by Nik Hacks
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local WS = Instance.new("TextButton")
- local Noclip = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local GravityOn = Instance.new("TextButton")
- local NoBuildings = Instance.new("TextButton")
- local InfJump = Instance.new("TextButton")
- local InfNitro = Instance.new("TextButton")
- local Prison = Instance.new("TextButton")
- local GravityOff = Instance.new("TextButton")
- local CarFlyR = Instance.new("TextButton")
- local Jewlery = Instance.new("TextButton")
- local GodMode = Instance.new("TextButton")
- local Shotgun = Instance.new("TextButton")
- local Pistol = Instance.new("TextButton")
- local RemoveAll = Instance.new("TextButton")
- local MoreSoon = Instance.new("TextLabel")
- local Copyright = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.Position = UDim2.new(0.125127152, 0, 0.0969899744, 0)
- Frame.Size = UDim2.new(0, 410, 0, 430)
- Frame.Style = Enum.FrameStyle.RobloxRound
- WS.Name = "WS"
- WS.Parent = Frame
- WS.BackgroundColor3 = Color3.new(1, 1, 1)
- WS.Position = UDim2.new(-5.40839319e-05, 0, 0.114140444, 0)
- WS.Size = UDim2.new(0, 118, 0, 38)
- WS.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- WS.Font = Enum.Font.SourceSansBold
- WS.Text = "WalkSpeed K"
- WS.TextColor3 = Color3.new(0, 0, 0)
- WS.TextScaled = true
- WS.TextSize = 14
- WS.TextWrapped = true
- WS.MouseButton1Down:connect(function()
- local walkspeedplayer = game:GetService("Players").LocalPlayer
- local walkspeedmouse = walkspeedplayer:GetMouse()
- local walkspeedenabled = false
- function x_walkspeed(key)
- if (key == "k") 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)
- Noclip.Name = "Noclip"
- Noclip.Parent = Frame
- Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
- Noclip.Position = UDim2.new(0.347168118, 0, 0.114140444, 0)
- Noclip.Size = UDim2.new(0, 118, 0, 38)
- Noclip.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Noclip.Font = Enum.Font.SourceSansBold
- Noclip.Text = "Noclip"
- Noclip.TextColor3 = Color3.new(0, 0, 0)
- Noclip.TextScaled = true
- Noclip.TextSize = 14
- Noclip.TextWrapped = true
- 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)
- BTools.Name = "BTools"
- BTools.Parent = Frame
- BTools.BackgroundColor3 = Color3.new(1, 1, 1)
- BTools.Position = UDim2.new(0.673997402, 0, 0.114140444, 0)
- BTools.Size = UDim2.new(0, 118, 0, 38)
- BTools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- BTools.Font = Enum.Font.SourceSansBold
- BTools.Text = "BTools"
- BTools.TextColor3 = Color3.new(0, 0, 0)
- BTools.TextScaled = true
- BTools.TextSize = 14
- BTools.TextWrapped = true
- 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)
- GravityOn.Name = "Gravity On"
- GravityOn.Parent = Frame
- GravityOn.BackgroundColor3 = Color3.new(1, 1, 1)
- GravityOn.Position = UDim2.new(-5.40837646e-05, 0, 0.276931137, 0)
- GravityOn.Size = UDim2.new(0, 118, 0, 38)
- GravityOn.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- GravityOn.Font = Enum.Font.SourceSansBold
- GravityOn.Text = "Gravity On"
- GravityOn.TextColor3 = Color3.new(0, 0, 0)
- GravityOn.TextScaled = true
- GravityOn.TextSize = 14
- GravityOn.TextWrapped = true
- GravityOn.MouseButton1Down:connect(function()
- game.Workspace.Gravity = 196.2
- end)
- NoBuildings.Name = "NoBuildings"
- NoBuildings.Parent = Frame
- NoBuildings.BackgroundColor3 = Color3.new(1, 1, 1)
- NoBuildings.Position = UDim2.new(0.359363258, 0, 0.276931137, 0)
- NoBuildings.Size = UDim2.new(0, 118, 0, 38)
- NoBuildings.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- NoBuildings.Font = Enum.Font.SourceSansBold
- NoBuildings.Text = "NoBuildings"
- NoBuildings.TextColor3 = Color3.new(0, 0, 0)
- NoBuildings.TextScaled = true
- NoBuildings.TextSize = 14
- NoBuildings.TextWrapped = true
- NoBuildings.MouseButton1Down:connect(function()
- game:GetService("Workspace").Buildings:Destroy()
- end)
- InfJump.Name = "InfJump"
- InfJump.Parent = Frame
- InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
- InfJump.Position = UDim2.new(0.681314468, 0, 0.276931137, 0)
- InfJump.Size = UDim2.new(0, 118, 0, 38)
- InfJump.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- InfJump.Font = Enum.Font.SourceSansBold
- InfJump.Text = "Inf Jump"
- InfJump.TextColor3 = Color3.new(0, 0, 0)
- InfJump.TextScaled = true
- InfJump.TextSize = 14
- InfJump.TextWrapped = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end)
- InfNitro.Name = "Inf Nitro"
- InfNitro.Parent = Frame
- InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
- InfNitro.Position = UDim2.new(0.347168118, 0, 0.442047417, 0)
- InfNitro.Size = UDim2.new(0, 118, 0, 38)
- InfNitro.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- InfNitro.Font = Enum.Font.SourceSansBold
- InfNitro.Text = "Inf Nitro"
- InfNitro.TextColor3 = Color3.new(0, 0, 0)
- InfNitro.TextScaled = true
- InfNitro.TextSize = 14
- InfNitro.TextWrapped = true
- InfNitro.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
- game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
- end)
- Prison.Name = "Prison"
- Prison.Parent = Frame
- Prison.BackgroundColor3 = Color3.new(1, 1, 1)
- Prison.Position = UDim2.new(0.673997402, 0, 0.442047417, 0)
- Prison.Size = UDim2.new(0, 118, 0, 38)
- Prison.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Prison.Font = Enum.Font.SourceSansBold
- Prison.Text = "Prison"
- Prison.TextColor3 = Color3.new(0, 0, 0)
- Prison.TextScaled = true
- Prison.TextSize = 14
- Prison.TextWrapped = true
- Prison.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
- end
- end)
- GravityOff.Name = "Gravity Off"
- GravityOff.Parent = Frame
- GravityOff.BackgroundColor3 = Color3.new(1, 1, 1)
- GravityOff.Position = UDim2.new(-5.40837646e-05, 0, 0.604838133, 0)
- GravityOff.Size = UDim2.new(0, 118, 0, 38)
- GravityOff.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- GravityOff.Font = Enum.Font.SourceSansBold
- GravityOff.Text = "Gravity Off"
- GravityOff.TextColor3 = Color3.new(0, 0, 0)
- GravityOff.TextScaled = true
- GravityOff.TextSize = 14
- GravityOff.TextWrapped = true
- GravityOff.MouseButton1Down:connect(function()
- game.Workspace.Gravity = 35
- end)
- CarFlyR.Name = "CarFlyR"
- CarFlyR.Parent = Frame
- CarFlyR.BackgroundColor3 = Color3.new(1, 1, 1)
- CarFlyR.Position = UDim2.new(0.359363258, 0, 0.604838133, 0)
- CarFlyR.Size = UDim2.new(0, 118, 0, 38)
- CarFlyR.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- CarFlyR.Font = Enum.Font.SourceSansBold
- CarFlyR.Text = "CarFly R"
- CarFlyR.TextColor3 = Color3.new(0, 0, 0)
- CarFlyR.TextScaled = true
- CarFlyR.TextSize = 14
- CarFlyR.TextWrapped = true
- CarFlyR.MouseButton1Down:connect(function()
- 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)
- end)
- Jewlery.Name = "Jewlery"
- Jewlery.Parent = Frame
- Jewlery.BackgroundColor3 = Color3.new(1, 1, 1)
- Jewlery.Position = UDim2.new(0.681314468, 0, 0.604838133, 0)
- Jewlery.Size = UDim2.new(0, 118, 0, 38)
- Jewlery.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Jewlery.Font = Enum.Font.SourceSansBold
- Jewlery.Text = "Jewlery"
- Jewlery.TextColor3 = Color3.new(0, 0, 0)
- Jewlery.TextScaled = true
- Jewlery.TextSize = 14
- Jewlery.TextWrapped = true
- Jewlery.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
- end
- end)
- GodMode.Name = "God Mode"
- GodMode.Parent = Frame
- GodMode.BackgroundColor3 = Color3.new(1, 1, 1)
- GodMode.Position = UDim2.new(-5.40839319e-05, 0, 0.442047417, 0)
- GodMode.Size = UDim2.new(0, 118, 0, 38)
- GodMode.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- GodMode.Font = Enum.Font.SourceSansBold
- GodMode.Text = "God Mode"
- GodMode.TextColor3 = Color3.new(0, 0, 0)
- GodMode.TextScaled = true
- GodMode.TextSize = 14
- GodMode.TextWrapped = true
- GodMode.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)
- Shotgun.Name = "Shotgun"
- Shotgun.Parent = Frame
- Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
- Shotgun.Position = UDim2.new(-5.40837646e-05, 0, 0.76297766, 0)
- Shotgun.Size = UDim2.new(0, 118, 0, 38)
- Shotgun.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Shotgun.Font = Enum.Font.SourceSansBold
- Shotgun.Text = "Shotgun"
- Shotgun.TextColor3 = Color3.new(0, 0, 0)
- Shotgun.TextScaled = true
- Shotgun.TextSize = 14
- Shotgun.TextWrapped = true
- Shotgun.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "Station" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "Shotgun" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- Pistol.Name = "Pistol"
- Pistol.Parent = Frame
- Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
- Pistol.Position = UDim2.new(0.35848248, 0, 0.76297766, 0)
- Pistol.Size = UDim2.new(0, 118, 0, 38)
- Pistol.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- Pistol.Font = Enum.Font.SourceSansBold
- Pistol.Text = "Pistol"
- Pistol.TextColor3 = Color3.new(0, 0, 0)
- Pistol.TextScaled = true
- Pistol.TextSize = 14
- Pistol.TextWrapped = true
- Pistol.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "Station" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "Pistol" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- RemoveAll.Name = "Remove All"
- RemoveAll.Parent = Frame
- RemoveAll.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveAll.Position = UDim2.new(0.66823858, 0, 0.76297766, 0)
- RemoveAll.Size = UDim2.new(0, 118, 0, 38)
- RemoveAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- RemoveAll.Font = Enum.Font.SourceSansBold
- RemoveAll.Text = "Remove All"
- RemoveAll.TextColor3 = Color3.new(0, 0, 0)
- 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()
- local banklasers = game:GetService("Workspace").Banks:GetChildren()
- banklasers[1].Lasers:Destroy()
- end)
- RemoveAll.MouseButton1Down:connect(function()
- local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
- for i = 1,4 do
- local xd = jewelry[1].Model.BarbedWire
- xd:Destroy()
- end
- end)
- RemoveAll.MouseButton1Down:connect(function()
- local banklasers = game:GetService("Workspace").Banks:GetChildren()
- banklasers[1].Door.Model:Destroy()
- end)
- MoreSoon.Name = "More Soon"
- MoreSoon.Parent = Frame
- MoreSoon.BackgroundColor3 = Color3.new(0, 0, 0)
- MoreSoon.BackgroundTransparency = 0.80000001192093
- MoreSoon.Position = UDim2.new(0.241701379, 0, 0.905018926, 0)
- MoreSoon.Size = UDim2.new(0, 200, 0, 27)
- MoreSoon.Font = Enum.Font.SourceSans
- MoreSoon.Text = "More Soon In V2.0"
- MoreSoon.TextColor3 = Color3.new(0, 0, 0)
- MoreSoon.TextScaled = true
- MoreSoon.TextSize = 14
- MoreSoon.TextWrapped = true
- Copyright.Name = "Copyright"
- Copyright.Parent = Frame
- Copyright.BackgroundColor3 = Color3.new(0, 0, 0)
- Copyright.BackgroundTransparency = 0.89999997615814
- Copyright.Position = UDim2.new(0.0241047181, 0, -0.00671713147, 0)
- Copyright.Size = UDim2.new(0, 371, 0, 50)
- Copyright.Font = Enum.Font.Highway
- Copyright.Text = "Made By Nik Hacks (Works Of 2019)"
- Copyright.TextColor3 = Color3.new(0, 0, 0)
- Copyright.TextScaled = true
- Copyright.TextSize = 14
- Copyright.TextWrapped = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.BackgroundTransparency = 0.80000001192093
- TextLabel.Position = UDim2.new(0.0621025562, 0, 0.887405336, 0)
- TextLabel.Size = UDim2.new(0, 37, 0, 38)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "V1.0"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- -- Scripts:
- function SCRIPT_DPES88_FAKESCRIPT() -- ScreenGui.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = ScreenGui
- Frame = script.Parent.Frame
- Frame.Draggable = true
- Frame.Active = true
- Frame.Selectable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_DPES88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment