Okay well I am having a bit of a problem lol I have asked like 3 people for a solution on this here and they havent got back to me yet so I figured I would just post the crap on the site to see if anyone on here could help me LoL

I got these four lines of coding here and I need to figure out which is the right one because I am to damn lazy to keep testing different ones.


Address = Main.FindPattern(dwD3D9, 0x128000, (PBYTE)"\xF8\xEF\x7D\x00\x20\x70\x7F\x00\x08\xB9\x 00\x00\x00\x00", "xx????xx????xx" ); - 1
or
Address = Main.FindPattern(dwD3D9, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x 00\x00\x89\x86", "xx????xx????xx"); - 2
or
Address = Main.FindPattern(dwD3D9, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x 00\x00\x89\x86", "xxxxxxxxxx????"); - 3
or
Address = Main.FindPattern(dwD3D9, 0x128000, (PBYTE)"\xF8\xEF\x7D\x00\x20\x70\x7F\x00\x08\xB9\x 00\x00\x00\x00", "xxxxxxxxxx????" ); -
4
is it 1? 2? 3? 4?