Search for a sequence of values. Example of "Heroes Of Might And Magic 2" |
Sometimes in a game you need to accumulate not only money but also resources, such as millet, crystals, wood, rockets, soldiers, etc. Such resources are usually stored in memory as a sequence just the way they come on screen. You can find this sequence. Let's say, for example, you play "Heroes Of Might And Magic 2" and have 1 black dragon, 9 bats and 17 griffons. After searching sequence of 3 values 1, 9, 17 as 2 byte integer, 3 addresses are returned without filtration! |