alright... so i know the address to the zoom size
0x0064E7B0
and i know that it's static (i checked, it's static)... normal size is 256, zoomed in all the way is 512... now here's my problem... if i write to the address using autoit, NOTHIGN happens :( and if i read the address... i get 0... wtf? :(
that should give me the value of the current zoom size, which is 256... but instead i get 0, anybody know y?
0x0064E7B0
and i know that it's static (i checked, it's static)... normal size is 256, zoomed in all the way is 512... now here's my problem... if i write to the address using autoit, NOTHIGN happens :( and if i read the address... i get 0... wtf? :(
Code:
$PID = WinGetProcess("[ACTIVE]", "")
_MemoryRead(0x0064E7B0, $PID)