Quote Originally Posted by tombom
What's a ram value?
I assumed Plucesiar meant the value of a memory address. For instance, it you have 5000 denarii in your treasury, the game has to store that number in the memory whilst the program is running. ArtMoney can search memory used by the program for all instances of that number, and then sieve it on certain parameters (usually if it has changed) to locate the exact address that stores money. You can then edit it to anything you want.