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 › COD: Ghosts - NEOGENESYS Wallhack [v2]

COD: Ghosts - NEOGENESYS Wallhack [v2]

Posts 1–15 of 17 · Page 1 of 2
InUrFace1337
InUrFace1337
COD: Ghosts - NEOGENESYS Wallhack [v2]
InUrFace 1337 Game Hacking/Modding presents: NEOGENESYS - a new breed of cheat.

Features:
-> *True bounding boxes/snaplines/*skeletons/cornerboxes
-> Player info (distance, name, weapon)
-> Agent entities (guard dogs, squad mates, AI controlled juggernauts)
-> Missile entities (explosives, throwing knives)
-> Agent/missile info (distance, owner name, type)
-> Colors based on visibility/team/type (enemy visible, enemy hidden, friendly visible, friendly hidden, agent/missile)

* item is new in this version
Colors:
-> Enemy visible: red
-> Enemy hidden: yellow
-> Friendly visible: blue
-> Friendly hidden: green
-> Agent/missile: purple
Information:

This cheat is internal (.dll file) and must be injected into the game with the injector of your choice. Unlike external cheats, this one will work regardless of window mode. This cheat fully supports fullscreen mode and has no performance impact on the game itself. All drawing is done using the game's own engine functions, and therefore is free of external drawing libraries such as directx or opengl. The game is hooked by the .dll using a vectored exception handler hook which is much stealthier than detours and is the preferred method for call of duty games.

Screenshot:


Source of my hook:
Code:
#define OFF_CHATHEIGHT 0x1419A9788
#define OFF_DRAWCHATMESSAGES 0x14025C709
#define OFF_ADDTOTEAMCHAT 0x140286B7E

LPVOID VEH;
DWORD64 CHBackup;

LONG CALLBACK VEHHook(PEXCEPTION_POINTERS exception)
{
	switch (exception->ContextRecord->Rip)
	{
	case OFF_DRAWCHATMESSAGES:
		exception->ContextRecord->Rax = CHBackup;
		return EXCEPTION_CONTINUE_EXECUTION;

	case OFF_ADDTOTEAMCHAT:
		exception->ContextRecord->Rax = CHBackup;
		return EXCEPTION_CONTINUE_EXECUTION;
	}

	return EXCEPTION_CONTINUE_SEARCH;
}

void Initialize()
{
	VEH = AddVectoredExceptionHandler(TRUE, VEHHook);

	CHBackup = *(DWORD64*)OFF_CHATHEIGHT;
	*(DWORD64*)OFF_CHATHEIGHT = 0x1;
}

void Deallocate()
{
	*(DWORD64*)OFF_CHATHEIGHT = CHBackup;

	RemoveVectoredExceptionHandler(VEH);
}

BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
	switch (fdwReason)
	{
	case DLL_PROCESS_ATTACH:
		Initialize();
		return TRUE;

	case DLL_PROCESS_DETACH:
		Deallocate();
		return TRUE;
	}

	return FALSE;
}
Virus scans:

https://www.virustotal.com/#/file/f2...d81c/detection
https://virusscan.jotti.org/en-US/fi...job/s9x9624pzv

NEOGENESYS_mpgh.net.zip
#1 · edited 7y ago · 7y ago
AY
ayhamalali
Thanks for this update bro, can't wait till it gets approved <3.
#2 · 7y ago
aku
aku
Hum @Silent @Kevin please?
#3 · 7y ago
Silent
[MPGH]Silent
Quote Originally Posted by aku View Post
Hum @Silent @Kevin please?
oggie bogga
#4 · 7y ago
InUrFace1337
InUrFace1337
Quote Originally Posted by aku View Post
Hum @Silent @Kevin please?
Lmao I was hoping someone would notice, not sure if kevin is still around tho...
#5 · 7y ago
aku
aku
Quote Originally Posted by InUrFace1337 View Post
Lmao I was hoping someone would notice, not sure if kevin is still around tho...
Nah don't worry, he's just out for a week I think.
#6 · 7y ago
InUrFace1337
InUrFace1337
Quote Originally Posted by aku View Post


Nah don't worry, he's just out for a week I think.
That's funny af that it says he's banned when he's not gonna be around for a bit.
#7 · 7y ago
aku
aku
Quote Originally Posted by InUrFace1337 View Post
That's funny af that it says he's banned when he's not gonna be around for a bit.
Birthday ban
#8 · 7y ago
Silent
[MPGH]Silent
approved.

next time scan the archive.
#9 · 7y ago
InUrFace1337
InUrFace1337
Quote Originally Posted by Silent View Post
approved.

next time scan the archive.
Will do, my apologies.
#10 · 7y ago
REDSTORM82
REDSTORM82
i tryed it with 3 different injectors but nothing happened! why? is it cruppted? if yes plz fix it,ty.
#11 · 7y ago
TH
ThatDayV
any reported bans yet?
#12 · 7y ago
DU
dukeum
Is there any way I can turn ESP lines and skeleton off?
#13 · 7y ago
InUrFace1337
InUrFace1337
Quote Originally Posted by dukeum View Post
Is there any way I can turn ESP lines and skeleton off?
Nope, sorry man.
#14 · 7y ago
SL
SlapAHoe
Im new here and to "hacking" online games. I just mod singleplayer games. I found this, got an injector. I followed steps I seen around these posts but nothing happens. Is there a button to push to activate this? Or a menu or something? I injected into my game but I dont see anything. And I can't find a video that explains it so I'm lost. Sorry brand new to hacking games.


Edit: I went looking all over the place pushing all F numbered buttons and I guess one of them turned it on and I got to use this. Pretty dam cool. Alot going on at one time but it helped alot. Does this show in the killcam for others? Cause it shows on my screen no matter what so idk.
#15 · edited 7y ago · 7y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • COD: Ghosts - NEOGENESYS Aimbot/WallhackBy InUrFace1337 in Call of Duty 10 - Ghosts Hacks & Cheats
    37Last post 5y ago
  • COD: Ghosts - NEOGENESYS ESP/WallhackBy InUrFace1337 in Call of Duty 10 - Ghosts Hacks & Cheats
    26Last post 7y ago
  • COD 4 AIMBOT+ WALLHACK 1.7 patch.By viper131 in Call of Duty 4 - Modern Warfare (MW) Hacks
    71Last post 16y ago
  • CoD 4 Undetected WallhackBy bullcr4sh in Call of Duty 4 - Modern Warfare (MW) Hacks
    122Last post 16y ago
  • [UNDETECTED/PRIVATE]CoD 4 Aimbot/WallhackBy Remmacs78 in Call of Duty 4 - Modern Warfare (MW) Hacks
    15Last post 17y ago

Tags for this Thread

None