Owen
•
- Mar 20, 2013
- 1,208
- 614
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.
Add this code in RoleManager.cs
Your nearly done, now download this .rar file to download the BRB Image and the gif along with it.
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.
Phoenix BRB Command
As the title says, this 'BRB Command' is for Phoenix Emulators only, sorry!
You must post this in ChatCommandHandler.csAs the title says, this 'BRB Command' is for Phoenix Emulators only, sorry!
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;
}
Add this code in RoleManager.cs
Code:
his.dictionary_4.Add("afk", 124);
this.dictionary_4.Add("brb", 124);
Your nearly done, now download this .rar file to download the BRB Image and the gif along with it.
- Download Link:
You must be registered for see links
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.