hey every1.
at the last patchs every time i try to open conquer using csv3hook
"failed 1" error appeared.
when i tried to check its open source
i see this
anyone could help??:)
at the last patchs every time i try to open conquer using csv3hook
"failed 1" error appeared.
when i tried to check its open source
i see this
PHP Code:
BYTE pattern[] = { 0x85, 0xC0, 0x75, 0x00, 0x8B, 0x4E, 0x00, 0xE8, 0x00, 0x00, 0x00, 0x00, 0x83, 0x4D, 0x00, 0x00, 0x8B, 0x00, 0x00 };
bool wildcards[] = { 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1 };
PBYTE match = (PBYTE)FindMemoryPattern(pattern, wildcards, 19);
if (match==NULL)
{
sprintf(szDebug, "failed 1", (DWORD)match);
MessageBoxA(NULL, szDebug, "ERROR", MB_OK);
return;
}