Results 1 to 15 of 17

Threaded View

  1. #1
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,207

    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

    <b>Downloadable Files</b> Downloadable Files
    Last edited by InUrFace1337; 08-25-2018 at 05:10 PM.

  2. The Following 75 Users Say Thank You to InUrFace1337 For This Useful Post:

    aggelos13e (10-03-2020),akakljf911 (10-08-2018),apinamies432 (05-05-2019),asad1997 (09-14-2018),ayhamalali (08-25-2018),ayhamalali2 (01-04-2022),babyloniaa (01-30-2019),bestkronos (09-29-2018),bloqsex (09-15-2018),bottleeptav2 (06-29-2020),braun1 (06-10-2019),cawman (03-03-2019),Cynplexx (11-03-2020),Danilio1810_nl (09-01-2018),dennisqwe (10-14-2020),Dhaii (08-28-2018),djasonhfr (01-26-2019),djhgfgdsf (02-27-2019),doloks (09-19-2018),DubZzik (08-28-2018),GABONS (05-10-2019),German_ModZz (11-03-2018),gjhaa (04-30-2019),GoodGuyZEK (04-02-2023),Grenneh (10-30-2018),GronkhDe (01-05-2019),josh312645 (06-06-2019),kentorox123 (06-30-2019),Kenzohh (12-05-2018),Kiwidoge (05-01-2019),Kolmax (12-28-2021),kylecopp90 (07-03-2019),Lanceola (04-20-2019),LaSalade (07-15-2019),Leo05020 (06-12-2019),librathy (09-05-2021),LifeLessRoca (07-04-2019),luckilucki (09-05-2018),mike1290 (04-17-2019),Milanoredeg6 (03-01-2019),moderatorshorty (09-03-2018),Mongoose_2 (08-24-2018),Mr. Keizer (11-01-2019),MrxDMxCFW (08-30-2018),NeFFiQ23 (08-30-2018),nenapub (04-18-2019),nicollaszattar (04-20-2019),Orkune12 (12-16-2018),papaflashss (04-28-2019),Pinguchainz (08-26-2018),PopajPopaj (02-09-2024),proskill12311 (11-17-2019),qoqp (04-02-2021),RadonXell (01-05-2023),Recule_e (02-09-2019),rhonaldo14 (09-08-2018),Riverfront (05-30-2020),Roonoveder (01-19-2019),Scyatho (09-03-2018),semayta (09-14-2019),ShadowX84 (12-19-2018),Sharkita (09-04-2018),shaunzy (09-30-2022),smallfeng999 (01-03-2021),SmallfenGgg (09-08-2019),sneak38100 (02-26-2019),spacelesspine (12-30-2019),Splashihacks (09-02-2019),steam_valkyrie (10-07-2018),Suzuk1 (05-04-2019),tonia1231 (07-08-2019),XenonXell (01-05-2023),XxDaniiPFxX (03-18-2019),yenatgotshot (11-13-2018),zidvicious (09-02-2018)

Similar Threads

  1. [Release] COD: Ghosts - NEOGENESYS Aimbot/Wallhack
    By InUrFace1337 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 37
    Last Post: 10-02-2020, 08:30 AM
  2. [Release] COD: Ghosts - NEOGENESYS ESP/Wallhack
    By InUrFace1337 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 26
    Last Post: 10-16-2018, 09:32 AM
  3. CoD 4 Undetected Wallhack
    By bullcr4sh in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 122
    Last Post: 10-13-2009, 03:29 PM
  4. COD 4 AIMBOT+ WALLHACK 1.7 patch.
    By viper131 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 71
    Last Post: 09-26-2009, 07:04 PM
  5. [UNDETECTED/PRIVATE]CoD 4 Aimbot/Wallhack
    By Remmacs78 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 15
    Last Post: 01-19-2009, 12:47 AM