Friendly Fire TaD
-migrated-

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Friendly Fire TaD

-migrated-
Last Updated: 09/29/2010 20:58

Sorry, there are no badges available for this game.

Game Dscription
Friendly Fire TaD is a cuddly Tower Defence game based on Friendly Fire: BaG with cute creatur.... Play Friendly Fire TaD
Friendly Fire TaD Posted on: 05/23/2010 5:08pm
Quote Post
http://armorgames.com/play/5889/friendly-fire-tad

Code: [Select]
Basic Tower Damage Increase:
24 02 68 54 10 ee ff ff
24 7F 68 54 10 ee ff ff

Auto Tower Damage Increase:
24 03 68 54 62 05 11 2b
24 7F 68 54 62 05 11 2b

Double Tower Damage Increase:
24 03 68 54 62 04 2a 12
24 7F 68 54 62 04 2a 12

Couldn't open the rest of the towers in sothink, dont know why
But yeah my first AoB hack.
Hope it helps (you can kill all of the hard waves in one go with a few basic towers)
Re: Friendly Fire TaD Posted on: 05/26/2010 12:45am
Quote Post
what do u do with these codes?
Re: Friendly Fire TaD Posted on: 05/26/2010 1:46am
Quote Post
Go in to Cheat Engine, Select your web browser from the process list, the one which you have the flash open in, Change the value type to "Array of Bytes", search for the first array e.g. 24 02 68 54 10 ee ff ff , then double click on the value, to move it to the bottom, and then change to the bottom array e.g. 24 7F 68 54 10 ee ff ff
Re: Friendly Fire TaD Posted on: 05/26/2010 5:53am
Quote Post
There's a big "Hacking FAQ" at the top of the screen, under the logo. Read it.
Re: Friendly Fire TaD Posted on: 09/27/2010 4:11am
Quote Post
This would be really  wonderful... except for a few minor problems.

#1:  Maybe I'm new or something.  Should I do this on Firefox.exe or on plugin-container.exe?  Guess what... either way, there's no result returned for either 24 02 68 54 or 24 03 68 54... much less the longer array.

#2: What about the most important variable?  Money.  Screw BS increasing damage.  Just give me the ability to get more money and I'll own the game.

#3: There is no such a thing as "auto tower" or "double tower" in this game.  So, I have no clue what the hell this would be trying to hack anyways.

Thanks for the assist... but it would be really nice to help out with a money hack.  Even better... I'm having all sorts of problems trying to isolate the value for the cash.  X8 doesn't work.  So, I don't know how to find it.  Could you help me learn how to find a variable that changes addresses when it changes and isn't coded to the actual amount of the value?
Re: Friendly Fire TaD Posted on: 09/27/2010 2:37pm
Quote Post
System Bot
Quote from: "SpeedyScimitar"
Could you help me learn how to find a variable that changes addresses when it changes and isn't coded to the actual amount of the value?
Go in the tutorial section, it's on the mainpage. AoBs, in general, never change once you changed them to what you want.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Friendly Fire TaD Posted on: 09/28/2010 3:03am
Quote Post
Problem is, right in the tutorial, it says it doesn't work.  What's the point of a tutorial that doesn't work?  I tried following it... and sure enough... yep... it doesn't work.  So, when I found a post with a possible working basis for a hack, I was elated.  Until I discovered it doesn't work.

Also... is this game in AS3?  If so, then the tutorial REALLY doesn't cover it.
Re: Friendly Fire TaD Posted on: 09/28/2010 4:45am
Quote Post
System Bot
Quote from: "SpeedyScimitar"
Problem is, right in the tutorial, it says it doesn't work.
Link or it didn't happen. I know all tutorials on this site and none of them is related to this game.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: Friendly Fire TaD Posted on: 09/28/2010 5:01am
Quote Post
Quote
#1: Maybe I'm new or something. Should I do this on Firefox.exe or on plugin-container.exe? Guess what... either way, there's no result returned for either 24 02 68 54 or 24 03 68 54... much less the longer array.

#2: What about the most important variable? Money. Screw BS increasing damage. Just give me the ability to get more money and I'll own the game.

#3: There is no such a thing as "auto tower" or "double tower" in this game. So, I have no clue what the hell this would be trying to hack anyways.

1# The game has either been updated or he probably got the AoB's off of an encrypted SWF.

2# There's a whole bunch of tutorials that SHOW you how to find AoB's and modify them.

3# There is such thing as auto tower and double look before you speak.

Edit AoB's

Increase Basic Tower DMG:
5e 55 24 02 68 55
5e 55 2d 15 68 55
Re: Friendly Fire TaD Posted on: 09/28/2010 12:59pm
Quote Post
All tower have 127 damage:
5e 55 24 ?? 68 55 =>
5e 55 24 7f 68 55

All towers have a gigantic range:
5e 7d 25 ?? ?? 68 7d =>
5e 7d 25 ff 7f 68 7d

Fire rate: (except Basic Tower)
5e a8 01 24 ?? 68 a8 01 =>
5e a8 01 24 01 68 a8 01

Just for the record, the highest 2 digit pushshort value is ff 7f = 16383
Re: Friendly Fire TaD Posted on: 09/29/2010 6:25am
Quote Post
Thanks.  Seems to work much nicer.  I still haven't figured out how to discover this sort of AoB information myself... but I'll keep trying to learn and understand from the tutorials.  Thanks again
Re: Friendly Fire TaD Posted on: 09/29/2010 8:58pm
Quote Post
@the person above me: (that sounds so dirty...)
Almost every tower has this piece of code, modified slightly.
Code: [Select]
              do
                {
                   
                    fireRate = 4;
                    do
                    {
                       
                    }
                }while (true)
               
                towerLevel = 2;
            }while (true)
           
            do
            {
               
                damage = 3;
                do
                {
                   
                }while (true)
               
                base_range = 200;
            }while (true)

The hacks I posted previously were from there. Really not complex.