Search results

  1. Quackster

    prjHelios [C#, R49, Entity Framework]

    I meant client-side race conditions. For example, there was an issue where the rollers would inconsistently have an item zoom around for no reason whatsoever, even when the ticks are the same, and I realise that it's because the server doesn't wait until the packet is sent before it's written...
  2. Quackster

    prjHelios [C#, R49, Entity Framework]

    I gotta be honest, I'm kind of not happy with this project - I've made a lot of mistakes and requires rewriting major parts of the server. One of the problems is that I don't wait after sending packets which could lead to race conditions happening, and as a consequence I'd need to change large...
  3. Quackster

    Habbo R39 Encryption don't receive session params packet

    Alright, I'm eager to see your progress.
  4. Quackster

    How to properly edit the Habbo Shockwave client files (cst/dir)?

    Just do projectorrays.exe decompile filename.cct/.dcr And ProjectorRays will output a new file with the same name and either .cst/.dir extension that you can open in Directory MX 2004.
  5. Quackster

    Habbo R39 Encryption don't receive session params packet

    Is the packet not padded with random garbage that you need to remove? I'd be double checking your implementation around how the padding is done. For example, instead of 2, 1, 0 mine is 3, 2, 1 because the first byte is always trash. var tByte1 = tHeader[2] & 63...
  6. Quackster

    Old font does not working

    It is definitely to do with Wine and there is nothing that we can do to fix it. It's a Wine problem not a Shockwave problem.
  7. Quackster

    ChatGPT’s future..

    ChatGPT needs to be less lobotomised and also connected to the internet because I dislike how its knowledge is limited to 2021 and if it doesn't know about something, you have to tell it rather than it being able to search the internet for it.
  8. Quackster

    Maybe add chat?

    That's cool to hear, thanks. :) And yeah you're right about Discord being a walled garden - which is precisely why I opened this forum.
  9. Quackster

    Hello, I'm Cassander

    Welcome Cassender, thank you for being here :) And about the months and years ahead, I aim to keep this running for as long as possible.
  10. Quackster

    A question about the Shockwave client

    I'm currently working on a tool to deploy your own Habbo projector, I'll have it ready at some point™ in the future.
  11. Quackster

    Shockwave Dev Resources

    Thank you very much! I've stickied it. Though I hope you don't mind I've edited your post and added ProjectorRays as it's one of the most biggest leaps in recent history in regards to Shockwave decompilation.
  12. Quackster

    Hey!

    Hello dek! It was cool chatting to you on our Discord server, you've sure been around for a while. Welcome to the forum. :)
  13. Quackster

    Hi from a fan of the Yellow Plastic Pod Chair

    Hello Plasto, welcome to the forum :)
  14. Quackster

    Strategy on cutting hosting costs down

    Both sites are hosted on a VPS - because it doesn't need much, just storage space, and I have plenty of it. My monthly total is $20.66 USD which isn't a lot, but that was after paying $160 USD for the XenForo license.
  15. Quackster

    Mobiles Disco Pack

    Thank you! :3 It has been added. https://h4bbo.net/archive/Habbo%20Archives/Shockwave/dreamcatcher_mobilesdisco.zip
  16. Quackster

    Maybe add chat?

    Maybe, the plugin costs money though. I already am paying for server costs (one for the forum and another to host the archive files) and I paid a lot out of pocket for the XenForo license. I'll see, if there's enough demand for it, maybe user upgrades can help cover the costs in future.
  17. Quackster

    Steganography banner.png/php for r34-r39 encryption

    I managed to get the first method working, here's the patched swf: https://www.mediafire.com/file/ntq1mkkx4sgevnn/Habbo_DH_PATCHED_RELEASE39.swf/file This swf also has two other things patched as it was the one I used for Classic Habbo (removed the annoying flash plugin out of date alert popup...
  18. Quackster

    Steganography banner.png/php for r34-r39 encryption

    RABCASM and then decompress with. abcexport Habbo.swf rabcdasm Habbo-0.abc rabcdasm Habbo-1.abc rabcdasm Habbo-2.abc pause Recompress with abcreplace Habbo.swf 0 Habbo-0/Habbo-0.main.abc abcreplace Habbo.swf 1 Habbo-1/Habbo-1.main.abc abcreplace Habbo.swf 2 Habbo-2/Habbo-2.main.abc rabcasm...
  19. Quackster

    Steganography banner.png/php for r34-r39 encryption

    I was actually looking at this the other day to implement the DH key exchange in ION/Deltar for RELEASE 34. Simply you just need to reverse the way it reads the banner.png pixels. onHotelViewBanner loaded...
  20. Quackster

    prjHelios [C#, R49, Entity Framework]

    Well, you know that MySQL/MariaDB has built in JSON functions too? Since MySQL 8 iirc. And yeah, very keen to have this incredibly complete, thanks everyone :)
Back
Top Bottom