[HELP] Promote room?

Timothy

Kylie Jenner
Sep 25, 2013
674
79
How do I get rid of the 'promote room' button thing;
BE7awmW.png


I am using HabboUI if that helps.

Thanks in advanced! :)
 
Last edited:

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Now my last question is how do you get rid of this;

I tried deleting it myself through habboui but it doesn't work.
That you should be able to delete. There will be 2 things in the habboui for it. One will be the box behind it and the other will be the overlapping image.
 

Brad

Well-Known Member
Jun 5, 2012
2,319
992
That you should be able to delete. There will be 2 things in the habboui for it. One will be the box behind it and the other will be the overlapping image.
You can just do it in the emulator lol

Search
Code:
this.Response.AppendString("CAMERA");
            this.Response.AppendString("");
            this.Response.AppendBoolean(true);
replace with
Code:
this.Response.AppendString("CAMERA");
            this.Response.AppendString("");
            this.Response.AppendBoolean(false);
 
You can just do it in the emulator lol

Search
Code:
this.Response.AppendString("CAMERA");
            this.Response.AppendString("");
            this.Response.AppendBoolean(true);
replace with
Code:
this.Response.AppendString("CAMERA");
            this.Response.AppendString("");
            this.Response.AppendBoolean(false);
I think anyway, this might just disable the function and not the Visual just try and let me know.
 

Users who are viewing this thread

Top