SalpakanOnline.com is a Games Of The Generals server. Games Of The Generals is a board game where pieces tries outrank each other. The object of the game is to capture the enemy's flag, or place your flag on the opponent's base.
Cheating is possible. This is something I did a few months ago. This works because the server does not do anything at all, it just passes messages. It is up to the client to manage the pieces.
You need to intercept messages between the client and the server. You will see a message like this:

Click to zoom
These are coordinates of the pieces separated by a pipe. I leave it to the reader to find out how to use this information.
Cheating is possible. This is something I did a few months ago. This works because the server does not do anything at all, it just passes messages. It is up to the client to manage the pieces.
You need to intercept messages between the client and the server. You will see a message like this:

These are coordinates of the pieces separated by a pipe. I leave it to the reader to find out how to use this information.

