In this little guide I will try to explain how the Habbo imager works. Lets get right to it and ill show you how to convert ch-3185-64.hr-831-45.ha-1002-64.hd-3093-1.fa-1201-62.sh-906-63.lg-3023-64 to the actual images used to create the avatar. First step is to download all the images(16209 images) from here. All these images are ripped from the latest swf's. Ok, lets get lets break down the look. ch-3185-64. : ch = chest. Now search your figuredata for id="3185" and you will find this: PHP Code: > 2301 is the image id. if you would search your images you would find that it is this hoody shirt_M_ssleeve_hood_h_std_ch_2301_2_0.png You will see that the hoody has images for lay,stand,walk and a few other actions but lets stick to the one we just found. The 2 after the id is for the rotation. you can see images with other digits that you could use. The 64 at the end is for the color. you can also find this in the figuredata. Search for color id="64" and you will find this: PHP Code: 595959 Now you can do the same for the rest of the look [hat] ha-1002-64 - hh_human_hats_h_spk_ha_2_2_0.png - color = 595959 [face]fa-1201-62 - ... [shoes] sh-906-63 - ... [legs] lg-3023-64 - ... [head] hd-3093-1 The head and body, arms and legs are a little more complicated as they come in several parts. PHP Code: > The bd,ey,fc,hd,lh and rh are all in the image names. ( I think the last digit in the image name is for a body part, but I'm not sure) As you can see it is pretty simple once you know how it works. I hope someone can use this information to finally figure out how to create an Imager so we don't have to use Habbo's Imager anymore. I am going to challenge Joopie, Makarov and who ever else is up for the challenge to a race to see who can get it working first. The first price is bragging rights:) Let me know if there are any images missing. I will also try to split them up later so that they are not all in one folder. EDIT: This download has all the source files and should include the missing images