Link | Submitted By | Actions | |
---|---|---|---|
Game On Kongregate | kage_shalom | ||
Game On Armor Games | gates |
BigTree TopGun-migrated-Last Updated: 10/04/2010 11:20 |
Additional Info
|
well, pretty cool defense game.
Heres the link: http://www.kongregate.com/games/Burstyx/bigtree-topgun Most of values are 4 Bytes * 8 + 6 |
Additional Info
|
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? |
Additional Info
|
You make AOB-finding look so easy....
I wish i was as good as you (broken image removed) |
Additional Info
|
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 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!" |
Additional Info
|
Quote from: "kamijoan" You make AOB-finding look so easy....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 |
Additional Info
|
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. |
Additional Info
|
According to my Cheat engine these AOBs doesnt exist. (broken image removed)
|
Additional Info
|
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 |
Additional Info
|
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 |
Additional Info
|
Quote from: "blahblahman"
Thx, didnt know that actually. |
Additional Info
|
it's bugged with me but just closed CE and then did it again, and it worked
|