Wow this focktopped nice, better then the others !
LIKE LIKE LIKE ITT!! :$ <'3
This is a discussion on Step by step tutorial on how to make custom furniture! within the Habbo Tutorials forums, part of the Habbo Hotel category; To start off, download: http://myhostr.com/tut/decompiler.rar http://adf .ly/5Q0Ru http://adf .ly/5Q0TG http://adf .ly/5Q0Tg - The custom we will be using Once you ...

To start off, download:
http://myhostr.com/tut/decompiler.rar
http://adf .ly/5Q0Ru
http://adf .ly/5Q0TG
http://adf .ly/5Q0Tg - The custom we will be using
Once you have downloaded these files, create a file on your desktop called 'Tut' (or anything you would like) and extract all the .rar files into that directory!
Once you have successfully extracted all those files, you will now have to decompile the SWF, like so using our SWF COMP&DECO':
Now you can open the SWF with our CRACKED SWF DECOMP, like this:
So, now that we've opened the SWF, I will show you what to do... Double click on spyro.swf, like this:
Now we open up the 'Image' folder, like this:
And now we check all the images, and export them, like this:
Then we right click on the 'Image' file and export the images, like this:
*** Right click on the 'image' file, click on 'Export Resources', Browse and save the images into your 'Tut' file, witch is on your Desktop!
Once you have exported the images, DON'T close close the decompiler, instead minimise the program, then you will need to download Paint.NET, also, at: http://www.dotpdn.com/files/Paint.NE...10.Install.zip
Once you've downloaded paint.net, open the images you exported with it!
Now, this is the part where you edit the rare!
You can do anything you want, but here, I'll show you how to recolour the custom;
And you then choose your saturation, and once you found the right colour, you can then just open the other images, press and hold Ctrl+Shift+U and press Enter and it will automatically edit to what you have already configured:
and do the same with the last one!
Once you've edited the images, save them, and then re-maximize the Decompiler and right click on the first image, image 4, and click on 'edit':
Then open your edited image, like this:
And do the same with the other images, once you've replaced the old images with the new ones, you save your new custom:
Once you've saved your recolour, drag your SWF over the HxD file, like this:
And once HxD opens, press Ctrl+R, like this:
And now you replace spyro with your new SWF name! REMEMBER: The new name MUST be the same length of the original SWF, e.g: spyro has 5 characters, so you must make sure your replacement is no less or no more than 5, here's a new name example: dyegg , lets break this down for the noobs
s = 1 // p = 2 // y = 3 // r = 4 // o = (5), there are 5 letters in the original SWF, so we need to edit those 5 so that we can make sure the custom works, like this: d = 1 // y = 2 // e = 3 // g = 4 // g = (5) - We are replacing the 5 letters with new letters to make up the custom!
Now once you've came up with a new name for it, we will now click on 'Replace all' and replace all the old names with our new name! - Remember to check 'All':
Once you've replaced the old text / name with your new one, save it!
We also have to edit our SWF with the new name, in my case, I will change it from spyro to dyegg
We can now recompile the SWF, like this:
Now we are ready to make the SQL!
-----------------------------------
We can simply edit this pre-made SQL;
SQL
FurnidataPHP Code:INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(ID 2, 'SWF NAME', 'SWF NAME', 's', 1, 1, 0.1, '0', '0', '0', ID 2, '1', '1', '1', '1', '1', 'default, 1, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_snow`,`cost_pixels`, `amount`) VALUES
(NULL, 'PAGE ID', 'ID 2', 'FURNI NAME', '25', '0', '1');
Replace:PHP Code:["s","ID 2","SWF NAME","ID 2","0","1","1","","FURNI NAME","Custom helped made by MyKi!","","-1","-1"],
FURNI NAME // with \\ The name of your custom, e.g: Dino Egg
PAGE ID // with \\ The page the item will be in (94 is the defailt staff catalog id)
ID 2 // with \\ Generate a ID, e.g: 6329752
SWF NAME // with \\ The name of the SWF you HxD'ed, e.g: Mine was 'dyegg'
And hopefuly this tutorial will work for you, if you have any problems, PM me and I will help you!Good luck, and enjoy!
REMEMBER: Keep trying if you can't do it the first time, everyones first time is a little hard, so just keep trying, and following the tutorial, DON'T GIVE UP!
Last edited by Feedback; 12-02-12 at 06:05 AM.
Wow this focktopped nice, better then the others !
LIKE LIKE LIKE ITT!! :$ <'3
I get this error when i tried to add the codes http://gyazo.com/0f1596adfc15d347ddc82a077ef424a7]
this is my code
am just new to custom making.Code:INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES (ID 2, 'zigma', 'zigma', 's', 1, 1, 0.1, '0', '0', '0', ID 2, '1', '1', '1', '1', '1', 'default, 1, '0'); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_snow`,`cost_pixels`, `amount`) VALUES (NULL, '94', 'ID 2', 'zigma', '25', '0', '1);
You have to edit the SQL, it says in the tutorial, fix:
Make sure you edit the Furnidata ID 2 to : 596385PHP Code:INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`) VALUES
(596385, 'zigma', 'zigma', 's', 1, 1, 0.1, '0', '0', '0', 596385, '1', '1', '1', '1', '1', 'default, 1, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_snow`,`cost_pixels`, `amount`) VALUES
(596385, '94', '596385', 'zigma', '25', '0', '1);
Enjoy.
OMG! Thank you soo Much! Just one question: can you also release it as a pdf or word file? So I can work without using internet?
Last edited by tomad; 13-01-12 at 12:19 AM.
Just copy and paste the thread into a Word Document.
Great thread, well imaged and described. Haven't tried doing it, so there may be errors, but thats because I can do most of it apart from the hex editting. Might try that later to see how it works out.
Good work.
THIS IS THE BEST TUTORIAL!
Can i make a throne with follow this tutorial?
It same right or different.
:o thank i will make custom and release it haha..Can i know are u make the myhostr.com?
Great Release MyKi,
I don't use a PC i use a Mac could you be able to help me make customs on mac i would be able to pay
Sexy Tutorial =) Will help me alot