ADVERTISEMENTREMOVE ADS
Auto/Insta kill all
47,556 views

Script Preview
Description
Features:
✔ Loops through all players dynamically
✔ Skips the local player
✔ Continuously fires the damage event for every player
✔ Runs smoothly without lag
Tested with
ADVERTISEMENTREMOVE ADS
24 Lines • 797 Bytes
_G.ToggleDamageAll = true
task.spawn(function()
while task.wait(0) do
if _G.ToggleDamageAll then
local players = game:GetService("Players")
local localPlayer = players.LocalPlayer
for _, player in pairs(players:GetPlayers()) do
if player ~= localPlayer and player.Character then
local args = {
[1] = 10000000000000000,
[2] = workspace:FindFirstChild(player.Name)
}
if args[2] then
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("Damage"):FireServer(unpack(args))
end
end
end
end
end
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







Comments
Bro your script is not working fix this
It's work,thanks!
Bro kill is not good function add inf size script
@FahadAshfaq someone already released a inf strenght