Dear all
I've download GameServer 1.01.06 from topic : http://forum.ragezone.com/showthread.php?t=1007717 and i've can connect to Server to play game ^^
I want make some features like : /post , /add command...etc but can't hook DLL because have function protect GameServer
When I hook dll, the statement regarding the impact of offsets on GameServer been omitted...
Ex :
PHP Code:case DLL_PROCESS_ATTACH:
*(DWORD*)((0x004010D3 + 1)) = (DWORD)&ProtocolCore - 0x004010D8;
MessageBoxA(NULL, "Hooked", "Warning!", MB_OK);
break;
If add // before *(DWORD*)((0x004010D3 + 1)) = (DWORD)&ProtocolCore - 0x004010D8; . The MessageBoxA function will be show.... but remove // , message will be don't show ?
Anyone interested in this, and I can help and discussion..
Sorry my bad English :D




