Hi This is my firts post on forum My question is: I want to complete my script to send a double mouse click on a memory adress in an application. I'm trying to learn that but seriously, i dont know how i have to do it. #include <NomadMemory.au3> $ID = _MemoryOpen(ProcessExists("SoundForge.exe")) $Address = 0x40034C2C $readadress = _MemoryRead($Address, $ID) That's the only i have for the moment. The target is to make a double click on the adress 0x40034C2C every time i press