www.roblox-scripter.com

Сontent continues after AD

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 execute
Enjoy 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
				
			
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments

Recent posts: