[HELP] Move Habbo Menu to the Left

AvenMotions

New Member
Jan 2, 2017
10
0
Hey there DevBest users,

I want my interaction bar at the bottom to the left of the screen as the old days.

This is what I have now:

This is what I want:

Hope to get some help.

Greetings,

Emiel K
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
You will need to get software that can decompile the swf and locate in which bin file the bar is being drawn. There is going to be a position x and y value along with width and height dimensions. This will need to be swapped around.

You will want to move the bar to a much lower y value and keep the x value the same. The height and width are going to be reversed since you want to go long ways instead of along the x axis. All of the interaction should stay the same you just need to adjust the width, height, x and y.
 

Users who are viewing this thread

Top