Page 1 of 3 123 LastLast
Results 1 to 15 of 38
  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 Day 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 (3 Weeks Ago),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)

  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 User Says Thank You to Kevin For This Useful Post:

    InUrFace1337 (08-31-2018)

  5. #3
    aufmeinnacken's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1

    Cool

    Quote Originally Posted by Kevin View Post
    /Approved but untested

    Thanks for sharing it .. I'll test it right now ...

    - - - Updated - - -

    hi InUrFace 1337..the hack runs well and clean !! But could you make a small menu where you can meet
    and Autofire can exhibit..because now he only makes headshoot's that picks bissl on ...

  6. #4
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,207
    Quote Originally Posted by aufmeinnacken View Post
    Thanks for sharing it .. I'll test it right now ...

    - - - Updated - - -

    hi InUrFace 1337..the hack runs well and clean !! But could you make a small menu where you can meet
    and Autofire can exhibit..because now he only makes headshoot's that picks bissl on ...
    Honestly bro, I don't think that'll happen. I don't really work on this project that much, as I pretty much spend most of my time coding working on the private version of NEOGENESYS.

  7. #5
    sinisa971's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    hi. why the autofire does not work sometimes? it shot but does not hit enemy

    - - - Updated - - -

    hit enemy only if i press fire button

  8. #6
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,207
    Quote Originally Posted by sinisa971 View Post
    hi. why the autofire does not work sometimes? it shot but does not hit enemy

    - - - Updated - - -

    hit enemy only if i press fire button
    It's because of lag. If the host has a shitty internet connection or if you're really far away from the host, your bullets will have a tendency to miss a lot. Same thing happens in my private version of NEOGENESYS. I don't do any sort of lag compensation, so the higher your ping to the host the more shots you're gonna miss.

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

    MoClick (08-16-2018)

  10. #7
    sinisa971's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    okk.thank you.
    it is a good hack.

  11. #8
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,207
    Quote Originally Posted by sinisa971 View Post
    okk.thank you.
    it is a good hack.
    Many thanks. =)

  12. #9
    asad1997's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    how to disable autofire in the Extreme Injector v3 settings

  13. #10
    Kuryme's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    Will you release extintion trainer?

  14. #11
    asad1997's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by asad1997 View Post
    how to disable autofire in the Extreme Injector v3 settings
    only detection of enemies

  15. #12
    ayhamalali's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    Works perfectly and no fps drops or anything similar. LEGEND <3

  16. #13
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,207
    how to disable autofire in the Extreme Injector v3 settings
    Uhm, autofire is part of the dll file itself. That's where the code for the cheat is, so extreme injector doesn't have any control over that and I've not added any menu/toggles to the public version of this cheat. Btw, extreme injector is a very bad idea on vac protected games. I recommend xenos injector instead. Get it here.

    Will you release extintion trainer?
    Prolly not, sorry bruddha.

    Works perfectly and no fps drops or anything similar. LEGEND <3
    Thanks =)

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

    xNeve (08-18-2018)

  18. #14
    WHITEELITE1337's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    how do i get auto aim and auto fire to work? is there a tutorial

  19. #15
    InUrFace1337's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    87
    Reputation
    39
    Thanks
    5,207
    Quote Originally Posted by WHITEELITE1337 View Post
    how do i get auto aim and auto fire to work? is there a tutorial
    You can use my injector found here to force the game to load the cheat (dll injection). Run Project-X64.exe and select iw6mp64_ship.exe under process. Then you can just drag and drop the .dll onto Project-X and click inject. Fyi the game must be running when you do all this.

Page 1 of 3 123 LastLast

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