Hi.
I have been working for some time reversing the leaked server files and it's database structure, continuing the work of a very smart person here in ragezone.
After completing the database(guilds, cash shop, etc), I started learning c++ and created a programming api for the client/server, which contains a localhost, dlls to extend functionality and fix bugs in server binaries, etc.
The dlls allow the server to support version 53 of GMS and send custom packets to the client.
Unfortunately, v55 or higher are not possible due to the packet structures, which includes multiple pets and packet headers.
Mostly of the c++ was created just for fun and to improve my reversing skills
I have been working for some time reversing the leaked server files and it's database structure, continuing the work of a very smart person here in ragezone.
After completing the database(guilds, cash shop, etc), I started learning c++ and created a programming api for the client/server, which contains a localhost, dlls to extend functionality and fix bugs in server binaries, etc.
The dlls allow the server to support version 53 of GMS and send custom packets to the client.
Unfortunately, v55 or higher are not possible due to the packet structures, which includes multiple pets and packet headers.
Mostly of the c++ was created just for fun and to improve my reversing skills