Thread: Public Bypass

Results 1 to 12 of 12

Threaded View

  1. #1
    p1pop1po's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    4

    Thumbs up Public Bypass

    Hello kiddies,

    It's been a really long time ago that there's been a bypass released public.
    But today, there's released a new one.
    Today King7 released his bypass and claimed it was working.
    Actually it wasn't, so another WarRock hack legend did a try.
    In a few hours he managed to get it working and released it public too.
    The guy I'm talking about is UnknownPK.
    He's been into the warrock hacking really long now so I can assure you this is some good stuff.

    Actual code:

    Code:
    DWORD WINAPI GoodByeHackshield(LPVOID)
    {
    DWORD HSEhsvc = 0;
    
    //lets sleep while hackshield loading :) and save its start point
    do{
    HSEhsvc = (DWORD)GetModuleHandle("Ehsvc.dll");
    Sleep(100);
    }while(!HSEhsvc);
    
    //prevent hackshield kicking you from the server
    //little credits to king7 this is his address :) but still i change it alittle :)
    MEMwrite((void*)0x4D9E35,(void*)"\x32\xC0\xC3",3);	
    
    //prevents WR telling hackshield to start montioring
    MEMwrite((void*)0x4D9DD4,(void*)"\xB0\x01\xC2\x04\x00",5);	
    
    //prevents hackshield knowing you are connected inside the server
    MEMwrite((void*)0x780A2F,(void*)"\xC2\x04\x00",3);
    
    //prevent hackshield heartbeating to the game!
    MEMwrite((void*)0x5812B1,(void*)"\xC3",1);
    
    return 1;
    
    }
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)GoodByeHackshield, NULL, NULL, NULL);
    As you can see in the codes, he gave some credits to King7 for his address.
    All credits for this release go to UnknownPK.
    Ofcourse when you're about to use this in your hack, leave some credits for UnknownPK and King7 in your hack to show your respect for this release!
    Last edited by Terell.; 08-22-2011 at 05:06 PM. Reason: Removed outside link - Shunnai

Similar Threads

  1. My Public Bypass V1
    By Jeffrey1993 in forum WarRock - International Hacks
    Replies: 15
    Last Post: 07-30-2007, 07:28 PM
  2. ****** Public Bypass V1 !!!!!!!!!!
    By DXT-Hacker in forum WarRock - International Hacks
    Replies: 40
    Last Post: 07-27-2007, 02:30 AM
  3. Inf Ammo (by me) for a working non-public bypass!
    By dezer in forum Trade Accounts/Keys/Items
    Replies: 13
    Last Post: 06-10-2007, 10:28 AM
  4. [RQ]Public Bypass .?
    By nothxfgt in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-04-2007, 08:26 AM
  5. [release] PUBLIC BYPASS :)
    By loky614 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 05-08-2007, 08:45 AM