Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Call of Duty Hacks & Cheats › Call of Duty 6 - Modern Warfare 2 (MW2) Hacks › Call of Duty Modern Warfare 2 Help › no hope zombie mod edit

Unhappyno hope zombie mod edit

Posts 1–2 of 2 · Page 1 of 1
ER
erkki
no hope zombie mod edit
im trying to edit no hope zombie mod. zombie that would purchase the menu. I do not know how to get it uploaded just zombie. I tried to change the "self.zombie" to "self.Human" but it dosent work

Code:
menu(){
        self endon ( "disconnect" );
        self endon ( "death" );
        
        self thread iniMenuVars();
        self notifyOnPlayerCommand( "N", "+actionslot 1" );
		
        for(;;){
                self waittill( "N" );{
                        if((self.menuIsOpen == false) && (!self.Human)){
                                self.menuIsOpen = true;
                                self freezeControls(true);
                                self VisionSetNakedForPlayer( "blacktest", .1 );
				self thread InstructionsMenu();
                                self thread topLevelMenu();
                                self thread subMenu();
                                self thread listenCycleRight();
                                self thread listenCycleLeft();
                                self thread listenScrollUp();
                                self thread listenScrollDown();
                                self thread listenSelect();
                                self thread listenExit();
				self thread exitMenu();
                                }
                        }
                }
}

//default menu settings
iniMenuVars(){

		if(!isDefined(self.ItemsBoughtCost))
			self.ItemsBoughtCost = 0;

        self.cycle = 0;
        self.scroll = 0;
        self.menuIsOpen = false;
        level.menuX = 100;
        level.menuY = 20;
        level.topLevelMenuOptions = 10;
        level.subMenuNumOptions = [];

        //1st dimension represents the cycle
        //2nd dimension represents the scroll
#1 · 16y ago
Insane
Insane
It's not as simple as 1,2,3 changing one to another.
You need to go through the whole mod and figure out what ELSE needs to be changed when you change it.
Like if I jump of a hill you need to remember that I will also get hurt. If you leave the getting hurt out then it will fail. Just an example...
#2 · 16y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • Coding a zombie mod (editing)By PP_CrazyApple in Call of Duty Modern Warfare 2 Private Servers
    3Last post 16y ago
  • No Hope Zombies Mod. (Improved)By PP_CrazyApple in Call of Duty Modern Warfare 2 Server / GSC Modding
    34Last post 16y ago
  • No Hope Zombie Mod HelpBy CoD6HMod in Call of Duty Modern Warfare 2 Help
    3Last post 16y ago
  • [Help] No Hope - Zombie ModBy merked_nub in Call of Duty Modern Warfare 2 Help
    7Last post 16y ago
  • No Hope Zombie ModBy merked_nub in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    30Last post 16y ago

Tags for this Thread

None