PlusEMU | Unhandled Packet [3267] BODY | Help?

Stee

Oh hot damn. This is my jam.
Jun 28, 2011
285
158
Hey so I'm trying to update to the latest production build;
PRODUCTION-201812272209-984739530
But I keep getting this Packet? If anyone could shed some light on this would be really appreciated.
Client stuck at 76% obvsly

C++:
using Plus.Communication.Encryption;
using Plus.Communication.Packets.Outgoing.Handshake;
using Plus.HabboHotel.GameClients;

namespace Plus.Communication.Packets.Incoming.Handshake
{
    public class InitCryptoEvent : IPacketEvent
    {
        public void Parse(GameClient session, ClientPacket packet)
        {
            session.SendPacket(new InitCryptoComposer(HabboEncryptionV2.GetRsaDiffieHellmanPrimeKey(), HabboEncryptionV2.GetRsaDiffieHellmanGeneratorKey()));
        }
    }
}
public const int InitCryptoMessageEvent = 3267; // 2609

Ps, kinda a noob, but a trying noob.
 

Users who are viewing this thread

Top