Search results

  1. paswrd

    Japanese Hotel View & Scroller [Archive Discord]

    Japanese Hotel View & Scroller [ARCHIVE from Dreamcatcher] Download the "scroller_jp_view.zip", unzip it. copy the hh_entry_jp.cct to your DCR directory of your webserver copy the scroller.gif and scroller.txt also to your webserver After that open your external_variables.txt and add those...
  2. paswrd

    7-Zip on Ubuntu (RAR files)

    I had to search all over the internet for an answer to this basic header issue with Ubuntu and RAR compressed files. This seemed to fix my issues and give me the correct prerequisites needed to extract properly. sudo apt install p7zip-full Next you need to install 7zips RAR functions sudo...
  3. paswrd

    Dynamic Resolution Scaling for Habbo Projector in Adobe Director

    This script dynamically adjusts the resolution of the Habbo Shockwave client based on the available screen space. If the user’s screen resolution is large enough, the script scales the client up to 1440x1080 for better visibility. However, if the screen is too small (e.g., a 1080p monitor), it...
  4. paswrd

    [ARCHIVE] Decompile all CCT's/DCR's in a directory [thepalmtoptigerofhappiness]

    To decompile an entire directory of CCT files, including Habbo.dcr, follow these steps: Create a .sh file and add the script contents provided below. Run chmod +x SHELLSCRIPT.sh to make the script executable. Ensure that the script is placed in the same folder as projectorrays-0.1.0.exe Execute...
  5. paswrd

    Casper Hotel

    Howdy everyone! It's been awhile since I've updated my hotels thread, sorry honestly. Casper has undergone quite a few fun updates to help modernize the hotel a bit :) As of now you can now access Casper using your browser and utilizing the flash client across a large range of devices. Those...
  6. paswrd

    Who are the Habbo Hotel users– and what are they doing there?

  7. paswrd

    Macromedia Product Activation

    Effective December 15, Adobe disabled the activation server for several Macromedia branded products: Captivate (version 1.0) Contribute (version 2.0 and 3.0) Flash Paper (version 2.0) FreeHand MX Director MX 2004 Dreamweaver MX 2004 Fireworks MX 2004 Flash MX 2004 Macromedia Studio MX 2004 If...
  8. paswrd

    Macklebee shares a recording of the old public room map editor

  9. paswrd

    Early Habbo Archive

    The early Habbo Archive has been uploaded to the server. This is a direct copy of Quacksters archive and various other developers that have collected a multitude of Habbo Assets over the years. This archive is extensive with old CMS's, DCR packs, Images, and old source code. Feel free to submit...
  10. paswrd

    2009 Habbo French External_Texts.txt r31

    Just so these french text don't get lost to time. https://web.archive.org/web/20090723191815/http://www.habbohotel.fr/gamedata/external?id=external_texts nav_venue_bb_lobby_beginner_3/0_desc= nav_venue_$unit.name$/0_desc=Nieuw? Verdwaald? Hier word je warm onthaald...
  11. paswrd

    Bring back minimize and maximize buttons in Gnome 3 (Using Command Line)

    Add the values at the left side of : for buttons on the left side close,minimize,maximize: gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:" add the values at the right side of : for buttons on the right side :minimize,maximize,close gsettings set...
  12. paswrd

    Andron -> Holo Migration

    I've completed the migration of Andron forums to Holo. I will sunset Andron which has been open since 2016~ and continue to update this newer forum. This is running on a backup of Andron's database with updated forum software, a new look, a shorter more memorable domain https://holo.fyi I have...
  13. paswrd

    Gemini - Fire Inside (Mr FijiWiji Remix)

  14. paswrd

    lmao

    lmao
  15. paswrd

    Billie Eilish - WILDFLOWER (Isolated Vocals)

  16. paswrd

    Setting Up Microsoft RDP on Ubuntu

    https://medium.com/itversity/how-to-set-up-rdp-on-ubuntu-24-04-for-remote-access-b008411727b7
  17. paswrd

    Shockwave Ctrl+Click Pickup & Shift+Click Rotate

    Find Room Interface Class in hh_room and add the following code to the bottom of eventProcActiveObj. if (the controlDown and tIsController) then if pSelectedType = "active" then ttype = "stuff" else if pSelectedType = "item" then ttype = "item" end if...
  18. paswrd

    Tsuka Login/Index page for Havana (2009-2010 Era Habbo)

    This is a remake of the Tsuka login page from Habbo Tsukas, open in early 2012(maybe before that)-2015. This is the same guy who made a custom room layout editor (for shockwave, yes before habbo introduced it to flash) made the cool unique hotel views, and made some sick customs of IRL cars like...
  19. paswrd

    Habbo Flash r38 Packet Structures

    Habbo R38 Packets [ARCHIVE] _events[1] = com.sulake.habbo.communication.messages.incoming.handshake.SecretKeyEvent; _events[277] = com.sulake.habbo.communication.messages.incoming.handshake.InitCryptoMessageEvent; _events[0x0101] =...
  20. paswrd

    How to create a projector for launching Habbo Shockwave client via an executable file

    (This thread was put together by Treebeard of the OldSkooler Community) So the ability to make a projector for Shockwave era Habbo comes from the fact that tomysshadow built LeechProtectionRemovalHelp-Xtra, which essentially allows you to hack on Director without editing dirapi.dll. You are...