Functions: Kill all

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
_G.KillAll = true
while _G.KillAll do task.wait(.1)
for i,v in pairs(game.Players:GetPlayers()) do
if v.Character:FindFirstChild("LeftHand") then
local args = {
[1] = v.Character,
[2] = v.Character.LeftHand,
[3] = Vector3.new(0,0,0)
}
game:GetService("ReplicatedStorage").REvents.OnHit:FireServer(unpack(args))
end
end
end

Leave a Comment