BigTree TopGun
-migrated-
BigTree TopGun
Submitted By:
Launch Trainer!
Defense Mouse Only Shooter Upgrades

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!

BigTree TopGun

-migrated-
Last Updated: 10/04/2010 11:20

Sorry, there are no badges available for this game.

Game Dscription
To protect the holy fruit avoid evil bugs' attack, the bigtree grows up more and more cannons around the fruit, fires on the bugs, keep the holy fruit safety.
BigTree TopGun Posted on: 09/30/2010 9:14pm
Quote Post
well, pretty cool defense game.

Heres the link:
http://www.kongregate.com/games/Burstyx/bigtree-topgun

Most of values are 4 Bytes * 8 + 6
Re: BigTree TopGun Posted on: 09/30/2010 10:17pm
Quote Post
Buying adds gold:
66 d7 26 66 cb 2c 62 04 a1 61 cb 2c =>
66 d7 26 66 cb 2c 62 04 a0 61 cb 2c

Invincible:
66 e1 01 d1 a1 61 e1 01 =>
66 e1 01 47 a1 61 e1 01

Anything else?
Re: BigTree TopGun Posted on: 09/30/2010 10:25pm
Quote Post
You make AOB-finding look so easy....
I wish i was as good as you (broken image removed)
Re: BigTree TopGun Posted on: 09/30/2010 10:35pm
Quote Post
It really was easy.

SWF link: http://chat.kongregate.com/gamez/0009/3145/live/BigTreeTopGun1.3.swf?kongregate_game_version=1285864914

I started out by doing an all-search for gold. Looking through the results, I found this:
Code: [Select]
this.game.gameInfoObj[OnFileData.GOLD] = this.game.gameInfoObj[OnFileData.GOLD] - _loc_4;
Then simply changed the subtract to add.

Afterwards, a really quick (case-insensitive) search of "hp -" brought me to this:
Code: [Select]
       public function attacked(param1:int) : void
        {
            this.game.iBattleFlowerHP = this.game.iBattleFlowerHP - param1;

Now it's a little explanation, but real simple:
47 is return. Return statements simply say "ok, let's wrap this function up". Since it's a single byte opcode, it would be most convenient to replace another one-byte opcode with it. d1 is an example.
Basically, what I did in the latter hack was "Yay! A function! ohhh! A return statement! Cya function!"
Re: BigTree TopGun Posted on: 10/01/2010 12:02pm
Quote Post
System Bot
Quote from: "kamijoan"
You make AOB-finding look so easy....
I wish i was as good as you (broken image removed)
AoB finding is easy, read the upper post. I don't get why so many people find it so hard, just search for "hp" and you will find something.

This post was imported from an account that no longer exists!
Previous Name: phreneticus
Re: BigTree TopGun Posted on: 10/01/2010 12:21pm
Quote Post
People think that things they don't know are hard. For example: If you don't know Hebrew and suddenly someone walked by and started speaking in Hebrew. You don't know how he/she uses the language, so we almost always think it's difficult.

I remember my first encounters here with AoBs...it was just a line of random numbers, but they magically did what their author claimed them to do. Like Math.
Re: BigTree TopGun Posted on: 10/03/2010 1:01pm
Quote Post
According to my Cheat engine these AOBs doesnt exist.  (broken image removed)
Re: BigTree TopGun Posted on: 10/03/2010 1:14pm
Quote Post
Creamy Goodness.
Quote from: "kas006"
According to my Cheat engine these AOBs doesnt exist.  (broken image removed)
I'm not sure what the problem is, mine does that sometimes, too. I just reinstall.



lol idek why i still come here

Re: BigTree TopGun Posted on: 10/03/2010 1:15pm
Quote Post
( ͡° ͜ʖ ͡°)
Quote from: "kas006"
According to my Cheat engine these AOBs doesnt exist. (broken image removed)
Well
Quote from: "blahblahman once "
Still works, are you selecting plugin-container.exe if you're using firefox?



Flash .sol locations
Chrome: \AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\WritableRoot\#SharedObjects\
Normal: \AppData\Roaming\Macromedia\Flash Player\#SharedObjects

Re: BigTree TopGun Posted on: 10/03/2010 1:35pm
Quote Post
Quote from: "blahblahman"
Quote from: "kas006"
According to my Cheat engine these AOBs doesnt exist. (broken image removed)
Well
Quote from: "blahblahman once "
Still works, are you selecting plugin-container.exe if you're using firefox?

Thx, didnt know that actually.
Re: BigTree TopGun Posted on: 10/04/2010 11:20am
Quote Post
it's bugged with me but just closed CE and then did it again, and it worked