automatically kills all the zombies in every level, collects any coin that drops, then automatically escapes for you on the last level. this works in ALL game modes even nightmare.
ALL executors are supported
1getgenv().Settings = {
2 AutoReplay = true, -- if true, the game will automatically replay and start the script again
3 manualAttack = false, -- set this to true if you experience issues with doing damage to zombies
4}
5
6loadstring(game:HttpGet("https://raw.githubusercontent.com/raxscripts/LuaUscripts/refs/heads/main/HuntyZombie.lua"))()