[Source Code]Um Endereço 2 funções [Wallhack/SeeGhost]
Endereço update 04 de Agosto de 2013
Code:
#define WallSee 0x7370B8
Para pegar endereço atualizado
Code:
DWORD Point = FindPattern(0x400000,0xFFFFFF,(BYTE *)"\x75\xFF\x83\x0D\xFF\xFF\xFF\xFF\x01\xB8\xFF\xFF\xFF\xFF\xE8","x?xx????xx????x");
Apos pesquisar o endereço:
Para utilizar e wallhack:
Wallhack = (( Point + 0xA) + 0xA4)
Valor ligado: - 16777217 //credits for me
Valor Desligado: 16777217
Para utilizar e SeeGhost:
SeeGhost = (( Point + 0xA) + 0xB8)
Valor ligado: 14
Valor Desligado: 4
Para quem ainda não entendeu:
Code:
#define WallSee 0x7370B8
int wallhack;
int seeghost;
void Funcao ()
{
if(wallhack){//wallhack
*(DWORD *)(WallSee + 0xA4) = -16777217;
}else{
*(DWORD *)(WallSee + 0xA4) = 16777217;
}
if(seeghost){ //SeeGhost
*(DWORD *)(WallSee + 0xB8) = 14;
}else{
*(DWORD *)(WallSee + 0xB8) = 4;
}
}
créditos
@
BACKD00R
@we11 @
lucifereviluser