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 v142.1 Encryption

BloopBloop
Joined
Aug 9, 2012
Messages
892
Reaction score
275

v55 or lower
----------------------------------------------------
IDK (expect getting it from the client as souravipcs53 explained)

v40 beta unpacked client at address 264570

v55-BigBang patch (something like that)
-----------------------------------------------------------
Open the dll in for example ollydbg and and then go to address 10060 in the dump window.
10010060 13 00 00 00 52 00 00 00 2A 00 00 00 5B 00 00 00 ...R...*...[...
10010070 08 00 00 00 02 00 00 00 10 00 00 00 60 00 00 00 .........`...

BigBang -v117 (i think)
-------------------------------------------------------------
You need to load ("run") the dll first

Then at 14020, the aes key can be found.

10014020 13 00 00 00 52 00 00 00 2A 00 00 00 5B 00 00 00 ...R...*...[...
10014030 08 00 00 00 02 00 00 00 10 00 00 00 60 00 00 00 .........`...

v117+
-----------------------------------------------------------------
You need to load the dll and then call the aes key generate function,
The function to generate the aeskey will override the default key at address 14020

default:

10014020 13 00 00 00 52 00 00 00 2A 00 00 00 5B 00 00 00 ...R...*...[...
10014030 08 00 00 00 02 00 00 00 10 00 00 00 60 00 00 00 .........`...

After calling the function at address 1340

10014020 46 00 00 00 3C00 00 00 A3 00 00 00 B6 00 00 00 ...R...*...[...
10014030 2F 00 00 00 AE 00 00 00 57 00 00 00 B7 00 00 00 .........`...
 
Last edited:
Junior Spellweaver
Joined
Dec 9, 2011
Messages
156
Reaction score
39
here is how you find it via the client. no need getting ur head inside ur butt
Daenarys - GMS v142.1 Encryption - RaGEZONE Forums

Forgot to add. it gets overwritten at the runtime. so run the client to get it.
 
Last edited:
Newbie Spellweaver
Joined
Jul 2, 2013
Messages
67
Reaction score
22
i don't understand all answer
pls taught step by step :)

If you can taught me this my dll :

If have picture in tutorial is so good :)

ps.i develop msea not gms :)
 
Last edited:
Everything is possible~
Loyal Member
Joined
Jan 9, 2008
Messages
818
Reaction score
847
here is how you find it via the client. no need getting ur head inside ur butt
Daenarys - GMS v142.1 Encryption - RaGEZONE Forums

Forgot to add. it gets overwritten at the runtime. so run the client to get it.

That's what GetKey does for ya; running the override function, then showing it to you :)
 
BloopBloop
Joined
Aug 9, 2012
Messages
892
Reaction score
275
i don't understand all answer
pls taught step by step :)

if you can taught me this my dll :

if have picture in tutorial is so good :)

ps.i develop msea not gms :)


11820 || 13 00 00 00 52 00 00 00 2a 00 00 00 5b 00 00 00
11830 || 08 00 00 00 02 00 00 00 10 00 00 00 60 00 00 00
 
Last edited:
Back
Top