Results 1 to 8 of 8
  1. #1
    [KGB]Gamingforce's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    0

    xtrap bypass maybe?

    I found this in my hacking folder from ages ago and decided to post it here and see if anyone can make any sense of it. I myself dont know how to code so this code is completely useless to me. good luck i guess? it was labeled xtrap bypass, idk.
    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;
    }
    Last edited by BACKD00R; 12-10-2012 at 06:23 PM.

  2. #2
    V I's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Jewish land
    Posts
    1,440
    Reputation
    272
    Thanks
    2,442
    My Mood
    Aggressive
    Quote Originally Posted by [KGB]Gamingforce View Post
    I found this in my hacking folder from ages ago and decided to post it here and see if anyone can make any sense of it. I myself dont know how to code so this code is completely useless to me. good luck i guess? it was labeled xtrap bypass, idk.
    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;
    }
    Already posted , and it's not called " bypass xtrap "
    it's called hooking xtrap.

  3. #3
    Trollogy's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Somewhere 0ver The Rainb0w
    Posts
    328
    Reputation
    10
    Thanks
    397
    My Mood
    Amused
    confused what the heck is it for? whats hooking?



    Injector Coder for CFNA from 2011-2013

  4. #4
    DarkPladin's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    (◔̯◔)
    Posts
    365
    Reputation
    10
    Thanks
    610
    My Mood
    Devilish
    Not a bypass code !! :/

  5. #5
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Quote Originally Posted by ЯΣΛᄂIƬΥ View Post
    Already posted , and it's not called " bypass xtrap "
    it's called hooking xtrap.
    There's nothing in there that looks like a hook to me
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  6. #6
    Glenox's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    C:\WINDOWS\system32\Glenox.exe
    Posts
    539
    Reputation
    10
    Thanks
    2,372
    My Mood
    Bored
    this code is not bypass this code is hook bypass to killed!

    its already patch!
    Coming Soon,

  7. #7
    Scynix's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    173
    Reputation
    37
    Thanks
    611
    My Mood
    Happy
    Quote Originally Posted by Glenox View Post
    this code is not bypass this code is hook bypass to killed!

    its already patch!
    No its not patched..Yes this code is patched but not the full bypass
    i mean @derh.acker made a bypass with c++ and its still working

  8. #8
    AxiomFlux's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    EST
    Posts
    406
    Reputation
    10
    Thanks
    406
    My Mood
    Amazed
    Scynix is correct. People will always find a way around the patch and make it work.

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