You'd be surprised what you can find in memory for certain programs. I've crashed various security measures locally (no big deal, if you have local access, and time, all problems vanish.)
Ramzi, even if you 'save' it and use it for values that are a certain distance from the start of the memory reserved for that program, the program itself may often take chunks of memory for various things that are of different sizes each time depending on different circumstances. The best advice I can give you is to write down the address the data you want is at, and the next time you need to search, try to restrict the search program to areas near that value in order to save time. (Often all player stats, for instance, or ammo stats, are in the same area of memory.)




