ViewMatrix Signature Problem
I found the signature for ViewMatrix but it is not working correctly
Sig:
How Sig Is Used:
This is what it looks like when I use it 
I know its something wrong with my sig because if I remember correctly, zat's dumper dumps 3 viewmatrix offsets and only viewmatrix1 works correctly not the other 2.
Any help with the correct sig would be appreciated.
Thanks in advance!
Sig:
Code:
0xF3, 0x0F, 0x6F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x8D, 0x85
Code:
DWORD ViewMatrixArray = MManager.FindPatternArr(Client.dwBase, Client.dwSize, "xxxx????xx", 10, 0xF3, 0x0F, 0x6F, 0x05, 0x00, 0x00, 0x00, 0x00, 0x8D, 0x85); m_dwViewMatrix = MManager.Read<DWORD>(ViewMatrixArray + 4) - Client.dwBase;

I know its something wrong with my sig because if I remember correctly, zat's dumper dumps 3 viewmatrix offsets and only viewmatrix1 works correctly not the other 2.
Any help with the correct sig would be appreciated.
Thanks in advance!


