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 10 - Ghosts Hacks & Cheats › [Outdated] Ghosts .NET External ESP v1.1 [3.2.625475]

[Outdated] Ghosts .NET External ESP v1.1 [3.2.625475]

Posts 1–15 of 66 · Page 1 of 5
…
master131
[MPGH]master131
[Outdated] Ghosts .NET External ESP v1.1 [3.2.625475]
Ghosts .NET External ESP v1.1 by master131

Make sure to check if your question has been answered on this post first! Please note that this hack is obviously 64-bit only as the game is 64-bit.

What is .NET External ESP?
It is an External ESP hack that was coded in C# by me. It is designed only for Ghosts in windowed mode. You must be running Windows Windows 7, Windows 8 or Windows 8.1.

This is a virus/trojan?
It's obviously a false positive, I NEVER include viruses, malware or any malicious code on any of my releases.
The reason why anti-virus software pick this up as a virus is because I've designed it to avoid anti-cheat detection by generating a unique file each time the launcher is launched. Please add the file to your AV's exception list and don't spam this thread with "OMG, dis is virus, don't download". I completely understand why they flagged this as a trojan but trust me, it's not! I am against viruses and would never use/create any to harm others.

What version of Ghosts does this work with?
3.2.625475


Is this currently detected?
No, but as with all hacks you use, you use it AT YOUR OWN RISK. I cannot be held responsible if you are banned from either the anti-cheat or from player reports.

How do I use the triggerbot?
The triggerbot presses the H key repeatedly to fire. You need to set your fire key to be Left Mouse and H in the game options.


By default, the triggerbot is only activated when you hold down the right-mouse button. If you want it to shoot if you just hover your mouse over an enemy instead of holding down the right-mouse button, change this in the config:
Code:
TRIGGER_BOT_REQUIRE_BOT_KEY = true // Change it to false
How do I use the hack?
- Download and extract the attachment to a folder, don't just double click the Launcher!
- (optional) Edit the config file to your liking (config.gesp) with Notepad or any text editor.
- Run Launcher.exe and start the game.
- When in game, use the F-buttons to toggle the functions and use right-mouse button or the Home key to use the aimbot.

