Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,193

    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

    <b>Downloadable Files</b> Downloadable Files

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

    asvpleo (12-05-2018),atanck (07-10-2018),aufmeinnacken (07-03-2018),ayhamalali (08-15-2018),Az0xx_edits (01-11-2023),Bilal06 (06-25-2018),BotBert (07-20-2018),cibertryx (06-28-2018),crazyd92 (03-08-2019),dedey82 (07-01-2018),djadert (07-07-2018),doke4 (06-20-2020),Dont_Hate (08-10-2018),DrHexDex (08-06-2019),Eerin1999 (10-26-2018),erikjuhlin (06-28-2018),flyforthewin (10-22-2018),fuzepuddle (06-28-2022),gefi (11-03-2019),gotenks7951 (06-29-2018),HAKxMusiq (04-17-2019),harry_harry2 (06-28-2018),HENRYFXP (01-30-2019),hoodi54740 (08-17-2018),HSGODZZ (07-18-2018),HYXHost (11-01-2018),Jasp (08-10-2018),joonasgbc (07-14-2019),josh312645 (10-21-2018),kentorox123 (11-04-2018),Khubaib Khan (02-02-2021),king-qtr (08-24-2021),KingdomKom (07-10-2018),KitsunePanda (03-19-2021),laitselec2009 (07-23-2018),lkli (12-10-2018),Loginz (07-02-2018),logix95 (10-14-2018),Louissss (01-26-2019),lulu4820 (10-23-2022),MarcDerBoss23 (11-26-2018),McRawr (10-04-2018),Mee6s (07-27-2018),Mongoose_2 (07-22-2018),monsterhack123 (06-24-2018),MrxDMxCFW (08-30-2018),nailetz (04-24-2020),nenapub (04-18-2019),nick33387 (07-01-2018),Orkune12 (03-17-2019),pa1337 (02-13-2023),peterk0321 (06-20-2020),Pinguchainz (09-20-2018),QTR12345 (10-27-2018),REDSTORM82 (06-22-2019),rejemen1995 (10-16-2018),rhonaldo14 (09-08-2018),richard18 (07-05-2018),Riu (06-26-2018),Roméo64 (05-08-2020),roowbooy (07-11-2018),saeedoooo (10-25-2018),sam_raff3 (10-23-2018),SayiiReqzHD (07-13-2018),Sebthecodguy (07-04-2018),sinisa971 (08-09-2018),swert67 (06-25-2018),tchina98 (09-10-2018),TonyAmsterdam (11-07-2018),towy (09-07-2020),VAIbanez94! (06-24-2018),Vane2k16 (10-14-2018),Vektast23 (08-17-2018),VIstrex3 (07-22-2018),Warmode8888 (03-20-2019),wave061 (03-30-2019),x5555x (11-18-2019),XAlgoX (02-25-2019),Xforcengod (10-20-2018),xHardCoreZitrone (11-02-2018),xramen (10-13-2018),xxalphabravo7xx (03-19-2019),XxDaniiPFxX (03-18-2019),ypisdead (04-10-2023),Zachcherney1 (12-13-2018),zidvicious (09-02-2018),zotaa (03-25-2023)

  3. #2
    People aren't against you;
    They are for themselves

    Former Staff
    Premium Member
    Kevin's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Home
    Posts
    12,471
    Reputation
    2145
    Thanks
    1,894
    My Mood
    Tired
    /approved but untested
    Please contact me through PM, I rarely check MPGH IM


    MPGH Minion+ 2/5/2019 - 12/1/2020
    Call of Duty Minion 12/23/2017 - 12/1/2020
    MPGH Minion 12/23/2017 - 2/5/2019
    MPGH Minion+ 2/2/2016 - 8/9/2016
    NewsForce Writer 1/1/2016 - 8/9/2016
    CockSucker 7/24/2015 - 7/25/2015
    Other Semi-Popular FPS Hacks Minion 12/27/2015 - 8/9/2016
    Combat Arms Minion 11/4/2015 - 8/9/2016
    Maplestory Minion 6/1/15 - 8/9/2016
    League of Legends Minion 6/1/2015 - 8/9/2016
    Other FPS Hacks Minion 5/31/2015 - 8/9/2016
    Minecraft Marketplace Minion 6/18/2015 - 9/15/2015
    Combat Arms Marketplace Minion 4/05/2015 - 6/2/2015
    Marketplace Minion 8/1/2014 - 6/2/2015
    MPGH Minion 8/1/2014 - 2/2/2016

    Pharaoh (#7) 5/01/2014 - 5/31/2014
    Premium Member 2/1/2014 - Current
    Official Middle Man 12/12/2013 - 6/2/2015
    Member 11/15/2009 - Current

  4. The Following 2 Users Say Thank You to Kevin For This Useful Post:

    InUrFace1337 (08-31-2018),Riu (06-26-2018)

  5. #3
    NeFFiQ23's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    The cheat works perfectly, it isnt even ruining my fps @ highest graphics with GTX1060 and FX-8370

  6. #4
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,193
    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. =)

  7. The Following User Says Thank You to InUrFace1337 For This Useful Post:

    NeFFiQ23 (07-11-2018)

  8. #5
    Cowstien's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    2
    Can you recommend me any public injectors?

  9. #6
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,193
    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.

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

    Cowstien (06-28-2018),Loginz (07-02-2018)

  11. #7
    KingdomKom's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Under you bed
    Posts
    36
    Reputation
    10
    Thanks
    5
    My Mood
    Buzzed
    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.
    Don't Judge me or i will get a monkey to Butt F**k you

  12. #8
    People aren't against you;
    They are for themselves

    Former Staff
    Premium Member
    Kevin's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Home
    Posts
    12,471
    Reputation
    2145
    Thanks
    1,894
    My Mood
    Tired
    Xenos Injector can be found here
    Please contact me through PM, I rarely check MPGH IM


    MPGH Minion+ 2/5/2019 - 12/1/2020
    Call of Duty Minion 12/23/2017 - 12/1/2020
    MPGH Minion 12/23/2017 - 2/5/2019
    MPGH Minion+ 2/2/2016 - 8/9/2016
    NewsForce Writer 1/1/2016 - 8/9/2016
    CockSucker 7/24/2015 - 7/25/2015
    Other Semi-Popular FPS Hacks Minion 12/27/2015 - 8/9/2016
    Combat Arms Minion 11/4/2015 - 8/9/2016
    Maplestory Minion 6/1/15 - 8/9/2016
    League of Legends Minion 6/1/2015 - 8/9/2016
    Other FPS Hacks Minion 5/31/2015 - 8/9/2016
    Minecraft Marketplace Minion 6/18/2015 - 9/15/2015
    Combat Arms Marketplace Minion 4/05/2015 - 6/2/2015
    Marketplace Minion 8/1/2014 - 6/2/2015
    MPGH Minion 8/1/2014 - 2/2/2016

    Pharaoh (#7) 5/01/2014 - 5/31/2014
    Premium Member 2/1/2014 - Current
    Official Middle Man 12/12/2013 - 6/2/2015
    Member 11/15/2009 - Current

  13. #9
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,193
    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?

  14. #10
    People aren't against you;
    They are for themselves

    Former Staff
    Premium Member
    Kevin's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Home
    Posts
    12,471
    Reputation
    2145
    Thanks
    1,894
    My Mood
    Tired
    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
    Please contact me through PM, I rarely check MPGH IM


    MPGH Minion+ 2/5/2019 - 12/1/2020
    Call of Duty Minion 12/23/2017 - 12/1/2020
    MPGH Minion 12/23/2017 - 2/5/2019
    MPGH Minion+ 2/2/2016 - 8/9/2016
    NewsForce Writer 1/1/2016 - 8/9/2016
    CockSucker 7/24/2015 - 7/25/2015
    Other Semi-Popular FPS Hacks Minion 12/27/2015 - 8/9/2016
    Combat Arms Minion 11/4/2015 - 8/9/2016
    Maplestory Minion 6/1/15 - 8/9/2016
    League of Legends Minion 6/1/2015 - 8/9/2016
    Other FPS Hacks Minion 5/31/2015 - 8/9/2016
    Minecraft Marketplace Minion 6/18/2015 - 9/15/2015
    Combat Arms Marketplace Minion 4/05/2015 - 6/2/2015
    Marketplace Minion 8/1/2014 - 6/2/2015
    MPGH Minion 8/1/2014 - 2/2/2016

    Pharaoh (#7) 5/01/2014 - 5/31/2014
    Premium Member 2/1/2014 - Current
    Official Middle Man 12/12/2013 - 6/2/2015
    Member 11/15/2009 - Current

  15. #11
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,193
    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.

  16. #12
    Mu1ticolor's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    105
    Reputation
    -19
    Thanks
    11
    My Mood
    Cheerful
    Nice job bro

  17. #13
    ThatDayV's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    anyone banned from it yet?

  18. #14
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,193
    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.
    Last edited by InUrFace1337; 07-27-2018 at 08:18 PM. Reason: remove idiotic typo, lol

  19. #15
    74kieran's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    123
    Reputation
    10
    Thanks
    17
    Is this for online

Page 1 of 2 12 LastLast

Similar Threads

  1. COD Ghosts Extreme Edition V1.2 (BOX ESP + Squad Points)
    By silentrunner2 in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 21
    Last Post: 01-27-2014, 08:28 AM
  2. [Detected] Medal of Honor (2010) ESP / WallHack retail
    By Koen in forum Medal of Honor (MOH) Hacks
    Replies: 207
    Last Post: 03-12-2011, 01:58 PM
  3. Modern Warfare 2 MP + SP Trainer (ESP, Wallhack, ETC) W.I.P
    By HACKINGPIE in forum Call of Duty Modern Warfare 2 Help
    Replies: 13
    Last Post: 09-14-2010, 05:10 PM
  4. CoD4 ESP / wallhack
    By acab1312 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 2
    Last Post: 03-24-2010, 03:57 AM
  5. [VAC2 PROOF] Kartoffel Hack v3 ESP/Wallhack/Nosmoke/Noflash/Speedhack
    By tdude511 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 0
    Last Post: 04-04-2009, 12:21 AM