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 Zaseth

  1. Zaseth

    Key retrieval and XOR decryption

    What you're basically looking for is the Many Time Pad Attack (Crib Dragging)
  2. Zaseth

    Key retrieval and XOR decryption

    Mind sending the code so we can look at it?
  3. Zaseth

    Stick Arena: Dimensions emulator

    Server is working fully and will receive some updates.
  4. Zaseth

    Stick Arena: Dimensions emulator

    I'm still working on this and I'm still looking for extra help!
  5. Zaseth

    Stick Arena: Dimensions emulator

    Currently I have to make room support. If anyone wants to help me, PM me your Discord.
  6. Zaseth

    Stick Arena Dimensions emulator help

    Hello! I'm writing an emulator for Stick Arena Dimensions and I could use some help. You need to know node.js, MySQL and an object orientated mind. The only thing that there's left to be done is rooms and such. I'd really love to preserve this game as best as possible before Flash goes dead...
  7. Zaseth

    Stick Arena: Dimensions emulator

    Hello. I'm writing a Stick Arena Dimensions emulator in Node.js. It's getting form, but not finished yet. If you're willing to help me on this project you can PM me your Discord :thumbup1: You can find the source You must be registered for see element.
  8. Zaseth

    [Age of Wushu] Looking for Developers

    I might be interested. Hmu man
  9. Zaseth

    [SoulWorker]SoulWorker emu java

    It could be possible that the message is not a ByteBuf.
  10. Zaseth

    XGENSTUDIOS BlastRage decompile

    Hi. I have You must be registered for see element. that is obfuscated. Looking for someone to check it out and see if you can de-obfuscate it.
  11. Zaseth

    DragonFable encrypt & decrypt tool

    DragonFable encrypts POST data using <ninja(version)>encryptedtext</ninja(version)>. This script can decrypt every version so you know what it's posting.
  12. Zaseth

    BoomBang decrypt tool

    BoomBang uses the IRR obfuscator that encrypts specific strings that are marked as "classified". I think function names / variables are also encrypted, not too sure though.
  13. Zaseth

    [Help] DMNCMS Injections

    @solarismu Every MySQL error is captured. When you put an apostrophe in the query, it'll always generate an error. That's why OP should put an apostrophe wherever he can in-site and use a vulnerability scanner for PoC.
  14. Zaseth

    Reverse engineering a game client from a discontinued game

    Hello. I'm pretty experienced in creating servers and working with the TCP/UDP protocol. If you want to talk more, pm me your Discord tag and I'll add you. You can find my work on my Github, which is in my signature.
  15. Zaseth

    [Help] DMNCMS Injections

    If your stuff is written in PHP, put in every .php file using MySQL the following line after the beginning of the script: error_reporting(-1); This will print any error. Do note that everyone can see those errors. Let us know what errors you're getting.
Back
Top