[Question] How does the server communicate with the Client?

03/12/2016 00:45 pumpya19#1
Hello guys!

I'm kinda curious how the SF Client exchanges data packets with the client? I heard the exchange is running over the swf files, but I decompiled them and there is no hint of any data handling.

Maybe you could give me a tip how current Bots manage to get behind the client/server communication?
03/12/2016 01:54 iNSiDER_#2
Each packet has an own ID and an own structure of "encryption", you must have the correct tools and some skills in programming and decompiling in order to understand how they work.
03/12/2016 02:28 pumpya19#3
So, do I need a HTTP-Tunnel in order to get the encrypted packages?

And which tools are you talking about? Wireshark?