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 AWA

  1. AWA

    Habbo V1 RC4 Encryption - C#

    I remember people saying that decompiling the old Shockwave clients would be impossible – it's cool to see that they were proven wrong! There were several features I wanted to implement back in the day, but I could only do so much with missing packet logs. Anyways, nice to see you're still...
  2. AWA

    Java on linux server

    Try installing JRE 8
  3. AWA

    Firewind Emulator (Open Source)

    This version is already available here: You must be registered for see element. It's an old experimental (and incomplete) version.
  4. AWA

    Arcturus Decompiled Source - Arcturus Jar Dumper

    Moderators, you just deleted information about possible vulnerabilities. I'm not saying they're intentional, and whether or not they are is irrelevant anyways. The users of this emu should know about them, and deleting posts which shows them is stupid.
  5. AWA

    Checksum - how is it generated?

    Nobody has been able to get the source of the app yet (see here:You must be registered for see element.). It might be easier to decompile the Android app instead and extract the as3 code from there.
  6. AWA

    White screen fix - New versions

    Pseudocode for the check: if (timenow >= expiretime) { if(host.contains("varoke.net") { // client is allowed to load } else if(host.contains("habbo.com")) { if(host.contains("game-xx")) // xx being de,dk,es,fi,fr,it,nl,no,se,us,br,tr,s1,s2, or s1-test...
  7. AWA

    Firewind Emulator [Closed source] [leak]

    Wasn't this released like 2 times already?
  8. AWA

    PlusEMU - Habboon Edit - PRODUCTION-201601012205-226667486

    Mods, you should probably make a FAQ/help thread for this
  9. AWA

    Furnidata.txt => furnidata.xml and furnidata syncer

    Here is an updated link: You must be registered for see element.
  10. AWA

    Problem with catalog packet

    Give us some information on what client version you're using.
  11. AWA

    Edit MOD Tool

    The the localization for the mod tool is in the Habbi.swf. If you wan't to change that, you gotta change the binary files of Habbo.swf. You caun either use leenser's tools for this, or the RABCDasm library.
  12. AWA

    [Custom Emulator] Need help to decomplie

    Ask the one that compiled it, maybe he will help you. Well, maybe not.
  13. AWA

    What is the most stripped down, bare whatever current version Habbo is on server?

    You must be registered for see element. could be a good start.
  14. AWA

    Code some commands

    Try changing session.GetHabbo().GetAvatarEffectsInventoryComponent().ActivateCustomEffect(effect); to session.GetHabbo().GetAvatarEffectsInventoryComponent().ActivateCustomEffect(9);
  15. AWA

    Code some commands

    Try setting breakpoints in your code and debug it in Visual Studio. That way you can see what each variable gets set to, and the general flow.
Back
Top