Thread: XTrap bypass

Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    shahin7777's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Some where with a lot of hot chicks!
    Posts
    671
    Reputation
    6
    Thanks
    427
    My Mood
    Angelic

    Post XTrap bypass

    Hey guys, Heres a bypass source code for any game that uses XTrap.
    The Code was not made by me i forgot who it was made by
    but here just copy and paste it on notepad and save as name.dll and under click all files insted of txt

    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;
    }

  2. The Following User Says Thank You to shahin7777 For This Useful Post:

    shahin777 (07-26-2010)

  3. #2
    shahin7777's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Some where with a lot of hot chicks!
    Posts
    671
    Reputation
    6
    Thanks
    427
    My Mood
    Angelic
    Oh and use a injector to inject it in your game

  4. #3
    cokewatch_2's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    374
    Reputation
    9
    Thanks
    40
    this doesnt even look finished...
    1st
    2nd
    3rd


    Im Swiftdude

  5. #4
    MvRouC12's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Stalking Choobs
    Posts
    1,690
    Reputation
    13
    Thanks
    246
    My Mood
    Amused
    Quote Originally Posted by cokewatch_2 View Post
    this doesnt even look finished...
    Swift didn't i tell you about this kind of crap... its called a source code. -.-

    [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]

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

    ClamPie (06-13-2010)

  7. #5
    cokewatch_2's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    374
    Reputation
    9
    Thanks
    40
    this is an unfinished source code....
    1st
    2nd
    3rd


    Im Swiftdude

  8. #6
    crosscom09's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    357
    Reputation
    10
    Thanks
    43
    My Mood
    Doh
    how do u know (i have no coding experience)

    Credits to Shaunc


  9. #7
    cokewatch_2's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    374
    Reputation
    9
    Thanks
    40
    its really just changing what xtrap thinks...simple terms
    1st
    2nd
    3rd


    Im Swiftdude

  10. #8
    crosscom09's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    357
    Reputation
    10
    Thanks
    43
    My Mood
    Doh
    im sorry but what do that mean?
    i just use the hacks and thank i dont code
    i would like to have som1 give me lessons tho

    Credits to Shaunc


  11. #9
    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
    And swift, did you try it out?
    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. #10
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,790
    Reputation
    3851
    Thanks
    3,662
    prove that this works
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.

  13. #11
    taylan's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In your Sisters Bed, Germany
    Posts
    240
    Reputation
    18
    Thanks
    258
    My Mood
    Happy
    U are only a Noob

    Learn to code a Bypass

    Dont steal this Bypass Source from Warrock

    This Bypass Source Code does nothing for Crossfire

    Dont steal Sources without Credits

    And the Bytes,Addys arent current -.-

    press Thanks to this Comment if u think it soo too

  14. #12
    shahin7777's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Some where with a lot of hot chicks!
    Posts
    671
    Reputation
    6
    Thanks
    427
    My Mood
    Angelic
    Dude, i have no experience whatsoever with source codes im just spreading some other guys around i forgot his name so i cant do anything.

  15. #13
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,790
    Reputation
    3851
    Thanks
    3,662
    Quote Originally Posted by shahin7777 View Post
    Dude, i have no experience whatsoever with source codes im just spreading some other guys around i forgot his name so i cant do anything.
    well then let dave know about this he might be able to use this /
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.

  16. #14
    shahin7777's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Some where with a lot of hot chicks!
    Posts
    671
    Reputation
    6
    Thanks
    427
    My Mood
    Angelic
    Quote Originally Posted by ghost View Post
    well then let dave know about this he might be able to use this /
    Hmm good idea but i cant be stuffed

  17. #15
    Grapes's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Canada
    Posts
    36
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by ghost View Post
    well then let dave know about this he might be able to use this /
    I doubt it.

Page 1 of 3 123 LastLast

Similar Threads

  1. XTRAP Bypass
    By Dave84311 in forum WolfTeam Hacks
    Replies: 44
    Last Post: 12-03-2009, 02:29 PM
  2. [Request] Fiesta Xtrap Bypass 2644.
    By Donnyp in forum Hack Requests
    Replies: 2
    Last Post: 04-13-2009, 11:58 AM
  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