Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Plus Emulator] Complete header list for PRODUCTION-201711211204-412329988

Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,683
Hello,

Since the section seems to have stagnated on updating their release builds I decided to chip in release the updated headers myself. This is for PRODUCTION-201711211204-412329988.

If you want to use encryption

Use Habbo_patched.swf from this SWFHub link and then replace the /Communication/Encryption/RSAKeys.cs with this:

Code:
namespace Plus.Communication.Encryption.Keys
{
    public class RSAKeys
    {
        public string N = "86851dd364d5c5cece3c883171cc6ddc5760779b992482bd1e20dd296888df91b33b936a7b93f06d29e8870f703a216257dec7c81de0058fea4cc5116f75e6efc4e9113513e45357dc3fd43d4efab5963ef178b78bd61e81a14c603b24c8bcce0a12230b320045498edc29282ff0603bc7b7dae8fc1b05b52b2f301a9dc783b7";
        public string D = "59ae13e243392e89ded305764bdd9e92e4eafa67bb6dac7e1415e8c645b0950bccd26246fd0d4af37145af5fa026c0ec3a94853013eaae5ff1888360f4f9449ee023762ec195dff3f30ca0b08b8c947e3859877b5d7dced5c8715c58b53740b84e11fbc71349a27c31745fcefeeea57cff291099205e230e0c7c27e8e1c0512b";
        public string E = "3";
    }
}

If you want to use Plus without encryption

Use Habbo_cracked.swf from this SWFHub link and then disable the RC4 is null check in /Communication/Packets/Incoming/Handshake/SSOTicketEvent.cs

ClientPacketHeader.cs



ServerPacketHeader.cs

 
Initiate Mage
Joined
Dec 15, 2016
Messages
24
Reaction score
3
Works, thanks for this, what about dumping scripts a long with the Swf?
 
Junior Spellweaver
Joined
Sep 12, 2013
Messages
146
Reaction score
66
Nice release, but people shouldn't really support Plus Emulator anymore since it's development stopped.

Comet, Bfly & Arct*rus are better. :$:
 
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,683
Nice release, but people shouldn't really support Plus Emulator anymore since it's development stopped.

Comet, Bfly & Arct*rus are better. :$:

I agree, but Habbo has been stagnant on updates for quite a while, so it's not like anything will change drastically and Plus is all of the sudden outdated.

And besides, this is a useful list of headers despite being tailored towards Plus.
 
Initiate Mage
Joined
Apr 2, 2014
Messages
1
Reaction score
0
hello sir, i did replace the packetheader classes and RSAKeys class.
if i try to start my emulator it says: an item with the same key has already been added
 
Back
Top