AutoitMemoryWrite Problem

03/28/2020 21:21 LiveHood#1
Code:
func Changer2()
	;Ex Explorer. exe+123A
	WinActivate($Activor)
	sleep(1500)
$offset = 0x004589B7  ;>>> NOTE THIS IS NOT VALID ADDRESS IT CAN BE RETURN VALUE 0
$hopen = _MemoryOpen(processexists("Explorer.exe"))
$processBaseAddress = _MemoryGetBaseAddress($hopen)
$value = _MemoryRead($processBaseAddress + $offset, $hopen)
$write = _MemoryWrite($value, $processBaseAddress + $hopen, 1200423915, 'dword')
Exit
EndFunc
Hi Guys First of all i want to thankyou for helping me out ofmy problem on my last post howeber im having a problem again after testing all it was success it return the value on what i need but i have the problem when i try to do Memory Write so For Example the value or MemoryRead is 1200459920 Then i want to Write to that value is 1200423915 after testing and run nothing happened still same i need help here guys i know i have a problem on how i should be call that memory write .. haysss pathetic newbie :( help me out again guys thankyou in advanced :handsdown::handsdown::handsdown::handsdown::hands down:

i Already fix it Guys how pathetic i am hahaha Sorry just being newbie on autoit i just read about how Autoit and Nomad Works and i get it now :D :handsdown: