Script---------------------------------------------------------------------------------------
plr = game.Players.LocalPlayer
plr.Purchased.SpeedyZombie.Value = true
plr.Purchased.CombatZombie.Value = true
plr.Purchased.MageZombie.Value = true
plr.Purchased.GhostZombie.Value = true
plr.Purchased.CombustionZombie.Value = true
plr.Purchased.LightweightZombie.Value = true
plr.Purchased.ToxicZombie.Value = true
plr.Purchased.BoomBox.Value = true
plr.Purchased.BoomBoxPlus.Value = true
plr = game.Players.LocalPlayer
plr.leaderstats.Level.Value = plr.leaderstats.Level.Value +1000
plr.leaderstats.Kills.Value = plr.leaderstats.Kills.Value +10000
Subscribe