Hey everyone,
I just started learning about how to do memory in AutoIt.
I made this simple script but for some reason would not work.
------CODE START----------
#Include<NomadMemory.au3>
$ProcessID = WinGetProcess("[Conquer2.0]","")
$DllInformation = _MemoryOpen($ProcessID)
$CharName=_MemoryOpen(0x56BC64,$DllInformation)
MsgBox(0, "Welcome", "Welcome to the twilight zone " &$CharName)
------CODE END---------------
I just started learning about how to do memory in AutoIt.
I made this simple script but for some reason would not work.
------CODE START----------
#Include<NomadMemory.au3>
$ProcessID = WinGetProcess("[Conquer2.0]","")
$DllInformation = _MemoryOpen($ProcessID)
$CharName=_MemoryOpen(0x56BC64,$DllInformation)
MsgBox(0, "Welcome", "Welcome to the twilight zone " &$CharName)
------CODE END---------------