COD: Ghosts - NEOGENESYS Wallhack [v2]

Posts 115 of 17 · Page 1 of 2
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.zip721 KB · 564 downloads 1/59 malicious
Thanks for this update bro, can't wait till it gets approved <3.
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...
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.
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.
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
approved.

next time scan the archive.
Quote Originally Posted by Silent View Post
approved.

next time scan the archive.
Will do, my apologies.
i tryed it with 3 different injectors but nothing happened! why? is it cruppted? if yes plz fix it,ty.
any reported bans yet?
Is there any way I can turn ESP lines and skeleton off?
Quote Originally Posted by dukeum View Post
Is there any way I can turn ESP lines and skeleton off?
Nope, sorry man.
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.
Posts 115 of 17 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?