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 Tutorials
[Uber] Motto fix
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="Kieren" data-source="post: 20095" data-attributes="member: 781"><p>Just a simple tutorial what I have found but written in my own words.</p><p></p><p>Your motto doesn't upload on to your client? </p><p></p><p>Go to your emu open MusSocket.cs then find "updatemoto" add under;</p><p></p><p>[CODE]using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient())</p><p>Client.GetHabbo().Motto = UberEnvironment.FilterInjectionChars((string)Row["motto"]);[/CODE]</p><p></p><p>if already there replace it, credits on finding this out is, Crash and for releasing on here mwa! If you any problems in doing this just PM me.</p></blockquote><p></p>
[QUOTE="Kieren, post: 20095, member: 781"] Just a simple tutorial what I have found but written in my own words. Your motto doesn't upload on to your client? Go to your emu open MusSocket.cs then find "updatemoto" add under; [CODE]using (DatabaseClient dbClient = UberEnvironment.GetDatabase().GetClient()) Client.GetHabbo().Motto = UberEnvironment.FilterInjectionChars((string)Row["motto"]);[/CODE] if already there replace it, credits on finding this out is, Crash and for releasing on here mwa! If you any problems in doing this just PM me. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[Uber] Motto fix
Top