Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,778
    My Mood
    Angelic

    *Four Delta One aCI3.dll dump & Bypass*



    Make sure HOOK_Anticheat() is called as soon as game starts.


    Code:
    #include "StdAfx.h"
    
    
    BOOL NP_SendRandomString( CONST PCHAR Text )
    {
        static HMODULE hLibnp = GetModuleHandleA( "libnp.dll" );
    
    
        if( !hLibnp )
        {
            return FALSE;
        }
    
    
        static DWORD dwCall = (DWORD)GetProcAddress( hLibnp, "NP_SendRandomString" );
    
    
        __asm
        {
            push Text
            call dwCall
            add esp, 4h
        }
    
    
        return TRUE;
    }
    
    
    VOID SendStatus()
    {
        while( true )
        {
            NP_SendRandomString( "troll 50001" );
    
    
            Sleep( 5000 );
        }
    }
    
    
    CDETOUR aCI_RunHook;
    BOOLEAN aCI_Run()
    {
        static HANDLE hThread = NULL;
        if( !hThread )
        {
            hThread = CreateThread( NULL, NULL, ( PTHREAD_START_ROUTINE )SendStatus, NULL, NULL, NULL );
        }
    
    
        return true;
    }
    
    
    BOOL PatchCI_CoreChecks()
    {
        HMODULE hIW5M = GetModuleHandleA("iw5m.dll");
    
    
        if( !hIW5M )
        {
            return FALSE;
        }
    
    
        DWORD dwModuleSize = Util.GetModuleSize( hIW5M );
    
    
        if( !dwModuleSize )
        {
            return FALSE;
        }
    
    
        DWORD dwCoreCIChecks = Util.FindCodeStylePattern( ( DWORD )hIW5M, dwModuleSize, ( PBYTE )"\x55\x8B\xEC\x83\xEC\x40\x53\x56\x57\x6A\x00\xE8\x00\x00\x00\x00\x83\xC4\x04\x50\xE8\x00\x00\x00\x00\x83\xC4\x04\xE8\x00\x00\x00\x00\x99", "xxxxxxxxxxxx????xxxxx????xxxx????x" );
        
        if( !dwCoreCIChecks )
        {
            return FALSE;
        }
    
    
        if( Util.PatchBytes( dwCoreCIChecks, "\xC3", 1 ) == FALSE )
        {
            return FALSE;
        }
    
    
        return TRUE;
    }
    
    
    BOOL PatchCI_ModuleRun()
    {
        HMODULE hLibnp = GetModuleHandleA( "libnp.dll" );
    
    
        if( !hLibnp )
        {
            return FALSE;
        }
    
    
        DWORD dwModuleSize = Util.GetModuleSize( hLibnp );
    
    
        if( !dwModuleSize )
        {
            return FALSE;
        }
    
    
        DWORD dwCIModuleRun = Util.FindCodeStylePattern( ( DWORD )hLibnp, dwModuleSize, (PBYTE)"\x55\x8B\xEC\x83\xEC\x5C\xA1", "xxxxxxx" );
    
    
        if( !dwCIModuleRun )
        {
            return FALSE;
        }
    
    
        aCI_RunHook.Initiliaze( dwCIModuleRun, aCI_Run, DETOUR_TYPE_JMP, 6 );
        aCI_RunHook.InstallDetour();
    
    
        return TRUE;
    }
    
    
    
    
    VOID HOOK_Anticheat()
    {
         if( !PatchCI_CoreChecks() || !PatchCI_ModuleRun()  )
         {
             Print( "Warning: Unable to patch aCI3" );
         }
    }
    [/CODE]
    CRD by: baberzz
    Last edited by COD3RIN; 06-29-2013 at 07:46 AM.
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  2. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,988
    My Mood
    Cheerful
    Fix code tags & normal font for code => it will make it easier to read.
    Thanks.

  3. #3
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,778
    My Mood
    Angelic
    Quote Originally Posted by Lovroman View Post
    Fix code tags & normal font for code => it will make it easier to read.
    Thanks.
    thanks for reminder
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  4. #4
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Stop arguing. Credits were already given.

  5. #5
    Starr-MoDz's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Toulouse
    Posts
    9
    Reputation
    10
    Thanks
    11
    My Mood
    Pensive
    gg for this hook anti ban

  6. #6
    Sa3id.'s Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    where can i find aCI.dll?

  7. #7
    badsitelag's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    iw5m.dat stop working...........

  8. #8
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by badsitelag View Post
    iw5m.dat stop working...........
    Since there wasn't any way stated on how to use this, I wouldn't doubt it.

  9. #9
    xVIRUZx's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    248
    Reputation
    10
    Thanks
    52
    My Mood
    Drunk
    Quote Originally Posted by badsitelag View Post
    iw5m.dat stop working...........
    As COD3RIN said:

    Quote Originally Posted by COD3RIN View Post
    Make sure HOOK_Anticheat() is called as soon as game starts.

  10. #10
    xVIRUZx's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    248
    Reputation
    10
    Thanks
    52
    My Mood
    Drunk
    Quote Originally Posted by Sa3id. View Post
    where can i find aCI.dll?
    You can't, it's not public.

  11. #11
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    //Bumped as this is patched. Just pointing out to anyone who uses this.

  12. #12
    gursampannu's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How can I get this in use? I am new, help!

  13. #13
    Kenshin13[Backup]'s Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    63
    Reputation
    81
    Thanks
    6
    My Mood
    Amused
    Quote Originally Posted by gursampannu View Post
    How can I get this in use? I am new, help!
    Quote Originally Posted by Kenshin13 View Post
    Bumped as this is patched. Just pointing out to anyone who uses this.
    ^^You can't it's patched.
    @Horror @Lovroman

  14. #14
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by Kenshin13[Backup] View Post
    ^^You can't it's patched.
    @Horror @Lovroman
    You can't talk, you dead
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  15. #15
    aj_dj07's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Red face Sorry But What To do with the Code? Pls Help Me Out..:)

    Quote Originally Posted by COD3RIN View Post


    Make sure HOOK_Anticheat() is called as soon as game starts.


    Code:
    #include "StdAfx.h"
    
    
    BOOL NP_SendRandomString( CONST PCHAR Text )
    {
        static HMODULE hLibnp = GetModuleHandleA( "libnp.dll" );
    
    
        if( !hLibnp )
        {
            return FALSE;
        }
    
    
        static DWORD dwCall = (DWORD)GetProcAddress( hLibnp, "NP_SendRandomString" );
    
    
        __asm
        {
            push Text
            call dwCall
            add esp, 4h
        }
    
    
        return TRUE;
    }
    
    
    VOID SendStatus()
    {
        while( true )
        {
            NP_SendRandomString( "troll 50001" );
    
    
            Sleep( 5000 );
        }
    }
    
    
    CDETOUR aCI_RunHook;
    BOOLEAN aCI_Run()
    {
        static HANDLE hThread = NULL;
        if( !hThread )
        {
            hThread = CreateThread( NULL, NULL, ( PTHREAD_START_ROUTINE )SendStatus, NULL, NULL, NULL );
        }
    
    
        return true;
    }
    
    
    BOOL PatchCI_CoreChecks()
    {
        HMODULE hIW5M = GetModuleHandleA("iw5m.dll");
    
    
        if( !hIW5M )
        {
            return FALSE;
        }
    
    
        DWORD dwModuleSize = Util.GetModuleSize( hIW5M );
    
    
        if( !dwModuleSize )
        {
            return FALSE;
        }
    
    
        DWORD dwCoreCIChecks = Util.FindCodeStylePattern( ( DWORD )hIW5M, dwModuleSize, ( PBYTE )"\x55\x8B\xEC\x83\xEC\x40\x53\x56\x57\x6A\x00\xE8\x00\x00\x00\x00\x83\xC4\x04\x50\xE8\x00\x00\x00\x00\x83\xC4\x04\xE8\x00\x00\x00\x00\x99", "xxxxxxxxxxxx????xxxxx????xxxx????x" );
        
        if( !dwCoreCIChecks )
        {
            return FALSE;
        }
    
    
        if( Util.PatchBytes( dwCoreCIChecks, "\xC3", 1 ) == FALSE )
        {
            return FALSE;
        }
    
    
        return TRUE;
    }
    
    
    BOOL PatchCI_ModuleRun()
    {
        HMODULE hLibnp = GetModuleHandleA( "libnp.dll" );
    
    
        if( !hLibnp )
        {
            return FALSE;
        }
    
    
        DWORD dwModuleSize = Util.GetModuleSize( hLibnp );
    
    
        if( !dwModuleSize )
        {
            return FALSE;
        }
    
    
        DWORD dwCIModuleRun = Util.FindCodeStylePattern( ( DWORD )hLibnp, dwModuleSize, (PBYTE)"\x55\x8B\xEC\x83\xEC\x5C\xA1", "xxxxxxx" );
    
    
        if( !dwCIModuleRun )
        {
            return FALSE;
        }
    
    
        aCI_RunHook.Initiliaze( dwCIModuleRun, aCI_Run, DETOUR_TYPE_JMP, 6 );
        aCI_RunHook.InstallDetour();
    
    
        return TRUE;
    }
    
    
    
    
    VOID HOOK_Anticheat()
    {
         if( !PatchCI_CoreChecks() || !PatchCI_ModuleRun()  )
         {
             Print( "Warning: Unable to patch aCI3" );
         }
    }
    [/CODE]
    CRD by: baberzz


    What to do with the code?
    Open NotepAd nd Save as .dll or make the script of the code.. nd run pls help me out m new

Page 1 of 2 12 LastLast

Similar Threads

  1. Four Delta One wall hack please ;-;
    By So quero o hack in forum Call of Duty Modern Warfare 3 Help
    Replies: 2
    Last Post: 12-08-2012, 09:14 AM
  2. [Solved] 4D1(four Delta one) help error when map is loaded fully I get errors
    By Vincent Dominguez in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 07-30-2012, 03:11 PM
  3. In Regards to Four Delta One
    By Tetsuya in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 3
    Last Post: 06-16-2012, 10:02 AM
  4. [Help] Four Delta One wallhack
    By josiprakas in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 1
    Last Post: 04-25-2012, 05:30 AM
  5. Four Delta One Offsets
    By laazyboy13 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 3
    Last Post: 04-24-2012, 02:52 AM