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!

Recent content by Ashime

  1. Ashime

    [RELEASE] Soul of Ultimate Nation Emulator, Server Files, GM-Tools & More!

    I have updated all of my Google download links on page 9. No doubt that my Mega download links are down, but that will take longer to update. At this current moment I will not be updating my MEGA download links because all of my files from that site were deleted on me. Therefore I would have...
  2. Ashime

    [S.U.N Online] Encryption Algorithm

    Alex Mgh Sadly, I dont have as much time as before. The lack of time is why I dropped my project completely. I have gone through and pulled the .cpp and .h for Simple Modulus from the old project files, but I havent had the time to convert it over to Java. I havent had the chance to work on...
  3. Ashime

    [S.U.N Online] Encryption Algorithm

    KISA has the SEED algorithm posted on their website for free. Follow the You must be registered for see element. and click "KISA_SEED_ECB_CBC_CTR_CCM_GCM_CMAC.zip [332.2K]". FYI: The code is a hot mess. lol.
  4. Ashime

    [S.U.N Online] Encryption Algorithm

    @You must be registered for see element. Do you know of any games that use the SEED algorithm? I am struggling to find anything online. Good news is there is a header file in the old SUN files with the SEED prototypes. I looked up seed.c and got source code You must be registered for see...
  5. Ashime

    [Development] SUN Online v1007

    @cmb, Ben, SanGawku Can you please close my project? Reason: The client no longer works on Windows 10, and the company who owns the client doesn't provide support. I also do not have the time necessary to continue this project actively. Instead, I will support other projects that are currently...
  6. Ashime

    [Development] Soul of the Ultimate Nation - Server Emulator

    If your client is using GameData.dat, then you can change the LanguageType option to the follow: 2 = Chinese, 3 = Taiwanese, 4 = Japanese, 5 = German, 6 = Russian. This will force the game to load the corresponding language files, if the language files exists in the Resource.wpk. I'm not sure...
  7. Ashime

    [Development] Soul of the Ultimate Nation - Server Emulator

    @You must be registered for see element. Did you figure out the packet encryption or did you use a bypassed client?
  8. Ashime

    Is it worth posting & explaining packet structures & encryption?

    Re: Is it worth posting & explaining packet structures & encryption? Thank you for responding You must be registered for see element.. Explaining the XOR pass and the encryption for the first packet makes sense. Does any of the source code use appendChecksum method inside the...
  9. Ashime

    [S.U.N Online] Encryption Algorithm

    Alex Mgh No. I didn't check out Seed because I was not aware that this encryption existed. TEA doesn't work, not even with the same encryption key used prior for the passwords. IDA Freeware pulls up functions for advapi32.dll. You don't see that library being called in clients that bypass the...
  10. Ashime

    Aion Code Editor

    Hello everyone. I found an Aion Code Editor inside the client. Does anyone know what it does or how to use it? To find the editor, you can unpack the ui.pak file and the file is called "aioncodeeditor.html". It looks fully functional since it has decent amount of JavaScript functions. Thank you!
  11. Ashime

    Aion client v7.7

    I figured out that you have to inject the aion.bin with parameters to get the game started. Although, I noticed that the retail 7.7 server calls for a particular set of parameters. I cannot find anything on what each parameter means. Can someone further explain this? Example: -cc:1 -noauthgg...
  12. Ashime

    Is it worth posting & explaining packet structures & encryption?

    I think this topic is worth diving into. Posting basic packet structures with packet ids, message ids, and any common patterns you may see. Explaining which encryption is used for which parts of the login or game server would be nice. I notice some source code having three classes for...
  13. Ashime

    Aion client v7.7

    Hello everyone. I was playing on Aion v7.7 for NA retail server. The NC Soft launcher requires you to login, launch the game through the launcher, and the game automatically logs you in. Seeing how Aion doesn't have an executable (.exe), how do you guys manage to launch the game without one? I...
  14. Ashime

    [Development] Soul of the Ultimate Nation - Server Emulator

    @CwaniX I updated TEA.java on my version of the project. I believe I did the pull request correctly. Let me know if nothing shows up for you or if you have any questions about what I changed. Thanks!
  15. Ashime

    [Development] Soul of the Ultimate Nation - Server Emulator

    I respect your answer, but keep in mind that figuring out the encryption results in being able to read and implement retail server packets quicker. We would not have to guess or dig for answers elsewhere. I will continue to figure out the encryption algorithm, then I will create a proxy server...
Back
Top