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 Emerica

  1. Emerica

    C# Habbo structures

    Well...I have to stop developing this for some time. I have to do some other work and projects and can't find time for this project.. So I pushed the last updates (With IncomingMessages reader) to Git. There is an updated version for the structure reader, which is more clean than the first one...
  2. Emerica

    C# Habbo structures

    You must be registered for see element. It is an algorithm to get the difference count from two strings. So there is some work left you have to do yourself :) But I'm working on this. I have some problems with comparing a whole method. But in my tests it updates 3/4 headers :) Here is an...
  3. Emerica

    C# Habbo structures

    You must be registered for see element. You must be registered for see element. Later I'll set this on Git. I implemented the Levenshtein algorithm to compare the old structure with the new one. And it compares the old parse method with the new one. There is still a lot todo.
  4. Emerica

    C# Habbo structures

    Re: Habbo structures You must be registered for see element. Finally fixed the duplicate error. The structure finder seems to work without bugs now. I'll push the update now on Git.. :=)
  5. Emerica

    C# Habbo structures

    Re: Habbo structures I posted an updated version on GitHub. There is only one issue (Posted here: You must be registered for see element.) The version on Git is more clean. Maybe someone can fix the duplicate error
  6. Emerica

    C# Habbo structures

    Re: Habbo structures I thought that the person who uses the program can use str + h to rename these strings.. But oke, I'll code a function which detects the names automatic :rolleyes: -------------------------------------------------- Edit: I added the automatic detection for the function...
  7. Emerica

    C# Habbo structures

    Re: Habbo structures You must be registered for see element. Here you go, but actually there is no code for the comparer atm. Its just a different version from the StructureWriter (ATM :laugh:)
  8. Emerica

    C# Habbo structures

    Re: Habbo structures I'm going to setup a git in a few days / in a week, so everyone whos interessed can help. I'm going to work on this.. [522] is a MessageComposer, you can't get structure from it :D
  9. Emerica

    C# Habbo structures

    Re: Habbo structures Decompile the swf, You must be registered for see element.
  10. Emerica

    C# Habbo structures

    Re: Habbo structures As I already mentioned in my main post, it's still buggy. Thats why it's open source, you can edit it yourself. I don't have enough time atm. I created a program which compares lines from a method with lines from new methods. So there x-percentage that it's the new...
  11. Emerica

    C# Habbo structures

    Re: Habbo structures Writing some kind of search algorithm which compares the parse methods could help :)
  12. Emerica

    C# Habbo structures

    Re: Habbo structures Thanks guys for the feedback. The reason why I made this in a short time is, that I needed this yesterday for myself :D And it's not really bad coded, there just some parts which could be better (Like some parts which are two times coded) Maybe you guys toke the...
  13. Emerica

    C# Habbo structures

    Re: Habbo structures Well... just place a habbo_scripts file into the debug folder, change some const vars in the program class and thats it :ott1: You need to find out the namespace for messages in your file. Should look like this: You must be registered for see element.
  14. Emerica

    C# Habbo structures

    Hey, I don't know if this is usefull for someone. This is a little program for getting the structures out of the SWF. I'll release it open source, because it's still a little bit buggy with getting loops or new objects. Hopefully someone can go further with this:ott1: You must be registered...
  15. Emerica

    [Help] SocketAsyncEventArgs sending bytes

    You must be registered for see element. I got this problem, it says that the buffer object from sendEventArgs is NULL. But I set the buffer with "sendEventArgs.setBuffer()", offset is 0 and SendBytesRemainingCount is something > 100. So basically the buffer object can't be null..:blink:
Back
Top