Originally posted by BLiNDzZ
Anything g_client related can be found in seconds, all you need is a offset to base off of (most of the time g_client offset) + the difference to the mod, but we both know this
Here are some examples for some who don't understand :
g_client 0xF12F80
Client 0 Name 0x0F15F1C g_client + 0x2F9C
Client 0 Noclip 0x00F16197 g_client + 0x3217
Client 0 Redboxes 0xF12F93 g_client + 0x13
So for example you could do 0xF12F80 + 0x2F9C and it will be the client 0 name, same for the others. This will work on 1.04 unless they change the client size (which has only happened 1 time since i have been modding).
Im sure from here you can understand how easy it is from here guys.