Results 1 to 7 of 7
  1. #1
    cnttuchme's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    NA
    Posts
    187
    Reputation
    11
    Thanks
    49
    My Mood
    Inspired

    Creating a bypass

    Well i found this source from another site, but credits go to WOOTARE.
    Code:
    if (Hack_Detected) // Hack detected
    {
    const BYTE Bypass[5] = {0xE8, 0xFD, 0xC2, 0x3C, 0x00};
    {
    DWORD dwProtect;
    VirtualProtect((void*)(Hack_Detected_Addie1), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
    memcpy((void*)(Hack_Detected_Addie1), &Hack_Detected, 5);
    VirtualProtect((void*)(Hack_Detected_Addie1), 5, dwProtect, NULL);
    }
    }
    if (Running) // Running Game Tool Detected
    {
    const BYTE Bypass[5] = {0xE8, 0xFD, 0xC2, 0x3C, 0x00};
    {
    DWORD dwProtect;
    VirtualProtect((void*)(Running_Addie1), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
    memcpy((void*)(Running_Addie1), &Running, 5);
    VirtualProtect((void*)(Running_Addie1), 5, dwProtect, NULL);
    }
    }
    
    
    //and to replace offsets
    
    if (Bypass)
    {
    const BYTE bypass[2] = {0x75, 0x0C};
    {
                DWORD dwProtect;
                VirtualProtect((void*)(Hack_Detected_ADD1), 2, PAGE_EXECUTE_READWRITE, &dwProtect);
                memcpy((void*)(Hack_Detected_ADD1), &bypass, 2);
                VirtualProtect((void*)(Hack_Detected_ADD1), 2, dwProtect, NULL);
    }
    }
    With cheat engine i attach to warrock.exe then it says hack detected, so i preceed to search for text Hack Detected!
    so i get one address witch is green.. but i think im getting to address for the text and not the warning...Any help is appreciated.

    Help me raise The roof


    Respected list
    [MPGH]Liz
    kvdirect
    [MPGH]why06

    The following was an idea to let eachother ingame secretly know that your hack.

    Quote Originally Posted by kingkuz00 View Post
    how about we "dave is the king" when we join a game :P
    Quote Originally Posted by aram0492 View Post
    how about "aram is the king" who the fk is dave?
    idk i rofled.

    Save Gunz section "https://www.mpgh.net/forum/297-gunz-g...od-minion.html"

  2. #2
    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 cnttuchme View Post
    Well i found this source from another site, but credits go to WOOTARE.
    With cheat engine i attach to warrock.exe then it says hack detected, so i preceed to search for text Hack Detected!
    so i get one address witch is green.. but i think im getting to address for the text and not the warning...Any help is appreciated.
    Well I guess the question is "what is Hack_Detected?" a boolean, function call, idk... To be honest I'm not really sure how to do it, so no need to make guesses, maybe someone else can handle this... :l

    "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

  3. #3
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    umm if you found the source code on the internet then its patched. if its been spread around much then its defiantly patched. your going to have to change more than the addresses in the code. but i guess it would be good to look over to get the idea of how to do it, so thanks for posting it so i dont have to search the internet for an example code when i try to make one.

    btw im back!!!!!!!! couldnt get to the site for several days :S
    Last edited by XGelite; 11-06-2009 at 01:20 PM.

  4. #4
    cnttuchme's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    NA
    Posts
    187
    Reputation
    11
    Thanks
    49
    My Mood
    Inspired
    Quote Originally Posted by why06 View Post
    Well I guess the question is "what is Hack_Detected?" a boolean, function call, idk... To be honest I'm not really sure how to do it, so no need to make guesses, maybe someone else can handle this... :l
    Well from what i know by observation Hack_detected is the window name.

    Help me raise The roof


    Respected list
    [MPGH]Liz
    kvdirect
    [MPGH]why06

    The following was an idea to let eachother ingame secretly know that your hack.

    Quote Originally Posted by kingkuz00 View Post
    how about we "dave is the king" when we join a game :P
    Quote Originally Posted by aram0492 View Post
    how about "aram is the king" who the fk is dave?
    idk i rofled.

    Save Gunz section "https://www.mpgh.net/forum/297-gunz-g...od-minion.html"

  5. #5
    zeco's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    683
    Reputation
    12
    Thanks
    78
    My Mood
    Cynical
    Maybe i'm an idiot, but that right there looks completely useless.

  6. The Following User Says Thank You to zeco For This Useful Post:

    Hell_Demon (11-07-2009)

  7. #6
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    Quote Originally Posted by zeco View Post
    Maybe i'm an idiot, but that right there looks completely useless.
    it is completely useless lmao

  8. #7
    Matrix_NEO006's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    240
    Reputation
    12
    Thanks
    33
    My Mood
    Lonely
    lol this old code maybe CoD1 or idk but ive seen this code somewhere.

Similar Threads

  1. [Tutorial] Bypass the "System Error" when Creating a Nexon ID (Five Easy Steps)
    By Sketchy in forum MapleStory Tutorial & Guides
    Replies: 5
    Last Post: 02-23-2013, 11:28 AM
  2. [Help] How to create dll to bypass Xtrap
    By HackedByUnknow in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 04-05-2011, 05:51 AM
  3. [Request] I need info on creating a bypasses..
    By apprentice_coder in forum Anti-Cheat
    Replies: 0
    Last Post: 02-11-2010, 10:39 AM
  4. [help]how to create a bypass in vb?
    By warpebble2 in forum Visual Basic Programming
    Replies: 10
    Last Post: 09-25-2007, 07:45 AM
  5. I will create awesome public trainers with built in bypasses
    By domin8666 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 05-01-2007, 09:32 PM

Tags for this Thread