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!

How to create your own xtea keys for client encryption

Joined
Mar 29, 2019
Messages
1,032
Reaction score
1,191
Here's how you can create your own keys for client encryption and add the keys to etermanager

1. Download and install python 27. You can download it from
2. Download xtea_keys_gen.bat and xtea_keys_gen.py from
3. Execute xtea_keys_gen.bat and you will get this

Archgeus - How to create your own xtea keys for client encryption - RaGEZONE Forums


Archgeus - How to create your own xtea keys for client encryption - RaGEZONE Forums


4. Go to ~\EterPack\EterPack.cpp and replace static DWORD s_adwEterPackKey and static DWORD s_adwEterPackSecurityKey with your own keys

5. Now open your eternexus/pack and edit the index and pack key by yours

Archgeus - How to create your own xtea keys for client encryption - RaGEZONE Forums

*Remember to clic save to record the values.

6. Recompile your client source and gtg

**Credits for martysama0134 for create this very useful tool
 
Back
Top