Michael’s Zombies | Kill Aura

MADE BY Dwuck

FEATURE:

  • KILL AURA
  • .
  • https://www.roblox.com/games/8054462345/Michaels-Zombies

SCRIPT:

local LocalPlayer = game.Players.LocalPlayer

getgenv().run_loopy_pls2 = true

function is_within_distance(zombie, dist)
    if zombie:FindFirstChild("HumanoidRootPart") and LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
        return (LocalPlayer.Character.HumanoidRootPart.Position - zombie.HumanoidRootPart.Position).Magnitude <= (dist or 30)
    end
    return false
end


while task.wait(.1) and run_loopy_pls2 do
    for i,v in pairs(workspace.Ignore.Zombies:GetChildren()) do
        if v and v:FindFirstChild("Humanoid") and v:FindFirstChild("HumanoidRootPart") and is_within_distance(v, 80) then
            game:GetService("ReplicatedStorage").Framework.Remotes.KnifeHitbox:FireServer(v.Humanoid)
        end
    end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!