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 aasdf

  1. A

    Web C# MapleStory Clientless on GMS v157.3 problem!

    After sending the 0x0049 packet (select char packet) = insta disconnect. Has anyone managed to get in game with a clb on gms v.157.3? Yes I have reviewed the packet structure! public static PacketWriter SelectCharacter(int uid, string pic, string MACaddress, string HWID) {...
  2. A

    Weird packet sniffed

    I actually have no idea what to do, I am 14 & don't know any programming language, I use mapleshark to sniff packets to update public clb source. I copy paste codes. I play the official ms not really into pserver development lol.
  3. A

    Weird packet sniffed

    @Diamondo25
  4. A

    Web v.150 gms clb

    I'm having trouble retrieving the uid through buddy list request. What am I doing wrong it always return 0 for the uid... You must be registered for see element. using System;using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
  5. A

    Nexon removed time stamp on packet as of v.150?

    Did they?
  6. A

    Web I can't see a packet in mapleshark?

    wow I didn't know I had that packet ignored. thx
  7. A

    Web I can't see a packet in mapleshark?

    additionnally when I launch maplestory (not clb) the validate packet is not even being shown. Diamondo25 photo: You must be registered for see element.
  8. A

    Web I can't see a packet in mapleshark?

    You must be registered for see element. On my clb, after I receive the maple handshake, I send the validate packet but it's not showing in maple shark wtf? Here's code: PacketWriter ValidateLogin = new PacketWriter(); ValidateLogin.WriteShort(SendOps.VALIDATE_LOGIN)...
  9. A

    Web What is wrong with gms v.149.1 aes key?

    I just had to remove that? lol thx got it to work wished u said that at first =/ request close thread
  10. A

    Web What is wrong with gms v.149.1 aes key?

    i just want to update a clb.
  11. A

    Web What is wrong with gms v.149.1 aes key?

    I dont know what is maplecrypto...
  12. A

    Web What is wrong with gms v.149.1 aes key?

    that is not nice i might commit suicide, any1 can help me and has something nice 2 say
  13. A

    Web What is wrong with gms v.149.1 aes key?

    i done step 1, but dont know what 2 do after see download link above
  14. A

    Web What is wrong with gms v.149.1 aes key?

    how to remove shanda in maple packet lib?
Back
Top