Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    Megaloco's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    437
    Reputation
    10
    Thanks
    62
    My Mood
    Aggressive

    HOOK DETECTADO NOVAMENTE !!!

    PELO JEITO ESTÃO DETECTANDO HOOKS NOVAMENTE. AS MINHAS DUAS ESTÃO DANDO DC DENTRO DO JOGO !!!

  2. #2
    Disconect's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Aqui também, e olha que estou só com Crosshair no game --'

  3. #3
    Dub.'s Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Aqui tambem :S

  4. #4
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,462
    não e hook, e a Detour

    ¬¬
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  5. #5
    Megaloco's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    437
    Reputation
    10
    Thanks
    62
    My Mood
    Aggressive
    Quote Originally Posted by Coder.DiasII View Post
    não e hook, e a Detour
    Verdade...será que o wellington já disponibilizou uma nova ?

    Se tiver não posta, passa para quem vc quizer por skype...estão detectando conteúdo postado !!!

  6. #6
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical
    Detour, porem tem uma postada de uma certa base que funciona ! procurem bitch
    @Megaloco
    sem Conexão encerrada.
    Last edited by Coder.Anonymous; 12-12-2013 at 03:11 PM.







    Claro[...]


    WFBR:


    PBBR:


    CABR:



  7. #7
    |WE11ington|'s Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by Megaloco View Post
    Verdade...será que o wellington já disponibilizou uma nova ?

    Se tiver não posta, passa para quem vc quizer por skype...estão detectando conteúdo postado !!!
    Estas cego ?

    /forum/397-combat-arms-br-hack-coding-source-code/767147-outro-detours-do-we11.html

    Detour1 não detectado ainda.

    Code:
    rhkReset   = ( tReset )   DetourCreateType( ( PBYTE )Device[16], ( PBYTE )&hkReset,   16, Detour1 );
    rhkPresent = ( tPresent ) DetourCreateType( ( PBYTE )Device[17], ( PBYTE )&hkPresent, 10, Detour1 );

  8. #8
    Disconect's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by |WE11ington| View Post
    Estas cego ?

    /forum/397-combat-arms-br-hack-coding-source-code/767147-outro-detours-do-we11.html

    Detour1 não detectado ainda.

    Code:
    rhkReset   = ( tReset )   DetourCreateType( ( PBYTE )Device[16], ( PBYTE )&hkReset,   16, Detour1 );
    rhkPresent = ( tPresent ) DetourCreateType( ( PBYTE )Device[17], ( PBYTE )&hkPresent, 10, Detour1 );
    isso da DC antes de entrar no CA:

    Code:
    	DWORD vTable[2] = {0};	
    	CreateDevice(vTable);
    
    		oReset   = ( tReset )   DetourCreateType( ( PBYTE )vTable[16], ( PBYTE )&ResetDevice,   16, Detour1 );
    		oPresent = ( tPresent ) DetourCreateType( ( PBYTE )vTable[17], ( PBYTE )&PresetDevice, 10, Detour1 );

  9. #9
    Megaloco's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    437
    Reputation
    10
    Thanks
    62
    My Mood
    Aggressive
    Vlw essa hook com switch case está ON !!!

    edit : Detour 100% funcional...vlw !!!
    Last edited by Megaloco; 12-12-2013 at 05:38 PM.

  10. #10
    Fєηix's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Brαzil
    Posts
    1,178
    Reputation
    114
    Thanks
    6,891
    My Mood
    Sleepy
    Quote Originally Posted by Coder.DiasII View Post
    não e hook, e a Detour

    ¬¬
    Aquela Que tu me Passo a um tempo Ainda Pega
    i EU Tenho Uma otra Que Nao Tem Postada Que Funfa Tmb

  11. #11
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical
    Quote Originally Posted by Disconect View Post
    isso da DC antes de entrar no CA:

    Code:
    	DWORD vTable[2] = {0};	
    	CreateDevice(vTable);
    
    		oReset   = ( tReset )   DetourCreateType( ( PBYTE )vTable[16], ( PBYTE )&ResetDevice,   16, Detour1 );
    		oPresent = ( tPresent ) DetourCreateType( ( PBYTE )vTable[17], ( PBYTE )&PresetDevice, 10, Detour1 );
    não, para parar o DC basta mudar 1 Numero ali...







    Claro[...]


    WFBR:


    PBBR:


    CABR:



  12. #12
    |WE11ington|'s Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by Disconect View Post
    isso da DC antes de entrar no CA:

    Code:
    	DWORD vTable[2] = {0};	
    	CreateDevice(vTable);
    
    		oReset   = ( tReset )   DetourCreateType( ( PBYTE )vTable[16], ( PBYTE )&ResetDevice,   16, Detour1 );
    		oPresent = ( tPresent ) DetourCreateType( ( PBYTE )vTable[17], ( PBYTE )&PresetDevice, 10, Detour1 );
    Qual o seu sistema operacional e de quantos bits é ?

  13. #13
    Disconect's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by |WE11ington| View Post
    Qual o seu sistema operacional e de quantos bits é ?
    Win 7 32bits

  14. #14
    |WE11ington|'s Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    37
    Quote Originally Posted by Disconect View Post
    Win 7 32bits
    O problema de detectar em seu caso não sei te dizer o que é, pois bem, não sei como esta o seu código após esse trecho que você mencionou. Mas em Windows 7 32 Bits, funciona dessa maneira com esse detour modo:

    Code:
    LPVOID DetourCreate( PBYTE pbTargetFunction, PBYTE pbDetourFunction, INT intSize )
    {
        DWORD dwProtect;
        PBYTE pbDetour = ( PBYTE  )malloc( intSize + 5 );
    
        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;
    
        *( BYTE * ) ( pbTargetFunction + 0 ) = 0xB8;
        *( DWORD * )( pbTargetFunction + 1 ) = ( DWORD )( pbDetourFunction );
        *( WORD * ) ( pbTargetFunction + 5 ) = 0xE0FF;
    
        for( INT i = 7; i < intSize; i++ )
            *( BYTE * )( pbTargetFunction + i ) = 0x90;
    
        VirtualProtect( pbTargetFunction, intSize, dwProtect, &dwProtect );
    
        return ( pbDetour - intSize );
    }
    Code:
    DWORD vTable[2] = {0};
    CreateDevice(vTable);
    
    oReset   = ( tReset )   DetourCreate( ( PBYTE )vTable[16], ( PBYTE )&ResetDevice,  ResetSize );
    oPresent = ( tPresent ) DetourCreate( ( PBYTE )vTable[17], ( PBYTE )&PresetDevice, PresentSize );
    Windows 7 32 e 64 Bits.

    ResetSize com esses valores: 11, 12, 13 e 16.
    PresentSize com esses valores: 7 e 10.

  15. #15
    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
    Quote Originally Posted by |WE11ington| View Post
    O problema de detectar em seu caso não sei te dizer o que é, pois bem, não sei como esta o seu código após esse trecho que você mencionou. Mas em Windows 7 32 Bits, funciona dessa maneira com esse detour modo:

    Code:
    LPVOID DetourCreate( PBYTE pbTargetFunction, PBYTE pbDetourFunction, INT intSize )
    {
        DWORD dwProtect;
        PBYTE pbDetour = ( PBYTE  )malloc( intSize + 5 );
    
        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;
    
        *( BYTE * ) ( pbTargetFunction + 0 ) = 0xB8;
        *( DWORD * )( pbTargetFunction + 1 ) = ( DWORD )( pbDetourFunction );
        *( WORD * ) ( pbTargetFunction + 5 ) = 0xE0FF;
    
        for( INT i = 7; i < intSize; i++ )
            *( BYTE * )( pbTargetFunction + i ) = 0x90;
    
        VirtualProtect( pbTargetFunction, intSize, dwProtect, &dwProtect );
    
        return ( pbDetour - intSize );
    }
    Code:
    DWORD vTable[2] = {0};
    CreateDevice(vTable);
    
    oReset   = ( tReset )   DetourCreate( ( PBYTE )vTable[16], ( PBYTE )&ResetDevice,  ResetSize );
    oPresent = ( tPresent ) DetourCreate( ( PBYTE )vTable[17], ( PBYTE )&PresetDevice, PresentSize );
    Windows 7 32 e 64 Bits.

    ResetSize com esses valores: 11, 12, 13 e 16.
    PresentSize com esses valores: 7 e 10.
    MEU DEUS VEIO.

    DWORD vTable[2] = {0};
    CreateDevice(vTable);

    oReset = ( tReset ) DetourCreate( ( PBYTE )vTable[16], ( PBYTE )&ResetDevice, ResetSize );
    oPresent = ( tPresent ) DetourCreate( ( PBYTE )vTable[17], ( PBYTE )&PresetDevice, PresentSize );
    VC INICIALIZA 2 DWORD com nome vTable e chama elas como 16 e 17 sendo na CreateDevice deve ser vTable[0] e vTable[1], PQP QUE BURIÇ !

    KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK

Page 1 of 3 123 LastLast

Similar Threads

  1. WR D3D Hook - =o - 03/22/07
    By Dave84311 in forum Hack/Release News
    Replies: 14
    Last Post: 10-06-2007, 09:59 AM
  2. tut How to hook tut 6
    By llvengancell in forum WarRock - International Hacks
    Replies: 1
    Last Post: 06-26-2007, 03:24 PM
  3. D3D hooking tutorial 5 i think
    By llvengancell in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-26-2007, 03:09 PM
  4. How can i hook the punkbuster?
    By TheRedEye in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-27-2007, 12:34 PM
  5. New Hacks Announced & Warrock DX Hook Update
    By Dave84311 in forum Hack/Release News
    Replies: 17
    Last Post: 03-02-2007, 03:54 PM