Ehy i need help to write a script with slider and if i move slider i write in memory the byte(read of slider) how i can?
i trie to do a simple function but dont work...
Code:
$PROCESS2 = _MEMORYOPEN(ProcessExists("process"))
$Addres = 0x0000001
$read = GUICtrlRead($Slider1)
_MemoryAsmWrite(Number($Addres), "BYTE" & $read,"DWORD",$PROCESS2 )