im using yrest(1) with hotkeys :) great!
but i cant read memory, now memory address change:
HP_vida = 0x0977A01A;
extract HP memory address with ArtMoney (CheatEngine is detect by PlaySafe)
if i change HP value in artmoney my game client change ... is right address
HP_vide = 0x0977A01A;
starKey ...
Search found 2 matches
- Sat May 02, 2009 1:22 am
- Forum: MicroMacro general & support
- Topic: read memory
- Replies: 3
- Views: 20474
- Sun Apr 19, 2009 4:25 pm
- Forum: MicroMacro general & support
- Topic: read memory
- Replies: 3
- Views: 20474
read memory
try to make script ... just starting.
i get 0A523F82 with artMoney
but: error bad argument
HP_vida = "0A523F82";
HP_vide = "0x0A523F82";
function mem()
HP = memoryReadInt(proc, HP_vida);
end
-- This declares our "main" function which will contain our "main loop".
function main()
win ...
i get 0A523F82 with artMoney
but: error bad argument
HP_vida = "0A523F82";
HP_vide = "0x0A523F82";
function mem()
HP = memoryReadInt(proc, HP_vida);
end
-- This declares our "main" function which will contain our "main loop".
function main()
win ...