Link | Submitted By | Actions | |
---|---|---|---|
Game on Kongregate | Hack Bot | ||
Game On Newgrounds | gates | ||
Game On Armor Games | gates |
City Siege 2 Resort SiegeLast Updated: 03/15/2012 12:03 | |
[Request] City Siege 2: Resort Siege-migrated-Last Updated: 05/25/2011 21:34 | |
[Request] City Siege 2: Resort Siege-migrated-Last Updated: 05/22/2011 11:57 |
5 | ||
Baddie Beatdown |
||
Kill 30 baddies |
15 | ||
Bunker Buster |
||
Clear level 15 |
30 | ||
Three Medal Resort |
||
Earn 3 medals on each level |
Additional Info
|
It was a matter of logic, really.
Started off by downloading the swf (http://chat.kongregate.com/gamez/0011/2 ... 1305745312) and running it through SWFDecrypt. Now, the amount of civilians killed is displayed at the end of the level, alongside a "Compensation paid" message. So I looked for the word "compensation". Found this: Code: [Select] debriefing.text = "Civilian deaths: " + String(_-QR._-7L) + "nCompensation to pay: $" + String(_-QR._-7L * _-Ng._-a1); Now, we see the civilian deaths count: It's in _-QR._-7L. So, we know to search for _-7L. Right at the end of the results we see:Code: [Select] public static function _-9d() All I did was take a handful of the function's first bytes and turn the first one into a return. Finding the VIP deaths is trivial after this. Code: [Select] debriefing = debriefing + ("VIP deaths: " + String(_-QR._-M8) + " - Mission Failed.n"); |
Additional Info
|
"god" mode again would be nice, too.
Wysiwyg editors are utter shit. |