Hi... Recently I tried to find BasicPlayerInfo and WeaponMgr, But I didn't find them. So the question is, Is there a manner to search them? I've been searching in the forum for hours. If someone could help me, I would appreciate
Find a value in that class/list. Then you can see the base address. "address+offset"
Edit:
A list is a bunch of pointers (size of a pointer is 0x04), that point to some memory.
So (address+(4*index))+offset
Originally Posted by Brimir
Find a value in that class/list. Then you can see the base address. "address+offset"
Edit:
A list is a bunch of pointers (size of a pointer is 0x04), that point to some memory.
So (address+(4*index))+offset