COD: Ghosts - NEOGENESYS ESP/Wallhack

Posts 115 of 27 · Page 1 of 2
COD: Ghosts - NEOGENESYS ESP/Wallhack
InUrFace 1337 Game Hacking/Modding presents: NEOGENESYS - a new breed of cheat.

Features:

-> Boxes/corner boxes/snaplines
-> 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)

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

CHacks Hacks;
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/6f...dd43/detection
https://virusscan.jotti.org/en-US/fi...job/uyc4cwt1sw

NEOGENESYS_mpgh.net.zip636 KB · 671 downloads Clean
/approved but untested
The cheat works perfectly, it isnt even ruining my fps @ highest graphics with GTX1060 and FX-8370
Quote Originally Posted by NeFFiQ23 View Post
The cheat works perfectly, it isnt even ruining my fps @ highest graphics with GTX1060 and FX-8370
That's the idea bruddha, glad to hear you're enjoying it. =)
Can you recommend me any public injectors?
Quote Originally Posted by Cowstien View Post
Can you recommend me any public injectors?
Xenos injector would be the only one I would trust. Extreme injector has gotten myself and others using my undetected cheats banned. After creating new accounts, and testing the same cheats as before but with xenos injector instead no bans ever occured. This was about a year ago, and one use of extreme injector resulting in a ban vs a year with xenos and no detections whatsoever with any of my cheats tells me that vac has pretty much got extreme injector's number. Much respect to master131, he's a brilliant coder. I just can't recommend using something with that high of a detection rate, for the sake of users' steam accounts.
How do you inject? I used Xenos 2.2.0 and I set it up under manual launch, press inject and then launch ghost and nothing happens in-game.
Xenos Injector can be found here
Quote Originally Posted by Kevin View Post
Xenos Injector can be found here
Is there a reason you felt the need to delete my post answering KingdomKom's question and replace it with a post that doesn't answer his question and merely links him to the version of Xenos he already has?
Quote Originally Posted by InUrFace1337 View Post
Is there a reason you felt the need to delete my post answering KingdomKom's question and replace it with a post that doesn't answer his question and merely links him to the version of Xenos he already has?
Your answer refers to external sites which are not allowed
Quote Originally Posted by Kevin View Post


Your answer refers to external sites which are not allowed
Fair enough. I thought that applied only to posting direct links, so my bad. I'll try to upload either the latest version of Xenos or my personal injector directly to mpgh.
anyone banned from it yet?
Quote Originally Posted by Mu1ticolor View Post
Nice job bro
Many thanks. =)

Quote Originally Posted by ThatDayV View Post
anyone banned from it yet?
Not that I'm aware of. As long as you use Xenos you should be fine. VAC is pretty pathetic imo.
Posts 115 of 27 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?