Link | Submitted By | Actions | |
---|---|---|---|
Game On Newgrounds | maeronta |
Armed Prophet-migrated-Last Updated: 02/05/2010 06:35 |
Additional Info
|
For easy kill aliens, machines, zombies:
96 07 00 08 ?? 07 28 00 00 00 96 07 00 08 ?? 07 01 00 00 00 Change all 201 (in my case). Enemies have 1 hp |
Additional Info
|
That was quick and effective. Good work!
|
Additional Info
|
I'm probably doing something wrong here, but when I enter the 2nd AoB command (96 07 00 08 ?? 07 01 00 00 00) which will change all of the AoB's found....I get an error.
"This is not a valid notation" What am I doing wrong? |
Additional Info
|
Quote from: "Tiny" I'm probably doing something wrong here, but when I enter the 2nd AoB command (96 07 00 08 ?? 07 01 00 00 00) which will change all of the AoB's found....I get an error.?? is a wildcard that matches any byte value when performing searches. Let's say your search found this: 96 07 00 08 24 07 28 00 00 00, then you must change to: 96 07 00 08 24 07 01 00 00 00 in a nutshell, don't copy paste and modify only the 7th byte (28 to 01). |
Additional Info
|
sorry, my bad, i guess i should think of it sooner. I put second AoB in, which was for damage, but because it wasnt working, i deleted it and havent changed first one.
|
Additional Info
|
Quote from: "mr. white" in a nutshell, don't copy paste and modify only the 7th byte (28 to 01).OH man....That's going to be an effort. Thanks for telling me though (broken image removed) |
Additional Info
|
Yeah, I'll just beat this easy-ass game on its own. 201 values by hand .. I am not that desperate.
|
Additional Info
|
You don't have to do it by hand, you select all and do in one process.
Ctrl + a is your friend. |
Additional Info
|
I was under the influence that the ?? bytes would all be different (hence the wildcard notation) and that changing them all to one value would fuck with the game.
You know, like.. in past experiences I've had. Each enemy has their own identity, and changing all those strings to the identity of one, but.. .. anyhow.. Aggrivating game. xD |
Additional Info
|
Not sure why that would fuck with the game. I mean using AOB's is all about changing values. I can't see why changing that many values to one thing would cause anything to happen.
Also, I only had to change 138. |
Additional Info
|
Quote from: "xycho666" Not sure why that would fuck with the game. I mean using AOB's is all about changing values. I can't see why changing that many values to one thing would cause anything to happen. If you want to know why, here is reason: Every enemy has his own line of code, so in whole game are many enemies, that is why is there wildcard. Also, on second scan there is REALLY only that much, because they are REAL. Other are simply something i dk to explain, but it really works |
Additional Info
|
I'm just hoping for an AoB infinite health thing in the next few months for this game.. The bosses don't get 1hp with that up there, and I really freaking suck at button mashing games right now, since my hands are in a lot of pain right now, so I'm really limited in what I can do regarding the keyboard. (broken image removed) :cry:
|
Additional Info
|
i wanted to do inf damage, but i failed. Health is somehow too hard to find (broken image removed)
|
Additional Info
|
Anyone made progress in this? I know, I'm begging.
|
Additional Info
|
I seem to have missed this game! Invulnerability:
96 02 00 08 03 4e 96 02 00 08 04 4e 96 02 00 08 05 52 17 => 96 02 00 08 03 4e 96 02 00 08 04 4e 96 02 00 08 05 02 17 Change all 997 (!) entries. This will also disable the power up bar, I could probably fix that, but as it's perfectly playable without the power up bar, I can't be arsed. Also, instant hit kill (for everything but bosses): 96 07 00 08 03 07 ?? 00 00 00 => 96 07 00 08 03 07 ff 00 00 00 |