Results 1 to 9 of 9
  1. #1
    SouFoda_'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Fodalandia
    Posts
    107
    Reputation
    10
    Thanks
    16
    My Mood
    Angelic

    Duvida sobre o Disconect

    O que mais eu devo atualizar em meu hack para ele não dar DC? Alem do LTClient que nao mudou apos a atualização mais meu amigo diz que meu hack da dc =/
    Entaum o que eu DEVO atualizar?

  2. #2
    Se lutar tú vai além, humilde igual Jesus.
    MPGH Member
    Turbulence's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2,181
    Reputation
    10
    Thanks
    742
    My Mood
    Pensive
    Pode mudar todos adress continuará dando disconnect porquê o problema não é lá.
    É no hook.
    [IMG]https://especiais.lancene*****m.br/santos-campeao-libertadores-2011/images/escudo-santos.png[/IMG]

  3. #3
    Johnny9813's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    -MPGH-
    Posts
    371
    Reputation
    14
    Thanks
    266
    My Mood
    Bored
    Elinson esta certo mais da f7 e Packea essa bosta.


    Packea bem q funfa. kkk

  4. #4
    SouFoda_'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Fodalandia
    Posts
    107
    Reputation
    10
    Thanks
    16
    My Mood
    Angelic
    @elinson qual e o problema na hook?
    @Johnny9813 Eu ja packei maano mas ta dando dc =/

  5. #5
    victorsilent's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    191
    Reputation
    10
    Thanks
    33
    My Mood
    In Love
    creio que isso seja um hook

    #include "stdafx.h"
    #include "main.h"

    typedef HRESULT (WINAPI* xSilent) (LPDIRECT3DDEVICE9 SilentA, CONST RECT* SilentB, CONST RECT* SilentC, HWND SilentD, CONST RGNDATA* SilentE);
    xSilent ySilent;
    HRESULT zSilent (LPDIRECT3DDEVICE9 SilentA, CONST RECT *SilentB, CONST RECT *SilentC, HWND SilentD, CONST RGNDATA *SilentE)
    {
    ha_ck_s1 ();

    return ySilent(SilentA, SilentB, SilentC, SilentD, SilentE);
    }

    VOID *DetourJMPSilent (BYTE *src, CONST BYTE *dst, CONST INT len)
    {
    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;
    for(INT iSilent = 5; iSilent < len; iSilent++) src[iSilent] = 0x90;
    VirtualProtect (src, len, dwBack, &dwBack);

    return (jmp - len);
    }

    BOOL CheckModules (VOID)
    {
    if (GetModuleHandle ("ClientFX.fxd") != NULL
    && GetModuleHandle ("CShell.dll") != NULL)
    return true;

    return false;
    }

    VOID huuksilent (VOID)
    {
    while (!CheckModules ())
    Sleep(100);

    DWORD *dwDeviceGame = ***(DWORD ****)DeviceGame;
    ySilent = (xSilent) DetourJMPSilent ((BYTE *)dwDeviceGame[17], (BYTE *)zSilent, 5);
    }

    eu fiz varias alterações nesse nem testei ainda mas não sei se funfa então se quiser testa '-'

  6. #6
    nanoesouza's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Apucarana PR
    Posts
    260
    Reputation
    10
    Thanks
    8
    My Mood
    Angelic
    faz o seguinte: c n der certo o q eles disseram vc soh pega teu pc e taca no chao com toda força q vc tive q deve funfa -.- comigo deu certo com o TKO... tah finfando ateh hj

  7. #7
    Se lutar tú vai além, humilde igual Jesus.
    MPGH Member
    Turbulence's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2,181
    Reputation
    10
    Thanks
    742
    My Mood
    Pensive
    Quote Originally Posted by nanoesouza View Post
    faz o seguinte: c n der certo o q eles disseram vc soh pega teu pc e taca no chao com toda força q vc tive q deve funfa -.- comigo deu certo com o TKO... tah finfando ateh hj
    Hahaha \troll!

    Intão, Tem um jeito de arrumar essa base, sem ao menos tocar na hook \\
    [IMG]https://especiais.lancene*****m.br/santos-campeao-libertadores-2011/images/escudo-santos.png[/IMG]

  8. #8
    Mateuus.'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Combat arms BR
    Posts
    167
    Reputation
    10
    Thanks
    45
    My Mood
    Aggressive
    Quote Originally Posted by elinson View Post
    Hahaha \troll!

    Intão, Tem um jeito de arrumar essa base, sem ao menos tocar na hook \\
    Packer PesPin ??? rsrsrs
    Osama foi morto e não viu, o Corinthians ser campeão da libertadores

    [IMG]https://images.orku*****m/orkut/photos/PQAAALiyqvEEGwVCZphTulQj62YZkcSCDTwh1Wu_GJLqL-g2mBxmv0oJ-n95JcTjMvtZhJ3E0ASkVbbYOZhYc8gR9uQAm1T1UIX8T_EoptC hA3BPNxtu1CJjKxld.jpg[/IMG]


    Não roube! O governo detesta concorrência...


  9. #9
    SouFoda_'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Fodalandia
    Posts
    107
    Reputation
    10
    Thanks
    16
    My Mood
    Angelic
    Quote Originally Posted by nanoesouza View Post
    faz o seguinte: c n der certo o q eles disseram vc soh pega teu pc e taca no chao com toda força q vc tive q deve funfa -.- comigo deu certo com o TKO... tah finfando ateh hj
    [IMG]https://*********/4mV1C[/IMG]
    FUUUUUUUUUUUUUUUUUUUUUUUUUUU