m3talstorm / foe-decryption

:unlock: Python tool and tutorial of how to decrypt the Forge of Empires Flash/SWF and generate request signatures
MIT License
50 stars 14 forks source link

1.108 #5

Closed bombcheck closed 6 years ago

bombcheck commented 6 years ago

New version is out: BUILD_NUMBER:String = "02f78b4597"; BUILD_TIME:String = "23.08.2017 10:56"; VERSION_SECRET:String = "yOy3qr/HW9NZ9iLXjYLVADMO7wKMZcTgsUVqcqkl+h7ddVER8sHYEH6bxsSJOzerXci2kJKcMM9xQZjmdVD08Q=="; VERSION:String = "1.108";

diogofacin commented 6 years ago

Great :)

Not sure if you all are aware, but they usually change their VOs classes, in 1.108 they changed ArmyUnitVO and AbstractUnitVO (as they are also applying static data for units).

I am not using the Foe-Bot because i developed my own solution (in Java), and I have to check their Main.swf source code every update to merge those changes.

Just letting you know that some bots may have some features stop working after their releases.

nanakiksc commented 6 years ago

I guess the timestamp is 1503485760. Is that correct? (the BUILD_TIME in Unix time format?).

m3talstorm commented 6 years ago

Updated the README