GARE
-migrated-
GARE Posted on: 06/17/2012 4:41pm
Quote Post
http://www.kongregate.com/games/prexen/gare

Money, armor, shield & bombs : 4byte*1

money is a constant, others need to be searched for each level (but keep old ones in list since they get reused).
Re: GARE Posted on: 06/17/2012 10:45pm
Quote Post
Table for:
 - Buying things even without money
 - Immortality
 - Infinite Bombs

Updated it with wildcards so it should work with future updates. When you open the CT file you will get this
Code: [Select]
This table contains a lua script. Do you want to run it? Click yes. Its lua script that handles swapping AoBs



Re: GARE Posted on: 06/18/2012 9:15pm
Quote Post
The table is outdated it seems.
Re: GARE Posted on: 06/19/2012 1:07am
Quote Post
They updated the game ;p I updated the table in my first post. When i learn how to use multiple AoBscan in CE ill try to do wildcards ones.



Re: GARE Posted on: 06/19/2012 3:38pm
Quote Post
No Death (armor and shields still drop)
d0 26 61 ?? ?? d0 24 00
d0 27 61 ?? ?? d0 24 00

And an lol @ public function playGameBitch(event:Event) : void

Edit: Updated
Re: GARE Posted on: 06/21/2012 8:45am
Quote Post
lol damn got upgraded again now aobs dont work. Damn this is getting serious now.
Re: GARE Posted on: 06/21/2012 11:27am
Quote Post
Working again and should work in future updates unless they change code drastically.



Re: GARE Posted on: 06/21/2012 11:47am
Quote Post

Walk quickly (1 result)
You'll walk at a fixed rate regardless of equipment - although this rate is already significantly higher than legitimately possible in-game.

D2 66 ?? ?? 68 ?? ?? D0 D0 66 ?? ?? 90 68 ?? ?? D0 D2 66 ?? ?? 68 ?? ?? D0 D2 66 ?? ??
24 0A 02 02 68 ?? ?? D0 D0 66 ?? ?? 90 68 ?? ?? D0 24 0A 02 02 68 ?? ?? D0 24 0A 02 02

Inserting a value higher than 0A will make you walk faster. Ideally, the 3 bolded values should be the same.





Fire rapidly (1 result)
All weapons fire at the same rate - you'll probably choose the one with the most damage per shot.

D3 66 ?? ?? 68 ?? ?? D0 5D ?? D0
24 03 02 02 68 ?? ?? D0 5D ?? D0

Inserting a value lower than 03 will make you fire faster.



Re: GARE Posted on: 06/22/2012 1:44am
Quote Post
only thing left or needed is unlimited shield, cause the last level gets tough.
Re: GARE Posted on: 06/22/2012 8:49am
Quote Post
only thing left or needed is unlimited shield, cause the last level gets tough.
The part, where my table makes you immortal?