Just out of intrest, what makes Plus Emulator so 'unstable' in your mind? When it was actually used properly (before all the leaks happened, when it was on h+), it got 1000+ online daily, and on some rare occasions, exceeding the 2000 mark. Hotels like Habboon use it now and have had 1500 online...
If you have cracked SWF, you won't need the n/e/d keys.
Add a little Console.WriteLine() to see what packets are sent from the client and then you can see where it gets up too and then check there to see what is going wrong. It may be that you just need to change the value of a bool and then the...
Client Headers:
public static int SecretKeyMessageComposer = 547;//369
public static int AuthenticationOKMessageComposer = 2715;//1940
public static int InitCryptoMessageComposer = 38;//1029
Server Headers:
public static int GenerateSecretKeyMessageEvent =...
You need to go to one of the voids which sends the room data and change a
Message.AppendBoolean(false);
to
Message.AppendBoolean(true);
Not sure which one, have to experiment and see what happens :)