Created by Vep#1530
Features:
- KILL AURA
- OPEN SOURCE
SCRIPT:
attack = true
while attack do wait(.3)
pcall(function()
local args = {
[1] = "ForTheKiddies"
}
game:GetService("Players").LocalPlayer.Character.Client.Events.LightAttack:FireServer(unpack(args))
end)
end