CAT INFECTION SCRIPT | LOOP KILL ALL

Created by e621

Features:

local p = game:GetService("Players")
local lp = p.LocalPlayer
local rs = game:GetService("RunService").RenderStepped
while rs:Wait() do
for i,v in next, game.Players:GetPlayers() do
if v~=lp and lp.Character and lp.Character:FindFirstChild("HumanoidRootPart") and v.Character and v.Character:FindFirstChild("HumanoidRootPart") then
pcall(function()
game:GetService("ReplicatedStorage").ConnectM6D:FireServer(v.Character.HumanoidRootPart)
rs:Wait()
v.Character.HumanoidRootPart.CFrame=CFrame.new(10,-1000000,10)
end)
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!