all memory read other game was fine but proces engine.exe block connect...
my addres value always = 0 for speed and coord..
In CE its work fine i checked addres and offset. any idea ? maybe some1 made speed hack Kalonline b4.
here is basic code to read. i was just check read/write work or no and its not ...
Code:
#include <nomadmemory.au3>
$Open = _MemoryOpen(ProcessExists("[B]engine.exe[/B]"))
$base = Dec("006F3840")
$offset1 = Dec("4640")
$offset2 = Dec("4B14")
$curCORD = _MemoryPointerRead($base, $Open, $offset1)
$curSPEED = _MemoryPointerRead($base, $Open, $offset2)
msgbox(1,"adress","Coordinate:"& " "&$curCORD & " "& "Speed:" & " "& $curSPEED)