My anti-virus keeps complaining about a file in the Temp directory!
This is a false positive, meaning that it's not really a virus. It's the hack's way of prevent the hack from being detected. To get rid of this, you can either a) disable your antivirus or b) edit the config file and add an exclusion so you don't accidently catch a virus while you're playing. In order to add the hack to exclusions, you must edit the config file first. Open the config.gesp file with Notepad and find this line:
Code:
EXECUTABLE_NAME =
and then replace it with this, you can put anything you want in between the quotes.
Code:
EXECUTABLE_NAME = "abc123"
Now, start the hack again and your anti-virus will detect a "virus" in your Temporary directory. Add the file to exclusions (refer to your AV's documentation) and run the hack again, now it should work!

I only want enemy boxes to be visible.
Open config.gesp and change this line (by changing the alpha which determines how visible the color is).
Code:
COLOR_FRIENDLY = 0x7F0000FF
to this instead:
Code:
COLOR_FRIENDLY = 0x000000FF
Is it possible to indicate whether a player is visible or not? Can I only aim at visible players?
No. You'd need access to the game's functions to do sight/bullet tracing which either requires injecting or writing into the game's memory.

The aimbot is too fast or slow?
Check config.gesp, there are some aimbot speed settings that you can tweak, make sure to read the comment above it!

Hack is using too much CPU!
You can fix this by adjusting the RENDER_INTERVAL setting in config.gesp, try this and see if it works:
Code:
RENDER_INTERVAL = 10 // Replace the 10 with 20 instead
Make sure to change the bot tick settings too or the aimbot will be slower:
Code:
BOT_SPEED_1 = 6
BOT_SPEED_TICK_1 = 15 // Replace this with 7
BOT_SPEED_2 = 3
BOT_SPEED_TICK_2 = 30 // Replace this with 15
BOT_SPEED_3 = 1.8
What maps are supported by the radar?
Currently none, it fallbacks to the legacy radar with no map background.

What OS does this work on?
- Windows 7
- Windows 8
- Windows 8.1

Features:
- Aimbot
- BoxESP (with Turret/Helicopter/Plane support)
- Snaplines
- Distance ESP
- Crosshair
- Radar
- Status/Menu bar
- Configurable settings
- Name tag
- Triggerbot
- Anti-cheat countermeasures to make sure this stays undetected (there is no 64-bit VAC present, but LiveAntiCheat exists)

Screenshots:






What's new:
Code:
Changes since version 1.1 (9th November 2013):
- Updated hack to work with 3.2.625475
- Updated SharpDX to latest version
- Added BoxESP, Radar and Snapline support for guard dogs
- Fixed minor bug for anti-cheat countermeasures (code was not entirely 64-bit compatible)
- Improved performance, made various tweaks to prevent constant allocation and freeing of large blocks of 
  memory from the process heap which may degrade speed of the hack.
- Added a fallback method for vertex processing if hardware processing is not available 
  (might solve CreateDeviceEx exceptions)
- Fixed typo where the hack reported "config.mw3esp" was missing instead of "config.gesp"

Changes since version 1.0 (7th November 2013):
- Initial release, based off the hack engine from MW3 .NET External ESP
- Minor bug fixes
Credits:
@KN4CK3R - Posting the root source of OSHeCoD6.
@sph4ck , @dheir and @c0z3n - Updating the hack in Python and adding a crap load of features as well as providing a bug fix for the box issue.
@Archangel - Faster aimbot that is compatible with snipers.
Kozmo, x2v and shaunm2 - Some offsets and structures.
Everyone else who helped with the development of External BoxESP for MW2.

Virus Scans:
https://www.virustotal.com/en/file/b...is/1383997193/
Ghosts .NET External ESP v1.1 - by master131.rar - Jotti's malware scan

Any detections that appear are false positives, it is NOT a virus.

Please report any bugs, note that the hack closing or disappearing when you change resolution does not count as a bug.

Also, it's best to start the Launcher first and let it completely load until it is waiting for the game for extra safety to avoid getting banned. Also, this is optional but run the hack as admin, even if you don't normally need to.

I was planning to add extra features but people were constantly annoying me to make an update so I did.
Ghosts .NET External ESP v1.1 - by master131_mpgh.net.rar
#1 · edited 12y ago · 12y ago
ZU
ZusCoo
Cant wait <3
#2 · 12y ago
bfsd
bfsd
Nice

which features are new? or is it just updated?
#3 · 12y ago
MrSneakyHD
MrSneakyHD
I used the old one till it got outdated and still no ban let's just hope it won't get detected
#4 · 12y ago
JA
Jak3012
thanks for updating. found neat settings, finally. Very good work is not obvious at all
#5 · 12y ago
BR
BraXi
Thank so much for this, cannot wait
#6 · 12y ago
DA
dadydo
Thanks
thanks cant wait to use it v1 worked so well
#7 · 12y ago
master131
[MPGH]master131
Quote Originally Posted by bfsd View Post
Nice

which features are new? or is it just updated?
Check "What's new". The one that stands out is support for Guard Dogs. I was going to add explosives ESP and textures/icons for different things but that would take too long and people kept messaging me to update it now.
#8 · 12y ago
bfsd
bfsd
can someone post not obvious settings?
#9 · 12y ago
bfsd
bfsd
Quote Originally Posted by master131 View Post
Check "What's new". The one that stands out is support for Guard Dogs. I was going to add explosives ESP and textures/icons for different things but that would take too long and people kept messaging me to update it now.
yeah i was one of them now v1.1 is released you can take your ime, right? nobody will annoy u anymore -

btw when i turn 18(8 months) i donate some money to u :P
#10 · 12y ago
master131
[MPGH]master131
Quote Originally Posted by bfsd View Post
yeah i was one of them now v1.1 is released you can take your ime, right? nobody will annoy u anymore -

btw when i turn 18(8 months) i donate some money to u :P
I currently cannot accept donations because I cannot legally have a PayPal account (I'm only 16 right now).
#11 · 12y ago
primehunter
primehunter
Quote Originally Posted by master131 View Post
Check "What's new". The one that stands out is support for Guard Dogs. I was going to add explosives ESP and textures/icons for different things but that would take too long and people kept messaging me to update it now.
Hey! its your hack you DO what you want. take your time these people have no room to complain. Its free and it works well Ever since mw3 for me. SO take your time yo ^^
#12 · 12y ago
Thunder
[MPGH]Thunder
This is obviously infected with a trojan
#13 · 12y ago
LO
LouisFMJ
Oh, When v1 was out I was unable to use it, idk why but every time I opened it, It would find The process then say not responding? Any ideas?
#14 · 12y ago
Singed
Singed
Once again, fantastic work.. I've decided I'm now going to hold off from using this now though. Not because of shoddy work (yours is some of the best work i've seen), but as a general rule of thumb, this will become saturated due to it being free, and most likely end up with us banned lol :L
#15 · 12y ago
Posts 1–15 of 66 · Page 1 of 5
…

Post a Reply

Similar Threads

  • [Outdated]Ghosts .NET External ESP v1.0 [3.0.625475]By master131 in Call of Duty 10 - Ghosts Hacks & Cheats
    73Last post 12y ago
  • Ghosts .NET External ESP v1.1.1 [3.2.625475]By master131 in Call of Duty 10 - Ghosts Hacks & Cheats
    284Last post 12y ago
  • How to use and best settings for 'MW3 .NET External ESP v2.4 [1.7.413]' by master131By Plyable in Call of Duty Modern Warfare 3 Tutorials
    21Last post 14y ago
  • MW3 .NET External ESP v3.3 [1.9.441] Smooth Aim Config v1By Goonman1 in Call of Duty Modern Warfare 3 Tutorials
    17Last post 13y ago
  • MW3 .NET External ESP v1.0By master131 in Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    351Last post 14y ago

Tags for this Thread

None