Ready for an all-out apocalypse escape? Zombie Survival Shooter throws you straight into a world overrun by zombies. Zombies attack from every direction.
var openMenu=function(){
var e=document.getElementById("menu");
e.classList.toggle("default")
var d=document.getElementById("showMenuBtn");
d.classList.toggle("xbutton")
}
if (top.location!= self.location) {
top.location = self.location.href;
}