Functions: Instant Kill

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.toggle = true
while _G.toggle and wait(0.7) do
for i, v in pairs(game.Workspace:GetDescendants()) do
if v.Name == "Head" and v.Parent.Parent.Name == "Stuff" then
v:Destroy()
end
end
end

Leave a Comment