Hi RZ x)
Today, I'm reviewing the packets of HabboHotel (Spain HabboHotel Uh...) and I see the packet of the fuserights (YES! It isn't dissapeared!), but I discover, now it works only to the HC/VIP Rights, and I have modified this to fix the VIP/CLUB Rights for Uber, and it is:
At GameClient.cs (HabboHotel/GameClients); Search (Do it for all)
Replace:Code:GetMessageHandler().GetResponse().Init(2);
withCode:GetMessageHandler().GetResponse().Init(2); GetMessageHandler().GetResponse().AppendInt32(Rights.Count); foreach (string Right in Rights) { GetMessageHandler().GetResponse().AppendStringWithBreak(Right); } GetMessageHandler().SendResponse();
Picture (From iEmulator Five)Code:GetMessageHandler().GetResponse().Init(2); if(GetHabbo().GetSubscriptionManager().HasSubscription("habbo_vip")) { GetMessageHandler().GetResponse().AppendInt32(2); } else if (GetHabbo().GetSubscriptionManager().HasSubscription("habbo_club")) { GetMessageHandler().GetResponse().AppendInt32(1); } else { GetMessageHandler().GetResponse().AppendInt32(0); } GetMessageHandler().SendResponse();
I made this code, and I'm from KekoMundo (i'm spanish, sorry for my bad english, i repeat!), but I post this too
Have a nice day :)!
Any Errors or anything? Ask me!
PD: Fuserights are deface! You can delete the code and sql for your db if you have this!, and with this fix, your uberemulator can't work with last SWF!








