ADVERTISEMENTREMOVE ADS
Kill Aura
54,773 views
Script Preview
Description
Very glitchy
Sometimes it works sometimes it doesn't
Features:
- Kill Aura
ADVERTISEMENTREMOVE ADS
19 Lines • 536 Bytes
local kAura = true
while kAura and task.wait() do
for i,v in ipairs(game:GetService("Players"):GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer then
local args = {
[1] = "M1",
[2] = {
["Enemy"] = v.Character
}
}
game:GetService("ReplicatedStorage").Remotes.Combat:InvokeServer(unpack(args))
end
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments