Additional Info
|
|
Additional Info
|
I must be stupid. I can't seem to find it :/
1. Select 4 byte and type value 2. Type new value next scan still no hits Sorry if this is a little off. I'm drunk, but I'm sure I'm doing this correctly. Ex. Candy =23 I search for a 4 byte value of 23 Then I gather some more now I type in 25 and click next scan. The results may change, but after 3 times I get no hits. Edit: I decided to do an undo scan then the numbers showed up? Maybe it's slow to populate the values? Anyways I got it! Thanks for the tip! |
Additional Info
|
Use 4 byte to search for your team's max HP, take a hit, then pause the game and scan for "Smaller than..". Find the correct lower value, which should be 15-20 hp lower, lock it, and enjoy invulnerability.
|
Additional Info
|
d0 66 ?? 24 00 0d ?? 00 00 ef 47 66 ?? 24 00 0d ?? 00 00 ef Rapid fire 00 d0 66 ?? ?? 76 12 ?? 00 00 f0 ?? ?? 27 48 00 d0 66 ?? ?? 76 12 ?? 00 00 f0 ?? ?? 02 02 There's a limit to the number of bullets that can be onscreen at on time. Survival of the fittest? Then why are there so many idiots around... |
Additional Info
|
Off topic, but why is the key to an AOB so often changing a number to 47? I'm curious as to the significance of it.
|
Additional Info
|
47 means return void
ETA: Return from the currently executing method. This returns the value undefined. If the method has a return type, then undefined is coerced to that type and then returned. in other words when you put 47, the computer looks at everything after it and says "fuck that noise. i'm going home." if you want a full explanation, I can give it to you, provided you have a complete understanding of stacks and registers. I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
Another way to hack this shitty game is to change your stats while assembling your team:
Above you will see Attack, Speed, Special and Health. Search for one value, then switch team members until that value changes and search for the new one etc. It's 4 Bytes aswell. Just change it to 999 or whatever you like (999 was more than enough though, didn't try more than that). |
Additional Info
|
Side note here: Even with the hacks its kinda of annoying to get the hard badge since there is no score indicator on the screen. I managed to get 39k points up to wave 20, so I'm guessing the badge should be around wave 16-17 before you get bored to hell and kill yourself.
|
Additional Info
|
That's true, it's annoying. What made it even more annoying for me is that I beat wave 17 or 18 (the one with lots of piggyback aliens) and then nothing happened... after I killed all aliens my guys just kept on walking and walking... So maybe this was a one-time error or the dev thought "meh, fuck it. Nobody can beat that wave anyway".
So then I tried getting there again and letting one alien live, then die. Well it worked, but for some weird reason I didn't have enough points for the Badge, so I had to try yet again. Goddamit. Anyway, I could be wrong, but it seems your score decreases if you get hit, so even if you have infinite health you should avoid getting hit as good as possible. |
Additional Info
|
If you track total candy from the beginning of the game (pause to get value) instead of tracking candy at purchase, you can instantly get whatever score you want. I think you find two or three addresses when you track it this way, just change all of them.
Score is calculated by (some variable) + (candy earned * 10). |