[You must be registered and logged in to see this link.]Money multiplies after battle (You need to have some money before using this)
d1 66 d5 08 a0 61 d0 02
d1 66 d5 08 a2 61 d0 02
More skill points
66 cc 18 a1
66 cc 18 a0
Can keep using blacksmith
66 ?? 03 2a d7 66 ?? ?? c1
66 ?? 03 2a d7 66 ?? ?? c0
46 ba 13 01 11 01 00 00 47
46 ba 13 01 11 01 00 00 02
Enemy doesn't get a turn
d0 66 ?? ?? 66 ?? ?? d0 66 ?? ?? 4f ?? ?? 01 24 00
02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 24 00
Get better items when crafting
46 ed 4f 00 24 0a a2 a0 46 cf 49 01
46 ed 4f 00 24 7f a2 a2 46 cf 49 01
Infinite stat points
d0 66 f3 1b a1
d0 66 f3 1b a0
No mp cost
d0 66 95 05 46 ad 05 01
47 66 95 05 46 ad 05 01
Unlimited Skill Points:
24 00 D7 10 1F 00 00 09 F0 C8 01 D0 66 CE 18 D3 66 F6 54 80 5D D6 F0 C9 01 D1 D2 66 AF 19 A0 73 D5 F0 C7 01 C2 03 D3 D0 66 CE 18 66 C6 02 93 15 D4 FF FF F0 CB 01 D1 48
24 7F D7 10 1F 00 00 09 F0 C8 01 D0 66 CE 18 D3 66 F6 54 80 5D D6 F0 C9 01 D1 D2 66 AF 19 A0 73 D5 F0 C7 01 C2 03 D3 D0 66 CE 18 66 C6 02 91 0F D4 FF FF F0 CB 01 D1 48
Unlimited Stat Points:
d0 30 f0 ca 02 d0 66 88 1c d0 66 f3 1b a1 48
d0 30 f0 ca 02 d0 66 88 1c d0 66 f3 1b a0 48
Buying stuff adds money:
d0 66 fb 16 66 d0 02 d1 66 a4 06 a1 61 d0 02 f0 8c 01
d0 66 fb 16 66 d0 02 d1 66 a4 06 a0 61 d0 02 f0 8c 01
[You must be registered and logged in to see this link.]Frequently Asked Questions
What is an AoB?
An AoB is an Array Of Bytes and looks like this:
Code:
60 44 66 c0 08 66 ae 0c 2c 85 0d 60 6d 4f af 0c 02
The AoB can be shorter or longer, it just depends on the hack.
Why are the AoB hacks not working?
There can be a few reasons for an AoB not working. Normally, its due to the game being update. However, sometimes its due to User Error. You need to make sure that you enter the AoB before ever hitting a button in game.
Step By Step Tutorial
Before starting this, make sure you have cheat engine. You can find it at cheatengine.org
1) Find the AOB hack. Chances are, if you're here, you'll find it here. For an example, we'll use the following AOB hack from "Mushroom Madness"
Unlimited Ammo
96 02 00 08 97 4e 51 -> 96 02 00 08 97 4e 02
2) Load up the game. DO NOT proceed past the initial screen/loader. Most games require that the game be freshly loaded into memory to apply the AOB hack - some even require you to apply the hack during the loader itself, which can get tricky as you try to do things quickly enough. CE's speedhack works well to help with that.
3) Start a search using "Array of Bytes" type of variable in CE. You want to search for the first value listed (in this case, 96 02 00 08 97 4e 51). AOBs are usually of sufficient length and complexity that you will only get one result, unless the operation occurs multiple times in the code. So you should only have to search once. Select your result (or all of them, if multiples come up) and add them to your CE variable list.
4) Change the value of your result(s) to the indicated value - in this case, 96 02 00 08 97 4e 02. You'll note that the arrays are nearly identical, the only difference being that the 51 at the end changed to 02. Be sure that you get all the changes, sometimes more than one value changes.
5) You're done, go ahead and play the game.
One of the disadvantages of AOB hacks is that often, an update to the game will change the code enough that the AOB hack no longer works. If you're sure you've done everything properly - ESPECIALLY the part about searching for the AOB right after the game loads - then that may be the case. There is no easy way to make an incorrect AOB work, you'll either have to wait for someone to come out with an updated one, or learn how to do it yourself.