Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

GMS 211.2 AES Key

Junior Spellweaver
Joined
Nov 16, 2010
Messages
144
Reaction score
72
Hi everyone, i'm trying to sniff packet from current lastest GMS version (v211.2) with MapleShark. But the aes key on Diamondo25's server have not updated to lastest GMS's version yet (newest is v198.1). I have tried to use script to getGMS key from this topic by Diamondo25 (http://forum.ragezone.com/f921/release-gms-key-retriever-895646/), but it not working with lastest version of GMS, seem they have changed something in ZLZ.dll . Can anyone have a solution to get the lastest AES key of GMS? :?:
=====================================================
P/s: nvm, i have resolved it by myself after open ZLZ.dll in IDA.
Nexon have changed some addr so you just need to update 2 addr in GetKey script of Diamondo25
Code:
KEY_POS 0x14028
KEYGEN_POS 0x33C0
And here is v211.2 key (The key not change and same with v198.1 :lol: , I wasted my time )
Code:
----------- AOB ----------------
0x29, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0xBE, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 
0xE1, 0x00, 0x00, 0x00, 0x6C, 0x00, 0x00, 0x00, 0xD6, 0x00, 0x00, 0x00, 0xAE, 0x00, 0x00, 0x00, 
0x52, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x49, 0x00, 0x00, 0x00, 0xF1, 0x00, 0x00, 0x00, 
0xF1, 0x00, 0x00, 0x00, 0xBB, 0x00, 0x00, 0x00, 0xE9, 0x00, 0x00, 0x00, 0xEB, 0x00, 0x00, 0x00, 
0xB3, 0x00, 0x00, 0x00, 0xA6, 0x00, 0x00, 0x00, 0xDB, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 
0x87, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x99, 0x00, 0x00, 0x00, 
0x24, 0x00, 0x00, 0x00, 0x5E, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 
0x06, 0x00, 0x00, 0x00, 0xB7, 0x00, 0x00, 0x00, 0x47, 0x00, 0x00, 0x00, 0xDE, 0x00, 0x00, 0x00, 

----------- MapleShark format ----------------
2923BE84E16CD6AE529049F1F1BBE9EBB3A6DB3C870C3E99245E0D1C06B747DE

----------- OdinMS Format ----------------
byte key[] = { 0x29, 0x00, 0x00, 0x00, 0xE1, 0x00, 0x00, 0x00, 0x52, 0x00, 0x00, 0x00, 0xF1, 0x00, 0x00, 0x00, 0xB3, 0x00, 0x00, 0x00, 0x87, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 }
 
Last edited:
Newbie Spellweaver
Joined
Sep 27, 2018
Messages
93
Reaction score
20
Hi everyone, i'm trying to sniff packet from current lastest GMS version (v211.2) with MapleShark. But the aes key on Diamondo25's server have not updated to lastest GMS's version yet (newest is v198.1). I have tried to use script to getGMS key from this topic by Diamondo25 (http://forum.ragezone.com/f921/release-gms-key-retriever-895646/), but it not working with lastest version of GMS, seem they have changed something in ZLZ.dll . Can anyone have a solution to get the lastest AES key of GMS? :?:
Here is the ZLZ.dll of GMS v211.2:

Open IDA and ZLZ.dll and retrieve it yourself. Lol. There are a handful of threads available that explain how to do this.
 
Upvote 0
Back
Top