Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[Req] Coloured Names
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jaden" data-source="post: 384510" data-attributes="member: 51705"><p>RSA Keys rarely change because mainly everyone uses Joopie's encryption with preset RSA keys.</p><p></p><p>An easier way of doing it would be using the @color@ tags that come with the an updated version of a March 2016 release or newer. But if you're not on that build you just use HTML <font> tag.</p><p></p><p>Notice that when I did this some user's had browsers that didn't support the <font> HTML tag so they saw username's like this "<font color='green'>Jaden</font>"</p><p></p><p>I think you can check whether a user has a certain browser that supports the HTML tag by reading the data provided by the GetClientVersionEvent (official name: ClientVariables) packet which tells the session's browser info and a few other things related to that.</p><p></p><p>Figure out where your emulator handles chat messages if you're using Plus that method will most likely be Chat(), not including function parameters.</p><p></p><p>You wanna send back the UpdateUsernameComposer along with the new username with HTML tags before sending the Shout or Chat composer, then after sending the Chat composer you want to send the UpdateUsernameComposer again along with the old username without the HTML tags.</p></blockquote><p></p>
[QUOTE="Jaden, post: 384510, member: 51705"] RSA Keys rarely change because mainly everyone uses Joopie's encryption with preset RSA keys. An easier way of doing it would be using the @color@ tags that come with the an updated version of a March 2016 release or newer. But if you're not on that build you just use HTML <font> tag. Notice that when I did this some user's had browsers that didn't support the <font> HTML tag so they saw username's like this "<font color='green'>Jaden</font>" I think you can check whether a user has a certain browser that supports the HTML tag by reading the data provided by the GetClientVersionEvent (official name: ClientVariables) packet which tells the session's browser info and a few other things related to that. Figure out where your emulator handles chat messages if you're using Plus that method will most likely be Chat(), not including function parameters. You wanna send back the UpdateUsernameComposer along with the new username with HTML tags before sending the Shout or Chat composer, then after sending the Chat composer you want to send the UpdateUsernameComposer again along with the old username without the HTML tags. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[Req] Coloured Names
Top