I got a problem in MemoryPointerWrite...
I've made a button which will write to a pointer the value of Inputbox
i use that function
the adress and offset has been tested and work..
i wrote offset like that
and addy
[code]
Global Const $base = 0x******
I've made a button which will write to a pointer the value of Inputbox
Code:
_MemoryPointerWrite($base ,$OPEN,$offset,GUICtrlRead($Input1),"dword")
the adress and offset has been tested and work..
i wrote offset like that
Code:
Global Const $offset[1] = [0x*]
[code]
Global Const $base = 0x******