Results 1 to 7 of 7
  1. #1
    Exotiq's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    0

    How Do I Incorporate My Bypass?

    So I have a menu hack with a couple of hacks, and I found this bypass:
    https://www.mpgh.net/forum/28-warrock...ass-bytes.html

    How do I add it to my hack?

    I replaced my old bypass with that and weeded out the errors, but once I opened the .dll, WarRock said "Hack Detected"




  2. #2
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    I'm not 100% sure but make sure the bypass goes before the hack. I mean, if you start editing memory and you havn't bypassed yet it's going to be detected.

    You can try making 2 seperate DLLs and inject them both. If that doesn't work, I don't know maybe the addresses aren't updated.

  3. #3
    Thats the way it is's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    95
    Reputation
    9
    Thanks
    11
    My Mood
    Tired
    This still works but you shall need to replace the addy's this bypass bypasses everything even if you spam the server to death with OPK it wont detect

    Code:
    //-----------------------------------------HACKSHIELD BYPASS--------------------------------------------
    
    #define HS_JMP            0x4A7372 //As of 24-11 (This Value is also known as the Back addy)
    #define HS_JMP2            0x4A736B //As of 24-11 
    
    typedef int            (__cdecl *HS_GetProcAddress_t)( int hModule, int a2 );
    typedef int            (__stdcall *HackshieldComm_t )( int, void*, void* );
    typedef signed int    (__stdcall *KickProc_t)( int a1, int a2, int a3 );
    
    HS_GetProcAddress_t                pHS_GetProcAddress        = NULL;
    HackshieldComm_t                pHackshieldComm            = NULL;
    KickProc_t                        pKickProc                = NULL;
    
    signed int __stdcall new_KickProc( int a1, int a2, int a3 )
    {
        return 1;
    }
    
    int __stdcall new_HackshieldComm( int hsCommCode, void *Param1, void *Param2 )
    {
        if( hsCommCode == 4 || hsCommCode == 5 || hsCommCode == 13 ) //kill!
        {
            if( hsCommCode == 4 ) //replace kick proc
            {
                DWORD *dwParam1 = (DWORD *)Param1;
    
                pKickProc    = (KickProc_t)*dwParam1;
                *dwParam1    = (DWORD)new_KickProc;
            }
    
            int iReturn = pHackshieldComm( hsCommCode, Param1, Param2 );
    
            return 1;
        }
    
        int iReturn = pHackshieldComm( hsCommCode, Param1, Param2 );
    
        return iReturn;
    }
    
    void HookCommunication( EXCEPTION_POINTERS* pExceptionInfo )
    {
        DWORD dwEbp        = pExceptionInfo->ContextRecord->Ebp;
        DWORD dwParam2    = 0;
    
        __asm
        {
            push eax;
            push edx;
            mov eax, dwEbp;
            mov edx, [eax+0xC];
            mov dwParam2, edx;
            pop edx;
            pop eax;
        }
    
        if( dwParam2 == 0xA ) //this is the ordinal of some export...hmm..
        {
            pHackshieldComm                        = (HackshieldComm_t)pExceptionInfo->ContextRecord->Eax;
            pExceptionInfo->ContextRecord->Eax    = (DWORD)new_HackshieldComm;
        }
    
        pExceptionInfo->ContextRecord->Eip        = HS_JMP2;
    
        return;
    }
    
    PVOID pContextHandler = NULL;
    
    LONG WINAPI ***ExceptionHandler( EXCEPTION_POINTERS* pExceptionInfo )
    {
        if( pExceptionInfo->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP )
        {
            return EXCEPTION_CONTINUE_SEARCH;
        }
    
        if( pExceptionInfo->ExceptionRecord->ExceptionAddress == (PVOID)HS_JMP ) 
        {
            HookCommunication( pExceptionInfo );
            return EXCEPTION_CONTINUE_EXECUTION;
        }
    
        return EXCEPTION_CONTINUE_SEARCH;
    }
    
    void InitContextHook()
    {
        pContextHandler = AddVectoredExceptionHandler( 0x50BE17, ***ExceptionHandler );
    
        CONTEXT Context;
        Contex*****ntextFlags = CONTEXT_DEBUG_REGISTERS;
        GetThreadContext(GetCurrentThread(), &Context);
        Context.Dr0 = HS_JMP;
        Context.Dr7 = (1<<0)|(1<<2)|(1<<4)|(1<<6);
        SetThreadContext(GetCurrentThread(), &Context);
    }  
    //-----------------------------------------END HACKSHIELD BYPASS--------------------------------------------
    Cause There ain't no rest for the wicked

  4. #4
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Maybe you should learn how to code hacks before trying to make them, just like you need to learn how to walk before you can run...
    Ah we-a blaze the fyah, make it bun dem!

  5. The Following 4 Users Say Thank You to Hell_Demon For This Useful Post:

    Matrix_NEO006 (12-13-2009),rwkeith (12-14-2009),Void (12-13-2009),why06 (12-13-2009)

  6. #5
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by Hell_Demon View Post
    Maybe you should learn how to code hacks before trying to make them, just like you need to learn how to walk before you can run...
    Hmmmm... wow u guys were nice I was gonna tell him he could encorporate it by shoving it up his... you know what. Maybe I just been a bit edgy lately idk. =/

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  7. #6
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by why06 View Post
    Hmmmm... wow u guys were nice I was gonna tell him he could encorporate it by shoving it up his... you know what. Maybe I just been a bit edgy lately idk. =/
    Imagine everyone says that every time someone posts a new thread.
    Why put these good people through living hell? =\

  8. #7
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by Davidm44 View Post
    Imagine everyone says that every time someone posts a new thread.
    Why put these good people through living hell? =\
    for fun?
    Ah we-a blaze the fyah, make it bun dem!

  9. The Following 2 Users Say Thank You to Hell_Demon For This Useful Post:

    Void (12-13-2009),why06 (12-13-2009)

Similar Threads

  1. HOW THE HECK DO YOU BYPASS HACKSHIELD!??
    By THE_NOOB_HACKER in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 03-18-2009, 04:55 PM
  2. how to i make a bypass in vb6 with the hack?
    By Oneirish in forum Visual Basic Programming
    Replies: 13
    Last Post: 03-31-2008, 12:53 PM
  3. [Request] Guide: How to make a pb bypass?
    By Talker in forum WarRock - International Hacks
    Replies: 10
    Last Post: 07-17-2007, 07:35 PM
  4. How do i make a bypass?
    By Twisted_scream in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-09-2007, 03:37 AM
  5. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM