Results 1 to 2 of 2
  1. #1
    rob7601's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    335
    Reputation
    4
    Thanks
    226
    My Mood
    Lurking

    hackshield bypass

    What it does is basically create a thread to inject instead of making your bypass auto active.

    Place this anywhere in your code:
    [PHP]void HsBypass( void* pxAddress, BYTE *code, int size )//define virtual protect
    {
    unsigned long Protection;
    VirtualProtect((void*)pxAddress, size, PAGE_READWRITE, &Protection);
    memcpy((void*)pxAddress, (const void*)code, size);
    VirtualProtect((void*)pxAddress, size, Protection, 0);
    }

    void CopyModules()//name can be anything just make sure its the same as it is in dll main
    {
    BYTE Artic66pwns[2] = {0xEB, 0xFE};

    HsBypass((void*)0x4A9EF1,Artic66pwns,2);
    HsBypass((void*)0x605493,Artic66pwns,2);
    }[/PHP]

    The bytes EB, FE jmp the jmp to both messages to themselves.
    Actually works :P.

    And underneath:
    [PHP]DLL_PROCESS_ATTACH
    }[/PHP]

    goes:
    [PHP]HANDLE hThread;
    DWORD dwID;
    hThread = CreateThread(0,0,(LPTHREAD_START_ROUTINE)CopyModul es,0,0,&dwID);
    CloseHandle(hThread);[/PHP]


    I recommend adding more addresses to it of course.
    Do not leach this.

    If you use this please Credit:
    Everyone
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/aig-1.jpg[/IMG]
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/Crossfire50.jpg[/IMG]


    ..::GOALS::..
    GET HACKS XDONE!
    GET XM8 xDONE!
    [ 50 ] POSTS xDONE!
    [ 100 ] POSTS xDONE!
    [ 250 ] POSTS xDONE!
    [ 500 ] POSTS
    { 100 } THANKS xDONE
    { 500 } THANKS
    { 1000 } THANKS
    GET 100/0 SCORE
    BECOME A MINION
    MAKE MY OWN HACKS

  2. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    This is leeched and old.
    /Closed
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. [Tutorial] HackShield Bypass.
    By daddyi in forum Combat Arms Hacks & Cheats
    Replies: 41
    Last Post: 07-03-2009, 01:32 PM
  2. [Release] Hackshield Bypass
    By Harold in forum Combat Arms Hacks & Cheats
    Replies: 219
    Last Post: 08-07-2008, 04:20 PM
  3. HACKSHIELD BYPASS FIX!!!!!!!!
    By Staunton in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-04-2008, 01:03 PM
  4. hackshield bypass
    By nighthawk3 in forum Combat Arms Hacks & Cheats
    Replies: 31
    Last Post: 08-03-2008, 01:00 PM
  5. HackShield Bypass Dont Work
    By aris619 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-03-2008, 10:40 AM