Okay so I'm trying to update the headers and packetIDs to use a newer SWF version...
I'm trying to update to this RELEASE63-201312201124-496245659
I have these packets updated
Incoming.cs
outgoing.cs
So what are the missing packets I need to able to connect to the emulator because I'm stuck.... I have working banner.php updated using the newer SWF but other then that it's the packets
I'm trying to update to this RELEASE63-201312201124-496245659
I have these packets updated
Incoming.cs
Code:
Incoming.CheckReleaseMessageEvent = 4000; //4000
Incoming.InitCryptoMessageComposer = 246; // 38
Incoming.GenerateSecretKeyMessageEvent = 840; //2240
Incoming.ClientVars = 1987; //3561
Incoming.UniqueIDMessageEvent = 3570; //3640
Incoming.SSOTicketMessageEvent = 442;//3214
outgoing.cs
Code:
Outgoing.SendBannerMessageComposer = 3500;
Outgoing.SecretKeyMessageComposer = 2240; //547
Outgoing.InitCryptoMessageComposer = 38;
Outgoing.AuthenticationOKMessageComposer = 1065; //2715
So what are the missing packets I need to able to connect to the emulator because I'm stuck.... I have working banner.php updated using the newer SWF but other then that it's the packets