Flood runner 4
-migrated-
Flood runner 4 Posted on: 08/05/2012 12:23am
Quote Post
link: http://www.kongregate.com/games/tremorgames/flood-runner-4

infinite gliding (will need to unlock gliding skill first, there will be 6 or so results. change them all)
96 04 00 08 1e 05 00
02 02 02 02 02 02 02

don't die when health equals 0 (arrow press event and drowning can still kill you)
96 02 00 08 0d 4e 96 09 00 06 00 00 00 00 00 00 00 00 67 12 12
96 02 00 08 0d 4e 96 05 00 07 F0 00 00 00 02 02 02 02 48 12 12

There is no way to "win" the game, you just keep running until you die.
Reading the coding for this game is really annoying. Game is actionscript1 with a lot of redundant code, no classes, and tons of if/else and goto statements everywhere.