Do this by opening Butterfly -> HabboHotel -> Misc -> LowPriorityWorker.cs
Find:
PHP Code:
Console.Title = string.Concat(new object[] { str, "BcStorm | Uptime: ", span3.Minutes, " minutes, ", span3.Hours, " hours and ", span3.Days, " day | Online users: ", clientCount, " | Loaded rooms: ", loadedRoomsCount});
Replace with:
PHP Code:
Console.Title = string.Concat(new object[] { str, "OMG YOUR TITLE HERE WOW | Uptime: ", span3.Minutes, " minutes, ", span3.Hours, " hours and ", span3.Days, " day | Online users: ", clientCount, " | Loaded rooms: ", loadedRoomsCount});
I think that's right, just let me know if it isn't.