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 9 - Black Ops 2 (BO2) Hacks & Cheats › [Leeched] Simple ESP + Source

[Leeched] Simple ESP + Source

Posts 1–15 of 369 · Page 1 of 25
…
RO
Royce
[Leeched] Simple ESP + Source
Hello, i decided to release a small and simple ESP for this game, including source code. Hopefully this will bring some hacks to the scene or atleast help someone get started with the game.

The source code contains more than it should to accomplish doing the ESP.
Also has a few exception examples around one DVar tho.. mostly to give a better understanding to some.
So have fun and make some mean hacks:P

It will probably stay undetected for a little while:P It does not have any protection against AC's but then again, i atleast never bothered protecting my private cheats for cod, never been banned

The loader is quite old and simple, cant remember if it supports XP due to a stupid mistake i might have done. So just use Winject or whatever loader you normally would use.

Features:
- Distance ESP
- Weapon ESP (+ shader)
- Name ESP
- Box ESP

Screenshot


Credits
- godly
- shounm2
- CypherPresents
- cardoow
- kingorgy
- raiders
(There are ton of other people)

Virus Scan
Virus Scan 1 | Virus Scan 2

DOWNLOAD

Note:
Before anyone complains that this is a mess.. THIS IS A MESS
And ive commented some:P

I forgot to check game status.
If your interested and doesnt want to draw in the menu just add this: (others are STATUS_PLAYING and STATUS_SCOREBOARD)

Code:
void Draw_On_Screen()
{
	if(*(int*)0x11407DC==STATUS_MENU)
		return;
+ i forgot that i added weapon in client so u can also get shader by doing this:
Code:
if(pCli->pCurrentWeapon)
		{
			int iWpnWidth=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,280);
			int iWpnHeight=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,140);
			if(iWpnWidth>80) iWpnWidth=80;
			if(iWpnHeight>40) iWpnHeight=40;
			if(iWpnWidth<50) iWpnWidth=50;
			if(iWpnHeight<25) iWpnHeight=25;
			DrawRotatedShader(false,x-iWpnWidth/2,y,iWpnWidth,iWpnHeight,0,rgb(clrTeam.r,clrTeam.g,clrTeam.b,200),pCli->pCurrentWeapon->pShader);
		}
instead of
Code:
if(pEnt->iWeaponID && CG_GetWeaponInfo(pEnt->iWeaponID)->pWeapon2)
		{
			int iWpnWidth=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,280);
			int iWpnHeight=(int)DistanceBox(pRefDef->vViewOrg,pEnt->vOrigin,140);
			if(iWpnWidth>80) iWpnWidth=80;
			if(iWpnHeight>40) iWpnHeight=40;
			if(iWpnWidth<50) iWpnWidth=50;
			if(iWpnHeight<25) iWpnHeight=25;
			DrawRotatedShader(false,x-iWpnWidth/2,y,iWpnWidth,iWpnHeight,0,rgb(clrTeam.r,clrTeam.g,clrTeam.b,200),CG_GetWeaponInfo(pEnt->iWeaponID)->pWeapon2->pShader);
		}
NOTE
"Use at own risk!"
[BO2]SimpleESP_mpgh.net.rar
#1 · edited 13y ago · 13y ago
AsianRice
AsianRice
Im surprise someone came up with the box and stuff... mustve been hard to find the codes and stuff... and make a wallhack like this unlike the other one... >.>

---------- Post added at 12:11 AM ---------- Previous post was at 12:10 AM ----------

Even though im not gonna download this I'll thank you for making something great like this ^o^ i didnt think the other wallhack was useful even though cause the player might blend in with the wall or something Lol even i didnt download either... LOL ._.
#2 · 13y ago
d3an26
d3an26
Nice one, might be able to test this baby out today.
#3 · 13y ago
RO
Royce
Approve @-InSaNe- @Nachos
#4 · 13y ago
MU
MunchiePea27
Thank you for this, Burgessjr! Keep up the good work!
#5 · 13y ago
MarkHC
MarkHC
/Approved.

PS: Ban Waves incoming
 
lol


PS²: Added Leeched to the thread's title just to make things clear here
#6 · edited 13y ago · 13y ago
d3an26
d3an26
Quote Originally Posted by -InSaNe- View Post
/Approved. Didn't see any credits, you should add them

PS: Ban Waves incoming
 
lol
I can smell that like my neighbor's weed.
#7 · 13y ago
RO
Royce
Quote Originally Posted by -InSaNe- View Post
/Approved.

PS: Ban Waves incoming
 
lol


PS²: Added Leeched to the thread's title just to make things clear here
Kinda unnecessary.....


also full credits are under image
#8 · 13y ago
MarkHC
MarkHC
Quote Originally Posted by Burgessjr View Post


Kinda unnecessary.....


also full credits are under image
You start the post with "Hello, i decided to release a small and simple ESP for this game, including...", that makes people think you're the one that did this. And you know the level of people that usually "read" these threads... no one will read below the image
#9 · 13y ago
d3an26
d3an26
Meh, I don't like this one (IMO) but great release anyways! I personally prefer the Simple Wallhack. This one crashed my game and I couldn't tell the difference sometimes between the enemy and my teammates. The boxes takes over my screen too even though my screen is 21 inch. Overall a great hack tho! nice job.
#10 · 13y ago
kiijamkcalb
kiijamkcalb
Will have to test this baby out. Thanks, Burgessjr
#11 · 13y ago
mikuru_7
mikuru_7
thanks!!
not banned?
#12 · 13y ago
AsianRice
AsianRice
Not bannable unless u make it obvious
Quote Originally Posted by mikuru_7 View Post
thanks!!
not banned?
#13 · 13y ago
RO
Royce
Quote Originally Posted by d3an26 View Post
Meh, I don't like this one (IMO) but great release anyways! I personally prefer the Simple Wallhack. This one crashed my game and I couldn't tell the difference sometimes between the enemy and my teammates. The boxes takes over my screen too even though my screen is 21 inch. Overall a great hack tho! nice job.
Team mates is green box, enemy is red box......

Quote Originally Posted by -InSaNe- View Post
You start the post with "Hello, i decided to release a small and simple ESP for this game, including...", that makes people think you're the one that did this. And you know the level of people that usually "read" these threads... no one will read below the image
Oh true true, I should of edited a bit more, But your right


---------- Post added at 01:42 AM ---------- Previous post was at 01:41 AM ----------

Quote Originally Posted by mikuru_7 View Post
thanks!!
not banned?
Quote Originally Posted by AsianRice View Post
Not bannable unless u make it obvious
this^^^^^^^
#14 · 13y ago
mikuru_7
mikuru_7
Quote Originally Posted by AsianRice View Post
Not bannable unless u make it obvious
thanks good player.
#15 · 13y ago
Posts 1–15 of 369 · Page 1 of 25
…

Post a Reply

Similar Threads

  • simple esp undetectedBy Tautas in Call of Duty 4 - Modern Warfare (MW) Hacks
    2Last post 16y ago
  • Super Simple ESP?By Daygum in Call of Duty Modern Warfare 2 Help
    7Last post 16y ago
  • Simple ESP v1By XWireA in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    12Last post 15y ago
  • [SOLVED] External Esp source code editing questionBy Demented420 in Call of Duty Modern Warfare 2 Help
    6Last post 16y ago
  • Simple aimbot source codeBy yusako in Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    23Last post 15y ago

Tags for this Thread

None