This is a collection of the decompiled sources of old, Shockwave-based Habbo Hotel clients. It presents releases as commits in a Git repository, allowing for easy comparison.
This was inspired by Quackster's habbo_src. All Lingo code was decompiled using ProjectorRays. The releases were sourced from:
Note:
- Git commit hashes may change over time; use tags for permalinks.
- We support partial releases, i.e. releases with only a few files available, by only committing file deletions when a file stops appearing in all later releases. Individual script deletions within a file are committed from release to release, however.
- Some diffs may appear empty; those releases likely only changed non-code resources, e.g. media assets.
View All Releases | View All Files
This repository was generated using the main.py
script in this branch. It
takes a folder of releases as input and generates the sources
branch.
- Create a
releases
folder in the working directory and copy over all input releases, separated into individual folders. - Update the
RELEASE_ORDER
list inmain.py
with any new releases that are not already present. - Download the latest
projectorrays.exe
into the working directory. - Install
GitPython
from PyPi, e.g.pip install GitPython
. - Execute
main.py
, e.g.py main.py
.
A fresh Git repository is then created in staging/
; any existing content will
be deleted.
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to https://unlicense.org