Here's some semi-psuedo for reading that..
[php]void Read()
{
DWORD *modBase = (DWORD*)GetModuleHandle("server.dll");
if(!modBase)
return;
DWORD value = *(modBase+0x716A34);
}
DllMainFunctionHere()
{
if(dll_attach blah blah)
{
Read();
}
return blahblah;
}[/php]
If it's DMA it's going to change all the time. Find a static pointer before attempting this.
the server.dll + 716A34 is the static pointer's addy im pretty sure