Hi   My script doesnt read memory correct have a look #include <NomadMemory.au3> $Adresse = 0x614FB10C Dim $Offset[2] = [0, 0x0] while 1 $Process = _MemoryOpen(ProcessExists("Nastarius.exe")) If Not @error Then $Value = _MemoryPointerRead($Adresse, $Process, $Offset) If Not @error Then ToolTip($Value[1],0,0) _MemoryClose($Process) EndIf Sleep(100) WEnd http://imgur.com