Tutorial
STEP1: Download the HabboWood script.
STEP2: Open the .ZIP and extract it to the folder.
STEP3: Open the folder "app" and open "config.php"
STEP4: Edit it, it must be something like this:
Code:
<?
//Database connection info
$db_server = "YOURHOST (example: "localhost")";
$db_name = "YOURDATABASENAME (example: "habbowood")";
$db_username = "YOURUSERNAME (example: "root")";
$db_password = "YOURPASSWORD (example: "123456")";
// DO NOT EDIT BELOW THIS LINE
mysql_connect($db_server, $db_username, $db_password) or die(mysql_error());
mysql_select_db($db_name) or die ("Database not found.");
?>
STEP5: Host it on the internet, and make your own movie!
Lol. Now you have a tutorial 
Nice re-release!