-
[SWIFTEMU] Add client text boxes like Habbo
Hey,
So I've been digging around trying to figure out how Habbo make these type of boxes in the client
Screenshot by Lightshot That's what I mean. I dag around through there external_variables and external_flash_texts, only thing I found was the part where it says "What's new?".
I am very certain it's nothing to do with the emulator as Habboon have the samething in there client. Any ideas?
Cheers.
-
-
Re: [SWIFTEMU] Add client text boxes like Habbo
Its in the external_variables. Look at Habbos and compare them. CTRL+F text you see in the client. If that not exists in the external_variables then search in the external_flash_texts for the text string, grab the text variable (var.two.name whatever) and then search for that in the external_variables.
-
Re: [SWIFTEMU] Add client text boxes like Habbo
Searched and I searched, nothing shows up.
Any other ideas anyone?
-
Novice
Re: [SWIFTEMU] Add client text boxes like Habbo
I think its the banner.php of the swf's they are using.
-
Re: [SWIFTEMU] Add client text boxes like Habbo
-
Re: [SWIFTEMU] Add client text boxes like Habbo

Originally Posted by
Matata
Yeah, read through that and it's going to take some work for it to work on swift. Thanks though :)