Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 41
  1. #16
    MvRouC12's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Stalking Choobs
    Posts
    1,690
    Reputation
    13
    Thanks
    246
    My Mood
    Amused
    Holy Shit. 2 different types of rule breaking here. Spamming and Requesting a thread to be closed.

    Interesting.

    [IMG]https://i986.photobucke*****m/albums/ae345/TripleSixPf/Okami-MvRouC12.jpg[/IMG]
    Quote Originally Posted by m_t_h View Post


    By stop playing AVA untill brasilian server comes.

    Do you guys really need to ruin EVERY game?
    [IMG]https://i175.photobucke*****m/albums/w148/Guitarman1157/dontforget.gif[/IMG]

  2. #17
    wRGAERghaewrhggaerh's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    1,597
    Reputation
    27
    Thanks
    50
    I know i i work on Z8Games. I know almost all codes.

  3. #18
    axiong123's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Fresno, California, United States
    Posts
    513
    Reputation
    11
    Thanks
    32
    HELP SECTION!!
    -----------------------



    Imma Hmong Person!!!

    https://dictionary.reference.com/browse/Hmong

  4. #19
    MannixThePirate's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    5
    My Mood
    Hungover
    Quote Originally Posted by Giggletron View Post
    SPAI!!!!!!!!!!
    Lol someone got banned. And weren't you a spy for z8? Looks like theres a mod with the exact same name as you on z8games and you were mouthing off about it in earlier posts. Also claiming to have anyone selling accounts banned.

  5. The Following 2 Users Say Thank You to MannixThePirate For This Useful Post:

    cokewatch_2 (06-12-2010),Jubileu456 (06-23-2010)

  6. #20
    Lonesome Cowboy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    https://www.mpgh.net Posts: 12,475
    Posts
    5,379
    Reputation
    748
    Thanks
    1,423
    My Mood
    Brooding
    Quote Originally Posted by lokari View Post
    I know i i work on Z8Games. I know almost all codes.
    (Real spy!)
    Then, why don't you share it with us?
    Minecraft Wiki Manager since: 2012.12.16.
    Games Wiki Manager since: 2012.12.16
    Minecraft Section Minion: 2013.05.04.-2014.05.04
    League of Legends Section Minion: 2013.05.04.-2014.05.04
    Need for Speed World Minion: 2013.07.23.-2014.05.04
    Steam Games Section Minion: 2013.08.05.
    -2014.05.04
    Warrock Section Minion: 2013.10.09.
    -2014.05.04

    If you would like to become a Minecraft Wiki Editor, apply here!
    If you would like to become a Games Wiki Editor, PM me!

    Gifts:
    Gyongytyuk,Gyongytyuk,Zaps

  7. #21
    almir220's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    2
    put on note pad save ass name.dll on xtrap map here is code BYTE ZCHP3[] = {0xEB, 0x09};
    #define AbnormalBehavior 0x00440353
    BYTE AB[] = {0xE9, 0x8A, 0x00, 0x00, 0x00};

    //Write To Memory
    DWORD OldProtection;
    void WriteToMemory(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &OldProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, OldProtection, &OldProtection);
    }
    void ModifyMemory( BYTE *Offset, BYTE *ByteArray, DWORD Length){
    for(DWORD i = 0; i < Length; i++)
    WriteToMemory((DWORD)Offset + i, (DWORD)ByteArray + i, 1);
    }

    void Bypass()
    {
    ModifyMemory((BYTE*)HackDetect1, HD1, 2);
    ModifyMemory((BYTE*)HackDetect2, HD2, 2);
    //ModifyMemory((BYTE*)HackDetect3, HD3, 2);
    ModifyMemory((BYTE*)HackDetect4, HD4, 2);
    ModifyMemory((BYTE*)HackDetect5, HD5, 2);
    //ModifyMemory((BYTE*)IsDebuggerPresent, IDP, 1);
    //ModifyMemory((BYTE*)ZCheckHackProcess1, ZCHP1, 2);
    //ModifyMemory((BYTE*)ZCheckHackProcess2, ZCHP2, 2);
    //ModifyMemory((BYTE*)ZCheckHackProcess3, ZCHP3, 2);
    ModifyMemory((BYTE*)AbnormalBehavior, AB, 5);
    }

    bool APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved){
    if(dwReason == DLL_PROCESS_ATTACH){
    DisableThreadLibraryCalls(hModule);
    Bypass();
    return true;
    }
    return true;
    }

  8. The Following 2 Users Say Thank You to almir220 For This Useful Post:

    kklolya (10-22-2010),Shortdevil (06-16-2010)

  9. #22
    aoeeoa's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somwere....
    Posts
    53
    Reputation
    10
    Thanks
    5
    My Mood
    Twisted
    you leech from somewere ... i tri with this code and an wallhack code and nothing happened... and try to put the code like this:
    Code:
    BYTE ZCHP3[] = {0xEB, 0x09};
    #define AbnormalBehavior 0x00440353
    BYTE AB[] = {0xE9, 0x8A, 0x00, 0x00, 0x00};
    
    //Write To Memory
    DWORD OldProtection;
    void WriteToMemory(DWORD Offset, DWORD Pointer, DWORD Length){
    VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &OldProtection);
    RtlMoveMemory((void *)Offset, (const void*)Pointer, Length);
    VirtualProtect((void *)Offset, Length, OldProtection, &OldProtection);
    }
    void ModifyMemory( BYTE *Offset, BYTE *ByteArray, DWORD Length){
    for(DWORD i = 0; i < Length; i++)
    WriteToMemory((DWORD)Offset + i, (DWORD)ByteArray + i, 1);
    }
    
    void Bypass()
    {
    ModifyMemory((BYTE*)HackDetect1, HD1, 2);
    ModifyMemory((BYTE*)HackDetect2, HD2, 2);
    //ModifyMemory((BYTE*)HackDetect3, HD3, 2);
    ModifyMemory((BYTE*)HackDetect4, HD4, 2);
    ModifyMemory((BYTE*)HackDetect5, HD5, 2);
    //ModifyMemory((BYTE*)IsDebuggerPresent, IDP, 1);
    //ModifyMemory((BYTE*)ZCheckHackProcess1, ZCHP1, 2);
    //ModifyMemory((BYTE*)ZCheckHackProcess2, ZCHP2, 2);
    //ModifyMemory((BYTE*)ZCheckHackProcess3, ZCHP3, 2);
    ModifyMemory((BYTE*)AbnormalBehavior, AB, 5);
    }
    
    bool APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved){
    if(dwReason == DLL_PROCESS_ATTACH){
    DisableThreadLibraryCalls(hModule);
    Bypass();
    return true;
    }
    return true;
    }

  10. #23
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    Wow maybe i can make bypass off that code.
    Wait a few days for new xtrap bypass.

  11. #24
    Lonesome Cowboy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    https://www.mpgh.net Posts: 12,475
    Posts
    5,379
    Reputation
    748
    Thanks
    1,423
    My Mood
    Brooding
    Minecraft Wiki Manager since: 2012.12.16.
    Games Wiki Manager since: 2012.12.16
    Minecraft Section Minion: 2013.05.04.-2014.05.04
    League of Legends Section Minion: 2013.05.04.-2014.05.04
    Need for Speed World Minion: 2013.07.23.-2014.05.04
    Steam Games Section Minion: 2013.08.05.
    -2014.05.04
    Warrock Section Minion: 2013.10.09.
    -2014.05.04

    If you would like to become a Minecraft Wiki Editor, apply here!
    If you would like to become a Games Wiki Editor, PM me!

    Gifts:
    Gyongytyuk,Gyongytyuk,Zaps

  12. #25
    cpepablito's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Under your bed
    Posts
    2,582
    Reputation
    2
    Thanks
    171
    My Mood
    Angelic
    Hummm nice o.O

  13. #26
    dddrrr's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Yesterday it was USA but todays lookin more like China
    Posts
    2,196
    Reputation
    5
    Thanks
    153
    My Mood
    Tired
    Why would this be help section. I want the code for it, hence source code section

  14. #27
    tambre's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    1,852
    Reputation
    10
    Thanks
    576
    My Mood
    Cool
    well let's try

  15. The Following User Says Thank You to tambre For This Useful Post:

    alex13 (06-14-2010)

  16. #28
    GS-HITMAN's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    East Coast (NAEST)
    Posts
    2,002
    Reputation
    16
    Thanks
    576
    IT WORKS OMG IT WORKS
    YOU WANT SCREEENIE TELL ME OMG!!!!!!!!!!!!1

    IT WORKING!!!!!!!!!!!!!!!!!






    WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOT

  17. #29
    crazyspider's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    23
    My Mood
    Angelic
    WOOOOOOOOOOOOOOOOOOW it rly WORKKKKKKKKKKKKKKKKKK

  18. #30
    Axlillo95's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    what press for works?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Source Code] Xtrap Bypass code new!!
    By sam22 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 01-20-2011, 01:53 PM
  2. XTRAP Bypass
    By Dave84311 in forum WolfTeam Hacks
    Replies: 44
    Last Post: 12-03-2009, 02:29 PM
  3. XTRAP BYPASS ?
    By Pokerboss82 in forum General Hacking
    Replies: 0
    Last Post: 07-24-2008, 09:01 PM
  4. Trade specialHack Lssave with Xtrap Bypass.
    By kweemin2001 in forum WolfTeam General
    Replies: 4
    Last Post: 05-09-2008, 06:26 AM
  5. i have acess to xtrap bypasses uce's
    By ugotpwnd169 in forum WolfTeam Hacks
    Replies: 18
    Last Post: 09-30-2007, 10:48 AM