Additional Info
|
A standard shooter defence game with a slightly better than average upgrade system; before every level you get a choice of perks. They're not particularly interesting however.
Currently only highscores for the wave you get to, so you should be fine unless you directly hack that value. Code: [Select] http://www.kongregate.com/games/velgajski1/bloody-sunset AoBs:
I don't know how to find the bytecode corresponding to different property calls (e.g. so I could change "Math.round(param1)" to "Math.abs(param1)"), otherwise the "Upgrades give you money" AoB would be much more elegant. I assume I have to find the target property name in the constant pool or something. EDIT: Some more AoBs (in case infinite rapid fire bullets and invulnerability aren't enough): 100% chance for "Hatred", criticals and instant kills (note: only change certain results) Code: [Select] ?? ?? 60 8e 0f 46 a8 09 00 24 64 a2 Change only one or more of the following:75 d5 ... for "hatred", which is a chance of spontaneously killing enemies (this will make all enemies spontaneously die, long before they get to your walls) f9 10 ... for critical hits 63 06 ... for instant kills (only happens on a critical hit) |
Additional Info
|
Money is double *1
|
Additional Info
|
The HP of your base is also double*1.
|
Additional Info
|
the hatred AoB posted (75 d5) above is so ridiculous it should just come with an automatic "next" clicker so you can walk away until the game is finished.
Not like you're gonna see any monsters anyway. If you're not gonna play the game, no point in any of the other AoB's =)) |
Additional Info
|
Bullet hack 4B*1 there are two results,change them all.
The Address is changed every round. |