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
Phoenix BRB Command [TUTORIAL]
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="Owen" data-source="post: 329354" data-attributes="member: 29806"><p>This to start off, this is not my command I didn't create it, I just have a tutorial that I'd like to share with the lovely people on DevBest.</p><p></p><p style="text-align: center"><span style="font-size: 22px"><strong>Phoenix BRB Command</strong></span></p> <p style="text-align: center"><span style="font-size: 15px"><em>As the title says, this 'BRB Command' is for Phoenix Emulators only, sorry!</em></span></p><p><span style="font-size: 15px">You must post this in <strong>ChatCommandHandler.cs</strong></span></p><p>[CODE]case 124:</p><p></p><p></p><p> {</p><p></p><p> if (Session.GetHabbo().method_24().int_0 == 500)</p><p></p><p> {</p><p></p><p> Session.GetHabbo().method_24().method_2(0, true);</p><p></p><p> }</p><p></p><p> else</p><p></p><p> {</p><p></p><p> Session.GetHabbo().method_24().method_2(500, true);</p><p></p><p> }</p><p></p><p> flag2 = true;</p><p></p><p> return flag2;</p><p></p><p> }[/CODE]</p><p></p><p>Add this code in <strong>RoleManager.cs</strong></p><p><strong></strong></p><p>[CODE]his.dictionary_4.Add("afk", 124);</p><p></p><p></p><p>this.dictionary_4.Add("brb", 124);[/CODE]</p><p></p><p><strong>Your nearly done, now download this .rar file to download the BRB Image and the gif along with it.</strong></p><ul> <li data-xf-list-type="ul"><em>Download Link:</em> <a href="http://www.mediafire.com/download/ed8xwnohn8dv4v8/brb.rar" target="_blank">http://www.mediafire.com/download/ed8xwnohn8dv4v8/brb.rar</a></li> </ul><p><strong>Now restart your emulator, and you should have your brb command.</strong></p><p style="text-align: center"><strong><img src="http://oi58.tinypic.com/2hxlkkl.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </strong></p> <p style="text-align: center"><em>If you want any more tutorials then feel free to comment in this thread on what you would like help with or want a tutorial on.</em></p></blockquote><p></p>
[QUOTE="Owen, post: 329354, member: 29806"] This to start off, this is not my command I didn't create it, I just have a tutorial that I'd like to share with the lovely people on DevBest. [CENTER][SIZE=6][B]Phoenix BRB Command[/B][/SIZE] [SIZE=4][I]As the title says, this 'BRB Command' is for Phoenix Emulators only, sorry![/I][/SIZE][/CENTER] [SIZE=4]You must post this in [B]ChatCommandHandler.cs[/B][/SIZE] [CODE]case 124: { if (Session.GetHabbo().method_24().int_0 == 500) { Session.GetHabbo().method_24().method_2(0, true); } else { Session.GetHabbo().method_24().method_2(500, true); } flag2 = true; return flag2; }[/CODE] Add this code in [B]RoleManager.cs [/B] [CODE]his.dictionary_4.Add("afk", 124); this.dictionary_4.Add("brb", 124);[/CODE] [B]Your nearly done, now download this .rar file to download the BRB Image and the gif along with it.[/B] [LIST] [*][I]Download Link:[/I] [URL]http://www.mediafire.com/download/ed8xwnohn8dv4v8/brb.rar[/URL] [/LIST] [B]Now restart your emulator, and you should have your brb command.[/B] [CENTER][B][IMG]http://oi58.tinypic.com/2hxlkkl.jpg[/IMG] [/B] [I]If you want any more tutorials then feel free to comment in this thread on what you would like help with or want a tutorial on.[/I][/CENTER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
Phoenix BRB Command [TUTORIAL]
Top