Hi guys because there isn't any working bypass for windows 7 32bits i've upgrade to windows 7 64 bits. I have a working bypass and i want to make my trainer but i have some troubles...
I made 2 or 3 trainers with autoit so i have experience :o
For example: i work with autoit
The code:
With cheat engine i can open and read/write memory but with autoit don't
My question is what i am doing wrong or what has changed
Please answer if you know something of autoit or what's the problem
I made 2 or 3 trainers with autoit so i have experience :o
For example: i work with autoit
The code:
When trying to read/write memory it isn't working :confused: in win 32 it always works for me...Quote:
#include <NomadMemory.au3>
$pid=ProcessWait("S4Client.exe")
$open=_MemoryOpen($pid)
$read=_MemoryRead(0x040D904,$open,"long");its value is 100 is just an example
MsgBox(0,"Hello world",$read)
_MemoryClose($open)
With cheat engine i can open and read/write memory but with autoit don't
My question is what i am doing wrong or what has changed
Please answer if you know something of autoit or what's the problem