Find any script for Roblox

Enter the name of the game or script.

Karate Kick Simulator script – (Kill all)

Functions: Kill all

Script developer: SuBaMoR

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

Your email address will not be published. Required fields are marked *