Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw

    Atualize Seu Hack

    Atualize Seu Hack

    Como Muitos Estão Enchendo a Seção de posts do tipo " Hack dando D/C ", etc... Bom aqui vai um post de como atualizar o seu hack

    Algumas Strings Estão Sendo Detectadas Exemplo: Aimbot, Chams, Etc... Ou Você pode usar algum encrypter

    Endereços: Os endereços podem ser encontrados aqui mesmo na seção (Quando Atualizar o Cliente)

    Detours :
    Code:
    void *DetourCreate ( BYTE *src, const BYTE *dst )
    {
        int len = 5;
    
        BYTE *jmp = (BYTE*)malloc(len+5);
        DWORD dwback;
        VirtualProtect(src, len, PAGE_READWRITE, &dwback);
        memcpy(jmp, src, len); jmp += len;
        jmp[0] = 0xE9;
        *(DWORD*)(jmp+1) = (DWORD)(src+len - jmp) - 5;
        src[0] = 0xE9;
        *(DWORD*)(src+1) = (DWORD)(dst - src) - 5;
        VirtualProtect(src, len, dwback, &dwback);
        return (jmp-len);
    }
    Get Pointer :

    Code:
    DWORD GPointer(int inicio)
    {
    	DWORD *Device = ***(DWORD ****)DeviceGame;
    
    	if(Device == NULL)
    		return false;
    
    	return Device[inicio];
    }
    Hook :
    Code:
    void Hook (void)
    {
    	DWORD dwReset   = GPointer (16);
    	DWORD dwPresent = GPointer (17);
    
    	oReset   = (tReset)   DetourCreate((BYTE *) dwReset,   (BYTE *) &hkReset);
    	oPresent = (tPresent) DetourCreate((BYTE *) dwPresent, (BYTE *) &hkPresent);
    }
    
    BOOL IsGameHook(void)
    {
    	if(GetModuleHandle("d3d9.dll") != NULL 
    	&& GetModuleHandle("ClientFX.fxd") != NULL 
    	&& GetModuleHandle("CShell.dll") != NULL)
    		return true;
    	return false;
    }
    
    DWORD __stdcall dwMainThread(LPVOID)
    {
    	while(!IsGameHook())
    		Sleep(100);
    
    	Salt6();
    
    	return 0;
    }
    
    BOOL __stdcall DllMain(HMODULE MyhDll, DWORD MyReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(MyhDll);
    	if(MyReason == 1)
    	{
    		CreateThread(0, 0,(LPTHREAD_START_ROUTINE)dwMainThread, 0, 0, 0);
    	}
    	return TRUE;
    }
    Last edited by luizimloko; 02-04-2012 at 09:21 PM.

  2. #2
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Luizimloko ajudando as pessoas .
    Poderia explicar como atualizar uma detours .
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  3. #3
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by Hacker Fail View Post
    Luizimloko ajudando as pessoas .
    Poderia explicar como atualizar uma detours .
    Eu estar ajudando as pessoas lhe impressiona ?
    para atualizar uma detours estude Assembly

  4. #4
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by luizimloko View Post
    Eu estar ajudando as pessoas lhe impressiona ?
    para atualizar uma detours estude Assembly
    Sim.
    Eu não estou pedindo, só dando um conselho .
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  5. #5
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by Hacker Fail View Post
    Sim.
    Eu não estou pedindo, só dando um conselho .
    por que eu estar ajudando lhe impressiona ?

  6. #6
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by luizimloko View Post
    por que eu estar ajudando lhe impressiona ?
    Porque você é um dos únicos que ajudam as pessoas.
    A maioria fala "Se vire".
    Sei que muitos não merecem ajuda.
    Mas os que merecem são prejudicados por "esses" que não merecem.
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  7. #7
    ChaosMagician's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    1,669
    Reputation
    20
    Thanks
    1,326
    My Mood
    Dead
    Boa luizim

    Se são strings que estão detectadas o detour tá de boa '-' o esquema é usar um bypass mesmo que ngm tem

  8. #8
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by ChaosMagician View Post
    Boa luizim

    Se são strings que estão detectadas o detour tá de boa '-' o esquema é usar um bypass mesmo que ngm tem
    Eu vi um lugar que vende bypass por 10 reais .
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  9. #9
    FR1GHT's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Burguer e Bebendo Whisky
    Posts
    1,633
    Reputation
    68
    Thanks
    987
    My Mood
    Yeehaw
    Quote Originally Posted by Hacker Fail View Post
    Eu vi um lugar que vende bypass por 10 reais .
    Acho q sei onde é



  10. #10
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by 50-CeNt- View Post
    Acho q sei onde é
    onde ?

  11. #11
    FR1GHT's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Burguer e Bebendo Whisky
    Posts
    1,633
    Reputation
    68
    Thanks
    987
    My Mood
    Yeehaw
    Quote Originally Posted by luizimloko View Post
    onde ?
    era um antigo blog agora se mudaram



  12. #12
    S0aD's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    2,247
    Reputation
    5
    Thanks
    590
    luizim postar algum endereço = eu indo te pegar na tua cidade

  13. #13
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by 50-CeNt- View Post
    era um antigo blog agora se mudaram
    Fala o nome do site .


    Quote Originally Posted by S0aD View Post
    luizim postar algum endereço = eu indo te pegar na tua cidade
    Ué, deixe ele postar .
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  14. #14
    FR1GHT's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Burguer e Bebendo Whisky
    Posts
    1,633
    Reputation
    68
    Thanks
    987
    My Mood
    Yeehaw
    Quote Originally Posted by S0aD View Post
    luizim postar algum endereço = eu indo te pegar na tua cidade
    Já tem mano a lug ainda n att o client esqueceu eles são burros ganhando dinheiro com cash

    ---------- Post added at 01:56 PM ---------- Previous post was at 01:55 PM ----------

    Quote Originally Posted by Hacker Fail View Post
    Fala o nome do site .




    Ué, deixe ele postar .
    Ta kerendo q eu seja banido né



  15. #15
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by 50-CeNt- View Post
    Já tem mano a lug ainda n att o client esqueceu eles são burros ganhando dinheiro com cash

    ---------- Post added at 01:56 PM ---------- Previous post was at 01:55 PM ----------



    Ta kerendo q eu seja banido né
    Não claro que não .
    /zoa
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial] Ferramentas para crição de seu [1º Hack]
    By Nightmare in forum Combat Arms Brazil Tutorials
    Replies: 26
    Last Post: 12-26-2011, 12:03 PM
  2. [Info] Remover D/C de seu hack.
    By dllbaseII in forum Combat Arms BR Hack Coding/Source Code
    Replies: 69
    Last Post: 09-09-2011, 09:44 AM
  3. [Discussion] Qual foi seu primeiro hack?
    By Nightmare in forum Combat Arms Brazil Discussions
    Replies: 31
    Last Post: 06-10-2011, 04:37 PM
  4. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM