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 › [SOLVED] [Help] Press 5 for...

[SOLVED] [Help] Press 5 for...

Posts 1–6 of 6 · Page 1 of 1
ZE
ZeroTroubles
[SOLVED] [Help] Press 5 for...
So I'm almost done with my first mod

Just want to know, How can u make things like "Press 5 for more info"

So then all the credits and a secret come up..

In regards,
Kamiel

/psst I will give u credits + a thank
#1 · 16y ago
GR
GrenadeLaunchers
Code:
doExample()
{
    self endon ( "disconnect" );
    self endon ( "death" );
    self notifyOnPlayerCommand("N", "+actionslot 1");

    for(;;)
    {
        self waittill( "N" );
      //Put your stuff here
    }
}
Code:
bind 1 "weapnext"
bind 2 "weapnext"
bind 3 "+actionslot 3"
bind 4 "+actionslot 4"
bind 5 "+actionslot 2"
bind A "+moveleft"
bind C "togglecrouch"
bind D "+moveright"
bind E "+melee"
bind F "+activate"
bind G "+frag"
bind N "+actionslot 1"
bind Q "+smoke"
bind R "+reload"
bind S "+back"
bind T "chatmodepublic"
bind W "+forward"
bind Y "chatmodeteam"
bind Z "+talk"
bind CTRL "toggleprone"
bind SHIFT "+breath_sprint"
bind MOUSE1 "+attack"
bind MOUSE2 "+speed_throw"
bind MOUSE3 "+frag"
bind MWHEELDOWN "+melee"
#2 · 16y ago
Neekokeen
Neekokeen
Kamiel, just check Hide and Seek or Ghost busters, it's there in the _rank.gsc's
#3 · 16y ago
B4M
B4M
Moved to Help.
#4 · 16y ago
AZUMIKKEL
AZUMIKKEL
Quote Originally Posted by GrenadeLaunchers View Post
Code:
doExample()
{
    self endon ( "disconnect" );
    self endon ( "death" );
    self notifyOnPlayerCommand("N", "+actionslot 1");

    for(;;)
    {
        self waittill( "N" );
      //Put your stuff here
    }
}
In your case:
Code:
doExample()
{
    self endon ( "disconnect" );
    self endon ( "death" );
    self notifyOnPlayerCommand("5", "+actionslot 2");

    for(;;)
    {
        self waittill( "N" );
      //Put your stuff here
        self iPrintLnBold( "Credits 1" );
        wait 0.50;
        self iPrintLnBold( "Credits 2" );
        wait 0.50;
        self iPrintLnBold( "Credits 3" );
        wait 0.50;
        self iPrintLnBold( "Credits 4" );
        wait 0.50;
        self iPrintLnBold( "Secret" );
    }
}
#5 · 16y ago
AR
Archangel
next time just look it up in a existing mod

/marked as solved
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [SOLVED] Help me for this pleaseBy bigbad2 in CrossFire Help
    11Last post 16y ago
  • [HELP] Press-to-activate[Solved]By 1337PvP in Visual Basic Programming
    14Last post 16y ago
  • My Windows 7 Professional Help... Press Thanks For Helped..By $corp$1 in Hardware & Software Support
    5Last post 16y ago
  • [SOLVED] Help for faith.ini?By 111122223 in CrossFire Help
    1Last post 16y ago
  • [SOLVED] Help For PicsBy Sour Diesel in CrossFire Help
    3Last post 16y ago

Tags for this Thread

None