SAS Zombie Assault TD
-migrated-
SAS Zombie Assault TD Posted on: 06/25/2012 8:56am
Quote Post
ninjakiwi.com/Games/Tower-Defense/Play/SAS-Zombie-Assault-TD.html

Seems like some tower defense game with zombies on ninjawiki. Some guy was spamming for a hack for this game earlier, but looks like he got banned (lol).

anyway ...

cash increases instead of decreases when you buy
66 ?? ?? d1 90 4f
66 ?? ?? d1 91 4f


This game uses the same "add" function to increase or decreases money. So just change the "negate" line to "increment". If anyone has a better way of handling it, let me know. Feel free to update or change my AOB.

Link to swf file. The swf was crashing on me, so I decrypted it. Both the original and decrypted file are in the zip.
http://www.mediafire.com/?gwfzgvl9rnwlv2p

Code: [Select]
public function decreaseMoney(param1:uint)
        {
            var _loc_2:Boolean = true;
            var _loc_3:Boolean = false;
            if (!_loc_3)
            {
                this.m_uMoney.add(-param1);
                if (!(_loc_3 && param1))
                {
                    this.m_bMoneyChanged = true;
                }
            }
            return;
        }// end function


Code: [Select]
//30
_as3_pushscope
//d3
_as3_getlocal <3>
//11 1c 00 00
_as3_iftrue offset: 28
//d0
_as3_getlocal <0>
//66 d4 0e
_as3_getproperty m_uMoney
//d1
_as3_getlocal <1>
//90
_as3_negate
//4f b1 01 01
_as3_callpropvoid add(param count:1)
//d3
_as3_getlocal <3>
//2a
_as3_dup

Re: SAS Zombie Assault TD Posted on: 06/30/2012 2:57am
Quote Post
Thanks for the hack. Seems like a rather repetitive game, anything to speed it up?
Also, I think using it glitches the game...after opening it another time it just gives the "Play this game on ninjakiwi.com" thing every time I click, and it's a black screen.
Re: SAS Zombie Assault TD Posted on: 06/30/2012 8:01am
Quote Post
I just tried playing it again, and seems to work fine. I'll play for about 30 mins and a few rounds to see if anything breaks.

Edit: seems to work fine, played 4 times and no errors
Played half a game: quit to menu and restarted the swf + cheat
Played half a game: F5 and restarted the swf + cheat
Played full game: F5 and then restarted the swf +cheat
Played half a game: with no cheats and then quit to menu

Are you sure it's not a browser issue? easy way to check is to load up the game in another browser
Re: SAS Zombie Assault TD Posted on: 06/30/2012 2:19pm
Quote Post
Yep, works fine again. It told me to refresh because the game couldn't save; I'll just assume that's because I had too much money.
@Everyone else who plays this game: Buy the Hand of Ra first.
Edit: Am I allowed to request a hack for SAS dollars here? If so, anything for that to add instead of subtract?
Re: SAS Zombie Assault TD Posted on: 08/08/2012 2:13am
Quote Post

cash increases instead of decreases when you buy
66 ?? ?? d1 90 4f
66 ?? ?? d1 91 4f


tested it not working :/ probably due to updates