Just Press Thanks that's all the payment

Originally Posted by
nielshetschaap
Can someone please make a simple tut how to find patterns?
it's easy the only hard part is the masking of the byte's
sample:
DWORD Addr_Memunliammo = FindPattern((PBYTE)"\xA1\x28\x00\x00\x00\x00\x8B\x 0D\x28};","xx????xxx", 1, true); //GOOD BYTE"S for warrock PH
Look at the x00 then look at the xx????xxx count the x00 that's the byte's that changed every patch the X mark is the unchanging byte's till the version of the client is updated
it go like this
---X---X---?---?---?---?---X---X---X---
\xA1\x28\x00\x00\x00\x00\x8B\x0D\x28
even so you have to look to the dump file and updated address
REMEMBER THIS:
this will work if your pattern is a good byte's
6 byte's
if the pattern start with FF:
xD8 = , 2, true);
x68 = , 1, true);
x8B = , 2, true);
xD9 = , 2, true);
xDC = , 2, true);
xA1 = , 1, true);
x81 = , 2, true);
xC7 = , 2, true);
Screen:
