All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Undertale Kill All

The Undertale Kill All code is below. Copy & inject it into the game. Enjoy!

_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