resolved

Brad

Well-Known Member
Jun 5, 2012
2,320
993
UsPUF6W.png
plSaxeB.png
Hello i'm Curious if it's possible to disable this portion of hc on the emulator released by craig i've tried everything nothing though not sure if it's even possible,but anyone got ideas??
@Damien @Sledmore @Brad anyone?

just comment out Session.SendNotification("");
 

Muff

Member
Aug 5, 2015
252
129
just comment out Session.SendNotification("");
Well nothing it's showing i've commented out "public const int GetHabboClubWindowMessageEvent = 2284; //715" and etc that lead to a few error's that i've resolved but it shows again i've also ran build and saved the .cs but it shows again,any other thing i could try?
 

mcmatters

Member
Dec 2, 2014
195
6
Well nothing it's showing i've commented out "public const int GetHabboClubWindowMessageEvent = 2284; //715" and etc that lead to a few error's that i've resolved but it shows again i've also ran build and saved the .cs but it shows again,any other thing i could try?
I believe you need a packet response to that.
 

Brad

Well-Known Member
Jun 5, 2012
2,320
993
Well nothing it's showing i've commented out "public const int GetHabboClubWindowMessageEvent = 2284; //715" and etc that lead to a few error's that i've resolved but it shows again i've also ran build and saved the .cs but it shows again,any other thing i could try?
oh, so you're wanting to hide the actual hc that pops up. goto PacketManager.cs and find
Code:
this._incomingPackets.Add(ClientPacketHeader.GetHabboClubWindowMessageEvent, new GetHabboClubWindowEvent());

and just comment that out
 

Users who are viewing this thread

Top