Results 1 to 9 of 9
  1. #1
    XarutoUsoCrack's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    CFAL Honra & Glória Server
    Posts
    1,087
    Reputation
    51
    Thanks
    2,543
    My Mood
    Relaxed

    Cool Outro Detours Do WE11

    Code:
    LPVOID DetourCreateType( PBYTE pbTargetFunction, PBYTE pbDetourFunction, INT intSize, INT intType )
    {
        #define Detour1        1    // Undetected by BlackCipher II
        #define Detour2        2    // Undetected by BlackCipher II
        #define Detour3        3    // Undetected by BlackCipher II
        #define Detour4        4    // Undetected by BlackCipher II
        #define Detour5        5    // Undetected by BlackCipher II
    
        DWORD dwProtect;
        PBYTE pbDetour = ( PBYTE  )malloc( intSize + 5 );
        INT i;
    
        VirtualProtect( pbTargetFunction, intSize, PAGE_EXECUTE_READWRITE, &dwProtect );
        memcpy( pbDetour, pbTargetFunction, intSize );
        pbDetour += intSize;
    
        *( BYTE * ) ( pbDetour + 0 ) = 0xE9;
        *( DWORD * )( pbDetour + 1 ) = ( DWORD )( pbTargetFunction + intSize - pbDetour ) - 5;
    
        switch( intType )
        {
        case 1:
            *( BYTE * ) ( pbTargetFunction + 0 ) = 0xB8;
            *( DWORD * )( pbTargetFunction + 1 ) = ( DWORD )( pbDetourFunction );
            *( WORD * ) ( pbTargetFunction + 5 ) = 0xE0FF;
            i = 7;
            break;
    
        case 2:
            *( WORD * ) ( pbTargetFunction + 0 ) = 0xC033;
            *( WORD * ) ( pbTargetFunction + 2 ) = 0xC085;
            *( WORD * ) ( pbTargetFunction + 4 ) = 0x840F;
            *( DWORD * )( pbTargetFunction + 6 ) = ( DWORD )( pbDetourFunction - pbTargetFunction ) - 10;
            i = 10;
            break;
    
        case 3:
            *( WORD * ) ( pbTargetFunction + 0 ) = 0xDB33;
            *( WORD * ) ( pbTargetFunction + 2 ) = 0xDB85;
            *( WORD * ) ( pbTargetFunction + 4 ) = 0x840F;
            *( DWORD * )( pbTargetFunction + 6 ) = ( DWORD )( pbDetourFunction - pbTargetFunction ) - 10;
            i = 10;
            break;
    
        case 4:
            *( WORD * ) ( pbTargetFunction + 0 ) = 0xC933;
            *( WORD * ) ( pbTargetFunction + 2 ) = 0xC985;
            *( WORD * ) ( pbTargetFunction + 4 ) = 0x840F;
            *( DWORD * )( pbTargetFunction + 6 ) = ( DWORD )( pbDetourFunction - pbTargetFunction ) - 10;
            i = 10;
            break;
    
        case 5:
            *( WORD * ) ( pbTargetFunction + 0 ) = 0xD233;
            *( WORD * ) ( pbTargetFunction + 2 ) = 0xD285;
            *( WORD * ) ( pbTargetFunction + 4 ) = 0x840F;
            *( DWORD * )( pbTargetFunction + 6 ) = ( DWORD )( pbDetourFunction - pbTargetFunction ) - 10;
            i = 10;
            break;
        }
    
        for( ; i < intSize; i++ )
            *( BYTE * )( pbTargetFunction + i ) = 0x90;
    
        VirtualProtect( pbTargetFunction, intSize, dwProtect, &dwProtect );
    
        return ( pbDetour - intSize );
    }
    Le Ninja Mode.

    Creditos:

    @WE11ington

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

    pDevice (12-03-2013)

  3. #2
    fernandotdb's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    80
    Reputation
    10
    Thanks
    12
    Ótima detour!
    Last edited by fernandotdb; 12-01-2013 at 09:02 AM.

  4. #3
    |WE11ington|'s Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by fernandotdb View Post
    Ótima detour!
    Somente tome cuidado ao pegar um desvio as esquerda, alguém pode não te ver e bater ao seu lado esquerdo.

  5. #4
    Eu sou Daleste cheguei mais to saindo fora
    MPGH Member
    experthack's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1,178
    Reputation
    90
    Thanks
    626
    My Mood
    Aggressive
    Onde é o link desse curso de zuera online ?

  6. #5
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461
    Quote Originally Posted by experthack View Post
    Onde é o link desse curso de zuera online ?
    ZueraBRHUE

    Coloca no google
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  7. #6
    kssiobr's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Nos braços do Pai Celestial...
    Posts
    726
    Reputation
    10
    Thanks
    333
    My Mood
    Cheeky
    Pra calar a boca de muito gringo ai que acham que só eles que sabem criar e que os BR só são C&P, bem que pra criar um desvio/detour requer um bom conhecimento. Nice trabalho @|WE11ington|

  8. #7
    rodrigo19091992's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    26
    My Mood
    Amazed
    Detours ja esta detectado :/

  9. #8
    kssiobr's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Nos braços do Pai Celestial...
    Posts
    726
    Reputation
    10
    Thanks
    333
    My Mood
    Cheeky
    Quote Originally Posted by rodrigo19091992 View Post
    Detours ja esta detectado :/
    Nem todos, com uma edição nessa source ai, já fica funcional, dentre todos ai tem um que funciona ainda...

  10. #9
    Megaloco's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    437
    Reputation
    10
    Thanks
    62
    My Mood
    Aggressive
    Quote Originally Posted by kssiobr View Post
    Nem todos, com uma edição nessa source ai, já fica funcional, dentre todos ai tem um que funciona ainda...
    Fiz algumas alterações (confesso que foi meio na sorte), e todos eles estão funfando.

Similar Threads

  1. Detouring MPGH Filters Will Result In A Ban.
    By radnomguywfq3 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 11-09-2008, 06:02 PM
  2. Detour problem
    By juppeli in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-16-2008, 03:56 AM
  3. [Realease-Test]Detours Test
    By Kung Fu Penguin31 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 06-29-2008, 05:35 AM
  4. Detour
    By HackingIsMyLife in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 05-20-2008, 07:17 AM
  5. coding detour?
    By laserdude45 in forum C++/C Programming
    Replies: 3
    Last Post: 01-20-2008, 03:11 PM

Tags for this Thread