
Originally Posted by
JohnHearfield
Right, i was working on the outgoing headers last night, got most of them done, and then i started the the incoming. When i loaded my emulator, it connected with the swf, and then it got to
Recieved message 3557 (secretkey i think) and then it disconnected me. Why is that?
I have the same problem... It has to do something with this:
Code:
internal void InitSecretKey()
{
this.Session.TimePingedReceived = DateTime.Now;
this.Response.Init(Outgoing.SecretKeyComposer);
this.Response.AppendString("24231219992253632572058933470468103090824667747608911151318774416044820318109");
this.SendResponse();
}
So I guess we need an other key...? But where to find it...