Quote:
Originally Posted by WesolyZiemniak
Hi, i'm looking for any way which allow me (program) detect if alien was killed. I tried via reading game memory but there is problem. I found some address which tells me that alien is marked or not (that red shit around alien). But the problem is when i restart game address is changed. I tried to find pointer of this address but no result. Can anyone help me?
PS. Sory for bad english. i'm polish...
|
Something is clear for me , MemoryRead Don't worth in Flash player , the problem is here is that you must calculate the address (0x0000) every time you use a jump gate(not in all cases) or you reload the game!
use ExternalInterface and try what @
[Only registered and activated users can see links. Click Here To Register...] Told you , it's very easy!
Quote:
Originally Posted by Dr.Toni.
Could be possible with Imagesearch ^^
If the Red Circle is there NPC = Alive
If it isn't there NPC = dead
Not the best way but it should work.
|
There will be problems with another pixels!