MapleStory Private Server Wiki
Advertisement

The Admin command log packet is a packet sent by the client for logging Admin commands, such as '/ban {character name}' and '/h 1'.

When the Official MapleStory server receives this packet, the server will add a new line to the admin log file, including the date, time, character name and map ID.

Important note:'' When hacking, don't forget to block this packet, as it will make the GMs easier to find a non-GM using GM commands.

Packet Structure[]

The packet structure is fairly simple, as it only contains a string with the command text, like /ban thebannedchar.

XX XX || Short, Packet Header
XX XX ... || String, Admin Command
Advertisement