Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local _1rLazarus = Instance.new("ScreenGui")
- local ProjectLazarusV1 = Instance.new("Frame")
- local _1rLazarus_2 = Instance.new("TextLabel")
- local INFAmmo = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local KillAllZombies = Instance.new("TextButton")
- local OPGuns = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Credit = Instance.new("TextLabel")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- _1rLazarus.Name = "1rLazarus"
- _1rLazarus.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- _1rLazarus.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- _1rLazarus.Parent = game.CoreGui
- ProjectLazarusV1.Name = "ProjectLazarusV1"
- ProjectLazarusV1.Parent = _1rLazarus
- ProjectLazarusV1.BackgroundColor3 = Color3.new(0.0627451, 0.0980392, 0.101961)
- ProjectLazarusV1.Position = UDim2.new(0.0117211593, 0, 0.106879599, 0)
- ProjectLazarusV1.Size = UDim2.new(0, 235, 0, 371)
- ProjectLazarusV1.Visible = false
- _1rLazarus_2.Name = "1rLazarus"
- _1rLazarus_2.Parent = ProjectLazarusV1
- _1rLazarus_2.BackgroundColor3 = Color3.new(1, 1, 1)
- _1rLazarus_2.BackgroundTransparency = 1
- _1rLazarus_2.Size = UDim2.new(0, 235, 0, 47)
- _1rLazarus_2.Font = Enum.Font.GothamBlack
- _1rLazarus_2.Text = "1rLazarus"
- _1rLazarus_2.TextColor3 = Color3.new(1, 0, 0)
- _1rLazarus_2.TextSize = 24
- _1rLazarus_2.TextWrapped = true
- INFAmmo.Name = "INFAmmo"
- INFAmmo.Parent = ProjectLazarusV1
- INFAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
- INFAmmo.BackgroundTransparency = 1
- INFAmmo.Position = UDim2.new(0, 0, 0.19137466, 0)
- INFAmmo.Size = UDim2.new(0, 235, 0, 32)
- INFAmmo.Font = Enum.Font.GothamBold
- INFAmmo.Text = "INF Ammo"
- INFAmmo.TextColor3 = Color3.new(0.72549, 0.0235294, 0)
- INFAmmo.TextScaled = true
- INFAmmo.TextSize = 14
- INFAmmo.TextWrapped = true
- INFAmmo.MouseButton1Down:connect(function()
- for _,v in pairs(debug.getregistry()) do
- if typeof(v) == "table" then
- if v.Ammo then
- v.Ammo = math.huge
- end
- end
- end
- end)
- ESP.Name = "ESP"
- ESP.Parent = ProjectLazarusV1
- ESP.BackgroundColor3 = Color3.new(1, 1, 1)
- ESP.BackgroundTransparency = 1
- ESP.Position = UDim2.new(0, 0, 0.431266844, 0)
- ESP.Size = UDim2.new(0, 235, 0, 32)
- ESP.Font = Enum.Font.GothamBold
- ESP.Text = "Zombie ESP"
- ESP.TextColor3 = Color3.new(0.72549, 0.0235294, 0)
- ESP.TextScaled = true
- ESP.TextSize = 14
- ESP.TextWrapped = true
- ESP.MouseButton1Down:connect(function()
- function CreateESPPart(BodyPart,color)
- local ESPPartparent = BodyPart
- local Box = Instance.new("BoxHandleAdornment")
- Box.Size = BodyPart.Size + Vector3.new(0.1, 0.1, 0.1)
- Box.Name = "ESPPart"
- Box.Adornee = ESPPartparent
- Box.Color3 = color
- Box.AlwaysOnTop = true
- Box.ZIndex = 5
- Box.Transparency = 0.8
- Box.Parent = BodyPart
- end
- local zombs = workspace.Baddies:getChildren()
- for i=1,#zombs do
- local bodypart = zombs[i]:getChildren()
- for i=1,#bodypart do
- if bodypart[i].ClassName == "Part" then
- CreateESPPart(bodypart[i], Color3.fromRGB(0,255,0))
- end
- end
- end
- workspace.Baddies.ChildAdded:Connect(function(zomb)
- wait(1)
- local bodypart = zomb:getChildren()
- for i=1,#bodypart do
- if bodypart[i].ClassName == "Part" then
- CreateESPPart(bodypart[i], Color3.fromRGB(0,255,0))
- end
- end
- end)
- end)
- KillAllZombies.Name = "KillAllZombies"
- KillAllZombies.Parent = ProjectLazarusV1
- KillAllZombies.BackgroundColor3 = Color3.new(1, 1, 1)
- KillAllZombies.BackgroundTransparency = 1
- KillAllZombies.Position = UDim2.new(0, 0, 0.654986501, 0)
- KillAllZombies.Size = UDim2.new(0, 235, 0, 32)
- KillAllZombies.Font = Enum.Font.GothamBold
- KillAllZombies.Text = "Kill All Zombies"
- KillAllZombies.TextColor3 = Color3.new(0.72549, 0.0235294, 0)
- KillAllZombies.TextScaled = true
- KillAllZombies.TextSize = 14
- KillAllZombies.TextWrapped = true
- KillAllZombies.MouseButton1Down:connect(function()
- local getrawmetatable = getrawmetatable or debug.getmetatable
- local make_writeable = make_writeable or setreadonly or changereadonly or change_writeable
- make_writeable(getrawmetatable(game), false)
- local backup = getrawmetatable(game).__namecall
- local Zombies={}
- _G.WeaponKey = nil
- getrawmetatable(game).__namecall = function(self, ...)
- local packed = {...}
- if not _G.WeaponKey then
- if packed[#packed] == 'FireServer' then
- if self.Name == 'Damage' then
- _G.WeaponKey = packed[2]
- warn('Key acquired.')
- return backup(self, ...)
- end
- end
- end
- return backup(self, ...)
- end
- local KILLALL = function()
- for k,v in next, workspace.Baddies:GetChildren()do
- if v.Name == 'Zombie' then
- table.insert(Zombies, v)
- end
- end
- table.foreach(Zombies, function(k,v)
- if not _G.WeaponKey then
- return
- end
- local status, ret = xpcall(function()
- return v.Humanoid.Damage
- end, function(err) warn('Remote not found.') end)
- if status then
- --repeat wait()
- ret:FireServer(
- {
- ["BodyPart"] = v['HeadBox'],
- ["GibPower"] = 100,
- ["Damage"] = v.Humanoid.MaxHealth,
- },_G.WeaponKey)
- --until v.Humanoid.Health <= 0
- end
- end)
- end
- game:GetService('UserInputService').InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.E then
- if _G.WeaponKey then
- KILLALL()
- else
- print('No key')
- end
- end
- end)
- end)
- OPGuns.Name = "OPGuns"
- OPGuns.Parent = ProjectLazarusV1
- OPGuns.BackgroundColor3 = Color3.new(1, 1, 1)
- OPGuns.BackgroundTransparency = 1
- OPGuns.Position = UDim2.new(0, 0, 0.84636116, 0)
- OPGuns.Size = UDim2.new(0, 235, 0, 32)
- OPGuns.Font = Enum.Font.GothamBold
- OPGuns.Text = "OP Guns"
- OPGuns.TextColor3 = Color3.new(0.72549, 0.0235294, 0)
- OPGuns.TextScaled = true
- OPGuns.TextSize = 14
- OPGuns.TextWrapped = true
- OPGuns.MouseButton1Down:connect(function()
- local m = require(game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Weapon1"))
- m.StoredAmmo = math.huge
- m.MagSize = math.huge
- m.Semi = false
- m.Damage = {Max = 1500000, Min = 10000}
- m.Spread = {Min = 0, Max = 0}
- m.BulletPenetration = 1500
- m.FireTime = 0
- end)
- Close.Name = "Close"
- Close.Parent = ProjectLazarusV1
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.Size = UDim2.new(0, 39, 0, 33)
- Close.Font = Enum.Font.GothamBold
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0.898039, 0, 0)
- Close.TextSize = 24
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- ProjectLazarusV1.Visible = false
- end)
- Credit.Name = "Credit"
- Credit.Parent = ProjectLazarusV1
- Credit.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit.BackgroundTransparency = 1
- Credit.Position = UDim2.new(0, 0, 0.932614565, 0)
- Credit.Size = UDim2.new(0, 235, 0, 25)
- Credit.Font = Enum.Font.GothamBlack
- Credit.Text = "Made by ???�??#0340"
- Credit.TextColor3 = Color3.new(1, 0, 0)
- Credit.TextSize = 15
- Credit.TextWrapped = true
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = _1rLazarus
- OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenFrame.BackgroundTransparency = 1
- OpenFrame.Position = UDim2.new(0.481801361, 0, 0.233415231, 0)
- OpenFrame.Size = UDim2.new(0, 100, 0, 100)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(1, 1, 1)
- Open.BackgroundTransparency = 1
- Open.Position = UDim2.new(-7.80999994, 0, 4.69999981, 0)
- Open.Size = UDim2.new(0, 44, 0, 47)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "|||"
- Open.TextColor3 = Color3.new(0.678431, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 32
- Open.TextStrokeColor3 = Color3.new(0.745098, 0, 0.0117647)
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- ProjectLazarusV1.Visible = true
- OpenFrame.Visible = false
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment