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 11 - Advanced Warfare Hacks & Cheats › Advanced Warfare External Console ( SP/MP ) - By Kenshin13

PostAdvanced Warfare External Console ( SP/MP ) - By Kenshin13

Posts 1–15 of 96 · Page 1 of 7
…
Hitokiri~
Hitokiri~
Advanced Warfare External Console ( SP/MP ) - By Kenshin13
After two-three years I've finally decided to forgive MPGH for screwing me over a while back and actually make my first official release - without some of the feisty features I had initially planned to add since I'm too lazy.

Let me stress this for the idiots who just come here, download stuff and don't read the thread then complain:
READ THE FOLLOWING CAREFULLY. ASK IDIOTIC QUESTIONS AND I WON'T EVEN BOTHER TO RESPOND TO YOU.

First off, what is this? As the thread name implies, it's an external console. I.E. This application does everything you'd expect a CoD console to do such as those seen in MW2 etc. except far more.

What exactly are the specific features of it?

- Execute commands directly via Cbuf_AddText ( See here )
- Execute commands via SV_GameSendServerCommand() ( See here )
- Dump all DVARS/CVARS in the game with information on each of them.
- Updating functionality. Uses a small file ( vdef.dat ) for future updates. Just download the new update file and drop it in your folder

So let's give you an idiot's approach to starting this:

-> Download the attached file.
-> Open the executable
-> Start CoD:AW
-> ...?
-> Profit.

The available command triggers for this are the following: ( N.B. Any command entered that doesn't start with one of the following acronyms followed by a space gets redirected to the Cbuf_AddText console )
Code:
svc - SV_GameSendServerCommand()
cbuf - Cbuf_AddText()
cls - Clears console output window.
exit - As the name suggests, exits the console.
var_dmp - Dumps all variables ( cvars/dvars ) to "[ GAME_VERSION -- SinglePlayer / MultiPlayer ]_CvarDump.txt" in the current directory.
Now for most of you, you'd only be using Cbuf_AddText functionality. What can you do with this specific function?

- You can execute scripts as the game does
- You can modify cvars/dvars directly
- You can execute some commands that get redirected to the game ( Eg. "say Hi. This message was sent from my external console" )
- Execute Cmd_Functions ( such as vid_restart etc. )

Here's some examples for this command:

Code:
// This sends the chat message "Hello World!" to whatever game you are currently in
cbuf say "Hello World!"

// This edits the cvar com_maxFPS to 100
cbuf com_maxfps 9999

// This executes your config_mp.cfg file
cbuf exec "config_mp.cfg"

// This restarts your video screen
cbuf vid_restart
For SV_GameSendServerCommand() here are some examples: ( REQUIRES HOST - This affects ALL players in the game )
Code:
// Prints red text in the killfeed saying "Hello World!"
svc f "^1Hello World!"

// Prints red text in the center of the screen saying "Hello World!"
svc g "^1Hello World!"

// FPS optimizer. I call this one "cartoon mode"
svc z a

// Resets the cartoon mode above
svc z b

// Sets a vision
svc J < vision name >
// Where < vision name is one of:
// aftermath  - After nuke
// black_bw  - Completely black
// cheat_bw  - Greyscale
// default_night  - Light night
// default_night_mp - Dark night
// near_death  - Blood red
// default   - Resets to normal vision

// This is called "SetClientDvar()" which you can use to do all sort of nifty tricks on clients. Eg. toggle promod mode etc.
svc q < Dvar Index > "< Dvar Value >"
// The dvar index is an integer from an array index.
// This is actually not hard coded and you'll need to find it yourself.
// The offset of the function used to convert dvar names to function ids for v1.13 is 0x140341F10
// Pattern: 44 8B 0D ?? ?? ?? ?? 33 C0 45 85 C9 74 17
Dvar dumping basically just dumps all registered cvars in the game in the following format:
Code:
Dvar Name: [ xxxxxxxxxxxxxxxx ]
Dvar Permssions: [ xxxxxxxxxxxxxxxx ]
Dvar Type: [ xxxxxxxxxxxxxxxx ]
Dvar Base: [ xxxxxxxxxxxxxxxx ]
Dvar Offset Value: [ xxxxxxxxxxxxxxxx ]
 
Screenshots

Cartoon Mode

Console startup

Cbuf_AddText example using "say" command

Killfeed print example ( iprintln )

Centered print example ( iprintlnbold )



 
Virus Scans





Enjoy skids.
Call of Duty - Advanced Warfare External Console_mpgh.net.zip
#1 · edited 11y ago · 11y ago
Dave's Mexican
Dave's Mexican
its finally out!
good job
this is going to bee the #1 cheat nabs are going to use this point forward
#2 · edited 11y ago · 11y ago
Hitokiri~
Hitokiri~
Quote Originally Posted by im Fred View Post
its finally out!
good job
this is going to bee the #1 cheat nabs are going to use this point forward
If they're smart enough. I won't keep my hopes up.
#3 · 11y ago
Dave's Mexican
Dave's Mexican
Quote Originally Posted by Hitokiri~ View Post


If they're smart enough. I won't keep my hopes up.
after someone makes a tutorial of course
#4 · 11y ago
JO
Josh1969WTH
Can be ban for this ?
#5 · 11y ago
Dave's Mexican
Dave's Mexican
Quote Originally Posted by Josh1969WTH View Post
Can be ban for this ?
yes but right now the chance is very low but it will increse over time
#6 · 11y ago
Hitokiri~
Hitokiri~
Quote Originally Posted by im Fred View Post


yes but right now the chance is very low but it will increse over time
Yep, should be a while.
#7 · 11y ago
SammyDoge1
SammyDoge1
ehehe i can see some good use in this, cheers!
#8 · 11y ago
akim14
akim14
Approved
#9 · 11y ago
OV
overkilln00b
Its awesome release, just for know, with this tool and the right command, i could activate a sort of esp-uav that show me always the right place of enemies? Or this is a tool that can permits to create an hack for that?
#10 · 11y ago
SE
SeNsoR.H4x
Thx for this

And very good job...
#11 · 11y ago
CR
Crezino
Nice to see releases again by kenshin.
#12 · 11y ago
rudsec
rudsec
Amazing, but is it suppose to crash when dumping
#13 · 11y ago
OV
overkilln00b
in the Cvar/dvar dump there is this

Dvar Name: [ aim_autoaim_enabled ]
Dvar Permissions: [ 0x00000100 ]
Dvar Type: [ 116 ]
Dvar Base: [ 0x14A9B00B0 ]
Dvar Offset Value: [ 0x14A9B00C0 ]
with that we could enable an aimbot?
#14 · 11y ago
Dave's Mexican
Dave's Mexican
Quote Originally Posted by overkilln00b View Post
in the Cvar/dvar dump there is this



with that we could enable an aimbot?

//u r a stupid fgt
#15 · 11y ago
Posts 1–15 of 96 · Page 1 of 7
…

Post a Reply

Similar Threads

  • Best console for Advanced WarfareBy Minnesota Dabs in Call of Duty Advanced Warfare Discussions
    5Last post 11y ago
  • Modern Warfare 2 Console .182By Bluthera in Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    214Last post 16y ago
  • Modern Warfare 2 Console HelpBy MasterJ in Call of Duty Modern Warfare 2 Help
    7Last post 16y ago
  • Modern warfare 2 consoleBy Hjalmar in Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    2Last post 16y ago
  • Modern warfare 2 consoleBy Ownage1 in Call of Duty Modern Warfare 2 Help
    19Last post 16y ago

Tags for this Thread

None