Hello. I decided to try to hack the game and understand how it works, since the usual flash is quite simple and everything is in them, but this game is completely different. It was developed in Russia and has the name «Пекло» in English they translated as under filet.

At the stage of obtaining the source .swf, I came across the fact that there is no single swf and it downloads each element in a separate .swf, maybe I incorrectly started searching for logic.

facebook
https://apps.facebook.com/under-fire/

mail.ru
https://my.mail.ru/apps/706437

play-r02mr.rjgplay.com

vk.com
https://vk.com/spaceheat

The game has not been developing since 2016 since the developers simply left it to their own devices. There is not even moderation, but I managed to find out that the moderators had a console through which they could issue resources.

An ideal goal for experimentation since there are no one to edit the vulnerabilities of the game and you can safely dissect the patient.
The only problem is that I don’t understand how it works.
There is a client-server connection. Events at the client and server are asynchronous in some places. There is a heartbeat that periodically polls the server for changes and sends data from the client to the server, and vice versa, changes can come to the client from the server if there are game events inside.

Also on the social page, there is JS code that initializes the connection to this remote server together with the login and authorization keys.

My English is bad, sorry.