Hi, I want to find Player Pointer, Server Pointer and 5slot Addy, I have the dumped Warrock, the question is... what should I search on Ida Pro to find it?
DWORD Player = FindPattern((PBYTE)"\xA1\x00\x00\x00\x00\x3B\xC3\x74\x00\x33\xC9\x41", "x????xxx?xxx", 1, true);
Do you have more? i need all to update my addy Logger :handsdown:Quote:
You can use this,
Code:DWORD Player = FindPattern((PBYTE)"\xA1\x00\x00\x00\x00\x3B\xC3\x74\x00\x33\xC9\x41", "x????xxx?xxx", 1, true);