Results 16 to 30 of 38

Threaded View

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

    COD: Ghosts - NEOGENESYS Aimbot/Wallhack

    InUrFace 1337 Game Hacking/Modding presents: NEOGENESYS - a new breed of cheat.

    Features:

    -> Autoaim
    -> Autofire
    -> ESP (boxes, names, distances)
    -> No recoil (silent)
    -> No spread (server-sided, invisible on killcams and to spectators)

    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_PACKETDUP 0x141E04AA8
    #define OFF_DRAWCHATMESSAGES 0x14025C709
    #define OFF_ADDTOTEAMCHAT 0x140286B7E
    #define OFF_WRITEPACKET 0x1402C1FB2
    
    LPTOP_LEVEL_EXCEPTION_FILTER VEHandler;
    DWORD64 CHBackup, PDBackup;
    
    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;
    
    	case OFF_WRITEPACKET:
    		exception->ContextRecord->Rax = PDBackup;
    		return EXCEPTION_CONTINUE_EXECUTION;
    	}
    
    	if (VEHandler)
    		return VEHandler(exception);
    
    	else
    		return EXCEPTION_CONTINUE_SEARCH;
    }
    
    void Initialize()
    {
    	VEHandler = SetUnhandledExceptionFilter(VEHHook);
    
    	CHBackup = *(DWORD64*)OFF_CHATHEIGHT;
    	*(DWORD64*)OFF_CHATHEIGHT = 0x1;
    
    	PDBackup = *(DWORD64*)OFF_PACKETDUP;
    	*(DWORD64*)OFF_PACKETDUP = 0x1;
    
    	*(BYTE*)OFF_FIREWEAPON = 0xC3;
    }
    
    void Deallocate()
    {
    	*(BYTE*)OFF_FIREWEAPON = 0x44;
    
    	*(DWORD64*)OFF_CHATHEIGHT = CHBackup;
    	*(DWORD64*)OFF_PACKETDUP = PDBackup;
    
    	SetUnhandledExceptionFilter(VEHandler);
    }
    
    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/fb...a987/detection
    https://virusscan.jotti.org/en-US/fi...job/24e87tjz1t

    <b>Downloadable Files</b> Downloadable Files

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

    1478Qwer2 (03-21-2021),999moon9999 (05-10-2022),AdamLubert (06-28-2019),aeaweaeqaw2323 (06-17-2020),aikalegenda (08-12-2018),AoLiGei (09-03-2020),Aqua_Sama (02-18-2019),asvpleo (12-05-2018),aufmeinnacken (08-07-2018),ayhamalali (08-16-2018),Az0xx_edits (01-11-2023),azacibran (11-16-2021),b3t0m0x (01-31-2019),basedbabyface (10-21-2020),Bentli (01-13-2019),bottleeptav2 (06-29-2020),Bouboubabidi (01-18-2019),boxer111 (01-20-2019),Bula16 (07-12-2022),chrisjxsz (08-10-2020),chwan521 (10-13-2020),cjm_518 (04-08-2019),Coaie123 (09-07-2020),CorruptedEgo (04-04-2023),CriisModz (05-21-2020),CubPG (1 Week Ago),Cynplexx (11-03-2020),Darcrafter105 (12-27-2018),Darkapple656 (04-27-2020),ddvvs (02-17-2024),djasonhfr (01-26-2019),Donkeyandy (05-01-2021),Dont_Hate (08-10-2018),DrHexDex (08-06-2019),Enigma-313 (03-15-2019),Eobard Thawn (05-21-2020),erikjulle (10-16-2018),evie92 (02-14-2019),FAITH ANTHONY (02-16-2019),FOCKKKKKKKKK (02-17-2019),fuffa97 (03-31-2021),FunnyTy (08-07-2018),gamerdaank (08-25-2018),German_ModZz (11-03-2018),GoodGuyZEK (04-02-2023),Grenneh (10-30-2018),GronkhDe (01-05-2019),hakimacuna2 (02-19-2024),HAKxMusiq (04-17-2019),hariqqen13 (01-07-2019),helgalana (09-15-2019),HENRYFXP (01-30-2019),Hewe12 (09-13-2020),hippymagic (04-18-2019),HoloTheNudeWolf (12-19-2018),HoodedGolem (02-14-2021),hoodi54740 (08-21-2018),HydrolicCool06 (07-17-2021),HYXHost (02-13-2019),IIxMuRkzHebzII (02-19-2022),InfectYTHD (04-15-2019),itzbrandonx (05-22-2020),iuygfjgfcvghj (07-10-2021),jacksonjiggi23 (08-02-2019),jakez18 (07-28-2019),james99eden (11-25-2018),JE8A (02-28-2023),Jiblenfa5 (01-02-2019),jmuhgyjxsrtfesx (03-12-2022),Joarrs (08-13-2019),josh312645 (10-21-2018),jtjfjdjfg854 (04-04-2022),juanhacks159 (11-20-2019),Justin8233 (12-20-2018),KAKKUX (02-01-2019),kemurii (06-12-2020),kill02 (01-26-2019),king-qtr (08-24-2021),klobobi (10-24-2018),kucher19893 (05-08-2019),LAD0303 (09-21-2018),LASmOdZ (03-10-2023),ldmd (02-02-2024),Lexa.Loordes (07-07-2020),librathy (09-06-2021),lkli (12-14-2018),Louissss (01-26-2019),lucifer135 (02-05-2019),luckilucki (09-04-2018),maavari (04-28-2020),MasterLucan10 (05-26-2019),McRawr (10-04-2018),meatthatbeats (04-18-2021),Mee6s (10-20-2018),Milanoredeg6 (02-28-2019),Mod662boss (10-04-2022),MrxDMxCFW (08-30-2018),n0r35p3cT (02-09-2019),Nexus8389 (07-26-2021),nicollaszattar (04-23-2019),Nightsd4kllr (09-08-2019),Nipplesucker69 (12-15-2020),nogoodgamers (03-24-2019),numbers22300 (12-16-2018),OnlyFea (01-23-2023),OptimumRage (01-25-2019),pa1337 (02-12-2024),PAVLENKO (04-27-2024),pcby124123 (10-30-2018),PeosAlligatora (02-21-2022),peterk0321 (06-20-2020),pgatazo (04-16-2020),Pinguchainz (08-26-2018),pocketsand17 (06-02-2019),PubesHF (11-10-2020),q9v9 (06-26-2020),r0gueee (07-26-2020),RazeKyr (08-25-2021),re4per91 (01-23-2019),REDSTORM82 (06-23-2019),redux133 (09-02-2018),rejemen1995 (10-16-2018),rellodakid (06-27-2019),repentina1 (02-05-2019),rhonaldo14 (09-13-2018),Roonoveder (01-19-2019),rostamy_farid (11-09-2018),Sammyy (01-01-2023),sam_raff3 (10-23-2018),SANJi187 (12-04-2019),SayiiReqzHD (08-31-2018),Scyatho (09-03-2018),ShadowX84 (12-19-2018),shaunzy (09-30-2022),sinisa971 (08-07-2018),SJMairaB (11-02-2018),SlanderDevvv (03-26-2019),smallfeng999 (01-03-2021),sneak38100 (02-21-2019),SoCool1337 (12-27-2018),solent (11-02-2020),spacelesspine (12-30-2019),SpeeD129 (08-28-2020),SrAnonymousPT (02-09-2021),Stemo (05-10-2019),sturmwehr (08-08-2018),Swaggerlefty (10-05-2019),tech99 (01-22-2023),textmae (12-29-2018),thatrandomskinnybich (07-08-2020),THE__666___ (04-24-2021),tidy619 (11-27-2018),TKBRADSHAW21 (04-12-2022),Tortoy61 (08-20-2021),Undisclosed0 (05-15-2022),unwrittengames (08-05-2019),UrameshiYusuke (12-02-2019),VACation328 (12-17-2018),Vane2k16 (10-14-2018),Varju4 (01-06-2019),vaynii (01-27-2019),VIstrex3 (08-09-2018),Wisssama69 (02-10-2019),WoahLemonMan (11-13-2021),Wuxi_Xiao (02-12-2022),XenonXell (01-05-2023),xisvrr (12-27-2020),xlone999 (12-03-2021),xPROMods21x (06-23-2020),xxalphabravo7xx (03-19-2019),XxDaniiPFxX (03-19-2019),xXDJDarkXx (08-28-2018),yoCrow_ (06-05-2021),Zachcherney1 (12-13-2018),zidvicious (09-02-2018),zotaa (03-25-2023)

Similar Threads

  1. [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
  2. [Request] cod 4 aimbot/wallhack
    By troknife in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 1
    Last Post: 05-20-2011, 09:50 PM
  3. [Release] CoD:MW2 Aimbot+Wallhack 1.066
    By marko4452 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 96
    Last Post: 12-29-2009, 04:34 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