Citazione:
|
Originalmente inviato da Gir489
Well, you can't scan for 2 different addresses at the same time.
If two .EXEs are running, they won't be able to do the 2nd scan.
Blame VB's simple framework. 
|
That is nothing to do with VB.... it stores the addresses in a file with a predetermined name. So what is happening is both instances of the program are accessing the same file, causing the conflict on the second pass

.
These files are also the reason the program is running at 50% efficiency. You do not need to output to the file every time you find an address. This slows the program down. Store the addresses in an array instead of outputting to a file. Then when you do another search to narrow the results down it is accessing the array instead of the file, which gives you even more speed. Then when you get it narrowed down enough, have a button to click that will display the addresses in a text box. This would also allow for more than one instance to be running at the same time.
Again, PLEASE release the source for the cheat finder.
EDIT:
I think I have found a bug in CWCheat.. I go to the menu and enable cheats. Then I go to select cheats and turn my code on. If I then go back to select cheats, my code is turned off. If I do it again, my code is turned on. It seems like every time I go to select cheats it is switching my code on/off.