You can use XTrap ByPass + OllyDbg and look in Crossfire.exe my Pattern for WallHack is :
unsigned long WallHack = FindPattern((DWORD)GetModuleHandleA("crossfire.exe "), 0x2D7000, (PBYTE)"\xB8\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x 8B\x06\x8B\x50\x18", "x????x????xxxxx");
if(WallHack)
{
WallHack = *(PDWORD)(WallHack+0x01);
}
ya, i know how to find wallhack address, i have a xtrap bypass...
but i dont know how to find the wallhack pattern xP
thx ;D