Zombie Bites
-migrated-
Zombie Bites Posted on: 12/18/2010 8:45am
Quote Post
Developer: Rachid1984

Link: http://www.kongregate.com/games/Rachid1984/zombie-bites

Description: Create your own zombie army! But watch out, more zombies means fewer humans and less food for you! You need to feed on humans in order to survive, but each human infected is another zombie to compete with for food. As time progresses, humans become more rare and reward a lot more points.

Hacks:

Score is 4b*1

I got Hunger as being 4b*1, but you'll need to use the value between... type scan. As the value starts at 116, a scan between 116 and 100 should get it. Now just do decreased value scans untill you get the two values. Freeze them and you are invincible.

Any attempts I had at AoBing meant that when I started the level the music played but I was stuck on a red screen.
Re: Zombie Bites Posted on: 12/18/2010 12:57pm
Quote Post
Infinijump:
29 60 7e 66 4f 96 =>
02 02 02 02 02 02

God as my witness, I will never go hungry again!: (allows you to kill yourself)
93 68 de 05 =>
02 68 de 05

Code: [Select]
Infinite jump - Player file - updateMovement() - line 196
                if ((FlxG.keys.justPressed("X") || FlxG.keys.justPressed("UP")) && !velocity.y)

NOPed the part where it says !velocity.y

Hunger doesn't decrease - Player file - updateCooldowns() - line 136
                        (this.iHunger - 1);

NOPed the decrement.