|
The only way you can get rid of that GM command is by modifying on the server sided (dekaronserver.exe) the op code of that packet received from the client and that is:
/GM ghostmode on
Client 0506000B 02 02
Server 05080001
/GM ghostmode off
Client 0506000B
Server 05080001
Or you can completely removed the function of the GM op code in the dekaronserver.exe so the packet from client will never reach the server.
Hope it helps.
|