CShell.dll or MiniObject.dll
hi, can someone say me what i have to change, to use ptc commans in a other dll example for other games or crossfire miniobject.dll
this is for cshell.dll
Code:
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
is this right?
Code:
DWORD dwCShell = (DWORD)GetModuleHandleA("MiniObject.dll");
what i have to do here?
Code:
DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
what i have to change?
how i get this address?
again this for cshell.dll
Code:
while(GetModuleHandleA("CShell.dll") == NULL ) {
is this right changing?
Code:
while(GetModuleHandleA("MiniObject.dll") == NULL ) {