Search results

  1. Quackster

    [REL] [CRACKED] Alpha Series by Privilege - Visual Basic 6.0 Habbo emulator for 2011

    Hello, Some of you may have remembered this thread from 12 years ago: https://forum.ragezone.com/threads/alpha-series-emulator-no-license.791860/ Well, I have a release for you. I have cracked the license check - just a fun little thing I challenged myself to do, since nobody else could or...
  2. Quackster

    Habbo 2003 EN Website

    Added: https://h4bbo.net/archive/Habbo%20Archives/Shockwave/Habbo%202003%20EN.zip Thank you very much.
  3. Quackster

    FookIT V3 - Encryption | VB6 Source

    I don't think they are the same. Yours has an extra .txt file, perhaps yours is actually the original archive. I added it. https://h4bbo.net/archive/Habbo Archives/Shockwave/FookIT__V3_-_Encryption.zip Thank you.
  4. Quackster

    [REL/DEV] Havana - A Habbo Hotel server for v31+ [Java]

    Changelog (release 10092023) - cf5d1b6: Add two-way client/server encryption (Quackster) - e790ba6: Make game scores on BattleBall and SnowStorm thread-safe (Quackster) IMPORTANT To be able to use this release, please download the newer DCRs attached (README updated), hh_entry_init.cct and...
  5. Quackster

    [PLUGIN]Show in all browsers HavanaWeb SWF Add-ons like Avatar Generator and more

    This is awesome! Thank you so much :)
  6. Quackster

    prjHelios [C#, R49, Entity Framework]

    Yep, indeed.
  7. Quackster

    nice forum

    thank
  8. Quackster

    Habbo Home Stickers

    They're all in here: https://h4bbo.net/classichabbo/classichabbo.com_cdn.7z Link can be found @ classichabbo.com
  9. Quackster

    o/

    Welcome Liam! Thanks for joining. :)
  10. Quackster

    [REL] Havana ClassicHabbo edition - R39

    You wanna know a fun fact, I initially gutted out the flash support when releasing Havana because I didn't want to it to compete against my own hotel (which has now closed), but I suppose this was gonna happen regardless by the community to re-add the support back. I still have the Classic...
  11. Quackster

    Disabling RSA & RC4

    It's a void because you were probably looking at the base class/interface and not the class that is used for the dependency injection. And yeah it is pretty funny, when I've custom removed the hosts protection for example I'd just search for "domain" because that was an AS3 variable and thus...
  12. Quackster

    Disabling RSA & RC4

    Personally I would have made the encipher/decipher RC4 methods just return the argument that gets passed so it doesn't actually get enciphered and send back packets that the client would've liked regardless if encryption never actually gets used. Much like how V7 RC4 was bypassed back in the...
  13. Quackster

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

    All you need to do is use Projector Rays, move habbo.dir into the same directory as where the other .dcr and .cct files are, open Macromedia Director and enable Movie Restorer, and then you should open habbo.dir you should be good.
  14. Quackster

    prjHelios [C#, R49, Entity Framework]

    Oh the issue was that the collections for current rolling items was being shared between roller ticks (it was a field on the class inside of inside the OnTick() method) which caused this weird behaviour. 😅
  15. Quackster

    prjHelios [C#, R49, Entity Framework]

    Some updates: Currently recoding my emulator to support multiple characters per-user, which wasn't done in hindsight, so I can code support for this on the Helios Web system I am creating. Figured out I can just make the Send method run synchronously to eliminate some client-sided race...
  16. Quackster

    Habbo R39 Encryption don't receive session params packet

    I did have an issue where mine wouldn't always work for the Shockwave client, the issue was that the getBytes() for the shared key (that initialises the Cryptography class) BigInteger would occassionally put a 0 at the very start of the array, and the Shockwave client didn't have this zero - so...
  17. Quackster

    Qwek going goblin mode

    this is me btw, when ur being mean to me this is who ur being mean to
  18. Quackster

    prjHelios [C#, R49, Entity Framework]

    It's because I'm don't "await" on the WriteAndFlushAsync() method, I think.
  19. Quackster

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

    Oh when it comes to empty.cct, use this: https://github.com/tomysshadow/Movie-Restorer-Xtra Enable it when you open Director, and then you should be able to open any .dir file and it will load empty.cct fine.
  20. Quackster

    prjHelios [C#, R49, Entity Framework]

    I don't think you understand, I'll be rewriting the packet part of my server.
Back
Top Bottom