Nomad's memory doesn't work with windows 7 x64 with latest AutoIt? Addresses are ok, but MemoryRead() doesn't return me anything. I am running it with admin privilegs, but still no effect. Any ideas? Script Global $D2Client = 0x6FAB0000 Global $pAct = 0x11C3B8 Global $Room1 = 0x10 Global $PosX = 0x4C Global $PosY = 0x50 $pID = ProcessExists("game.exe") $Open = _MemoryOpen($pID) $Val = $D2Client + $pAct $P1 = Hex(_MemoryRead($Val, $Open) + $Room1) $P1o = '0x' & $P1 $P2 = _MemoryRead(