#include <NomadMemory.au3>
Global Const $Focus = 0xD91748
Global Const $Target = 0xD91708
..................
..................
$focusguid=_MemoryRead($WowBase + $Focus, $hWow,"UINT64")
_MemoryWrite($WowBase + $Target, $hWow,$focusguid, "UINT64")
doesn't work when guids are 128bit. how to fix it?
change "UINT64" to "UINT128" doesn't help