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 Main2 = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- local Pistol = Instance.new("TextButton")
- local ShotGun = Instance.new("TextButton")
- local Ak47 = Instance.new("TextButton")
- local InfJump = Instance.new("TextButton")
- local InfNitro = Instance.new("TextButton")
- local RemoveAll = Instance.new("TextButton")
- local TpStore = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local M4a1 = Instance.new("TextButton")
- local Close2 = Instance.new("TextButton")
- local BankStatus = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local JewelryStatus = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main2.Name = "Main2"
- Main2.Parent = ScreenGui
- Main2.BackgroundColor3 = Color3.new(1, 1, 1)
- Main2.BackgroundTransparency = 0.5
- Main2.Position = UDim2.new(0.251217157, 0, 0.238666683, 0)
- Main2.Size = UDim2.new(0, 440, 0, 429)
- Main2.Active = true
- Main2.Draggable = true
- Main2.Visible = false
- ImageLabel.Parent = Main2
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.Size = UDim2.new(0, 440, 0, 428)
- ImageLabel.Image = "rbxassetid://3071309113"
- TextLabel.Parent = Main2
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, -0.00284557813, 0)
- TextLabel.Size = UDim2.new(0, 440, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Other"
- TextLabel.TextColor3 = Color3.new(0, 1, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Pistol.Name = "Pistol"
- Pistol.Parent = Main2
- Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
- Pistol.BackgroundTransparency = 1
- Pistol.Position = UDim2.new(0.0366114825, 0, 0.171541616, 0)
- Pistol.Size = UDim2.new(0, 94, 0, 50)
- Pistol.Font = Enum.Font.SciFi
- Pistol.Text = "Pistol"
- Pistol.TextColor3 = Color3.new(0, 1, 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)
- ShotGun.Name = "ShotGun"
- ShotGun.Parent = Main2
- ShotGun.BackgroundColor3 = Color3.new(1, 1, 1)
- ShotGun.BackgroundTransparency = 1
- ShotGun.Position = UDim2.new(0.391156912, 0, 0.171541616, 0)
- ShotGun.Size = UDim2.new(0, 94, 0, 50)
- ShotGun.Font = Enum.Font.SciFi
- ShotGun.Text = "ShotGun"
- ShotGun.TextColor3 = Color3.new(0, 1, 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)
- Ak47.Name = "Ak47"
- Ak47.Parent = Main2
- Ak47.BackgroundColor3 = Color3.new(1, 1, 1)
- Ak47.BackgroundTransparency = 1
- Ak47.Position = UDim2.new(0.73433876, 0, 0.171541616, 0)
- Ak47.Size = UDim2.new(0, 94, 0, 50)
- Ak47.Font = Enum.Font.SciFi
- Ak47.Text = "Ak47"
- Ak47.TextColor3 = Color3.new(0, 1, 0)
- Ak47.TextScaled = true
- Ak47.TextSize = 14
- Ak47.TextWrapped = true
- Ak47.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 == "ShootingRange" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "AK47" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- InfJump.Name = "InfJump"
- InfJump.Parent = Main2
- InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
- InfJump.BackgroundTransparency = 1
- InfJump.Position = UDim2.new(0.73433876, 0, 0.683381438, 0)
- InfJump.Size = UDim2.new(0, 94, 0, 50)
- InfJump.Font = Enum.Font.SciFi
- InfJump.Text = "InfJump"
- InfJump.TextColor3 = Color3.new(0, 1, 0)
- InfJump.TextScaled = true
- InfJump.TextSize = 14
- InfJump.TextWrapped = true
- InfJump.MouseButton1Down:connect(function()
- game:GetService("UserInputService").JumpRequest:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end)
- end)
- InfNitro.Name = "InfNitro"
- InfNitro.Parent = Main2
- InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
- InfNitro.BackgroundTransparency = 1
- InfNitro.Position = UDim2.new(0.391156912, 0, 0.421008646, 0)
- InfNitro.Size = UDim2.new(0, 94, 0, 50)
- InfNitro.Font = Enum.Font.SciFi
- InfNitro.Text = "InfNitro"
- InfNitro.TextColor3 = Color3.new(0, 1, 0)
- InfNitro.TextScaled = true
- InfNitro.TextSize = 14
- InfNitro.TextWrapped = true
- InfNitro.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
- game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
- end)
- RemoveAll.Name = "RemoveAll"
- RemoveAll.Parent = Main2
- RemoveAll.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveAll.BackgroundTransparency = 1
- RemoveAll.Position = UDim2.new(0.73433876, 0, 0.421008646, 0)
- RemoveAll.Size = UDim2.new(0, 94, 0, 50)
- RemoveAll.Font = Enum.Font.SciFi
- RemoveAll.Text = "RemoveAll"
- RemoveAll.TextColor3 = Color3.new(0, 1, 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)
- TpStore.Name = "TpStore"
- TpStore.Parent = Main2
- TpStore.BackgroundColor3 = Color3.new(1, 1, 1)
- TpStore.BackgroundTransparency = 1
- TpStore.Position = UDim2.new(0.0366114825, 0, 0.683381438, 0)
- TpStore.Size = UDim2.new(0, 94, 0, 50)
- TpStore.Font = Enum.Font.SciFi
- TpStore.Text = "TpStore"
- TpStore.TextColor3 = Color3.new(0, 1, 0)
- TpStore.TextScaled = true
- TpStore.TextSize = 14
- TpStore.TextWrapped = true
- TpStore.MouseButton1Down:connect(function()
- local a = workspace:FindFirstChild("SmallStores")
- if not a then return end
- for i,v in pairs(a:GetChildren()) do
- v.Transparency = 0
- v.CFrame = plr.Character:WaitForChild("HumanoidRootPart").CFrame * CFrame.new(math.random(-3,3),0,math.random(-3,3))
- end
- end)
- local plr = game:GetService("Players").LocalPlayer
- Speed.Name = "Speed"
- Speed.Parent = Main2
- Speed.BackgroundColor3 = Color3.new(1, 1, 1)
- Speed.BackgroundTransparency = 1
- Speed.Position = UDim2.new(0.391156912, 0, 0.683381438, 0)
- Speed.Size = UDim2.new(0, 94, 0, 50)
- Speed.Font = Enum.Font.SciFi
- Speed.Text = "Speed(X)"
- Speed.TextColor3 = Color3.new(0, 1, 0)
- Speed.TextScaled = true
- Speed.TextSize = 14
- Speed.TextWrapped = true
- Speed.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 = 64.5;
- 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)
- M4a1.Name = "M4a1"
- M4a1.Parent = Main2
- M4a1.BackgroundColor3 = Color3.new(1, 1, 1)
- M4a1.BackgroundTransparency = 1
- M4a1.Position = UDim2.new(0.0343387686, 0, 0.421008646, 0)
- M4a1.Size = UDim2.new(0, 94, 0, 50)
- M4a1.Font = Enum.Font.SciFi
- M4a1.Text = "M4a1"
- M4a1.TextColor3 = Color3.new(0, 1, 0)
- M4a1.TextScaled = true
- M4a1.TextSize = 14
- M4a1.TextWrapped = true
- M4a1.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 == "RifleSWAT" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- Close2.Name = "Close2"
- Close2.Parent = Main2
- Close2.BackgroundColor3 = Color3.new(1, 1, 1)
- Close2.BackgroundTransparency = 1
- Close2.Position = UDim2.new(0.85024786, 0, -0.0053089587, 0)
- Close2.Size = UDim2.new(0, 94, 0, 50)
- Close2.Font = Enum.Font.SourceSans
- Close2.Text = "X"
- Close2.TextColor3 = Color3.new(1, 0, 0)
- Close2.TextScaled = true
- Close2.TextSize = 14
- Close2.TextWrapped = true
- Close2.MouseButton1Down:connect(function()
- Main2.Visible = false
- end)
- BankStatus.Name = "BankStatus"
- BankStatus.Parent = Main2
- BankStatus.BackgroundColor3 = Color3.new(1, 1, 1)
- BankStatus.BackgroundTransparency = 1
- BankStatus.Position = UDim2.new(0.0343387537, 0, 0.881516635, 0)
- BankStatus.Size = UDim2.new(0, 94, 0, 50)
- BankStatus.Font = Enum.Font.SciFi
- BankStatus.Text = "BankStatus"
- BankStatus.TextColor3 = Color3.new(0, 1, 0)
- BankStatus.TextScaled = true
- BankStatus.TextSize = 14
- BankStatus.TextWrapped = true
- ESP.Name = "ESP"
- ESP.Parent = Main2
- ESP.BackgroundColor3 = Color3.new(1, 1, 1)
- ESP.BackgroundTransparency = 1
- ESP.Position = UDim2.new(0.391156912, 0, 0.881516635, 0)
- ESP.Size = UDim2.new(0, 94, 0, 50)
- ESP.Font = Enum.Font.SciFi
- ESP.Text = "Ctrl Delete"
- ESP.TextColor3 = Color3.new(0, 1, 0)
- ESP.TextScaled = true
- ESP.TextSize = 14
- ESP.TextWrapped = true
- ESP.MouseButton1Down:connect(function()
- local Plr = game:GetService("Players").LocalPlayer
- local Mouse = Plr:GetMouse()
- Mouse.Button1Down:connect(function()
- if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
- if not Mouse.Target then return end
- Mouse.Target:Destroy()
- end)
- end)
- JewelryStatus.Name = "JewelryStatus"
- JewelryStatus.Parent = Main2
- JewelryStatus.BackgroundColor3 = Color3.new(1, 1, 1)
- JewelryStatus.BackgroundTransparency = 1
- JewelryStatus.Position = UDim2.new(0.73433876, 0, 0.881516635, 0)
- JewelryStatus.Size = UDim2.new(0, 120, 0, 50)
- JewelryStatus.Font = Enum.Font.SciFi
- JewelryStatus.Text = "JewelryStatus"
- JewelryStatus.TextColor3 = Color3.new(0, 1, 0)
- JewelryStatus.TextScaled = true
- JewelryStatus.TextSize = 14
- JewelryStatus.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BorderColor3 = Color3.new(1, 0.666667, 0)
- Open.Position = UDim2.new(0, 0, 0.437333345, 0)
- Open.Size = UDim2.new(0, 91, 0, 50)
- Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Open.Font = Enum.Font.SciFi
- Open.Text = "OPEN"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- Open.Visible = false
- Open.MouseButton1Down:connect(function()
- Main2.Visible = true
- end)
- -- Scripts:
- --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:Mở"
- BankStatus.TextColor3 = Color3.new(0,1,0)
- BankStatus.BackgroundColor3 = Color3.new(0,1,0)
- local cb = Instance.new("BindableFunction")
- cb.OnInvoke = function(arg)
- if arg == "Teleport" then
- JailbreakTp(10, 18, 784)
- Main()
- end
- end
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "Bank Đã Mở!",
- Text = "Bank Đã Mở!",
- 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:Đóng"
- BankStatus.TextColor3 = Color3.new(1,0,0)
- BankStatus.BackgroundColor3 = Color3.new(1,0,0)
- end
- end)
- BankStatus.Text = Info.Transparency == 0 and "Bank:Đóng" or "Bank:Mở"
- BankStatus.TextColor3 = 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:Mở"
- 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 Đã Mở!",
- Text = "Jewelry Đã Mở!",
- Duration = 15,
- Button1 = "Dismiss",
- Button2 = "Teleport",
- Callback = cb
- })
- else
- JewelryStatus.Text = "Jewelry:Đóng"
- JewelryStatus.TextColor3 = Color3.new(1,0,0)
- end
- end)
- JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Đóng" or "Jewelry:Mở"
- JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
- end)
- local h = Instance.new("Hint")
- h.Parent = workspace
- h.Text = "Fuk."
- wait(8)
- h:Remove()
- wait(.1)
- Open.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment