Posted: Tue Jan 21, 2014 1:31 pm Post subject: Trainer for change opcode
Im scanning array by bytes (like that: A3 B3 23 45) and found value, now i want greate trainer to change opcode (mov eax,[ecx+50]). opcode is not that value what i scan (opcode byte is 8B 1B 50) in array by bytes value is C0 01 13 26 (that value change all time when i open new game) this array by bytes located 32 units away for A3 B3 23 45 that
I didn't understand much but i think what you should do is ,
Code:
aobscan(aob,A3 B3 23 45)
aob+20:
, This will point to the bytes of what you searched for + 32 .
edit : You could also use wildcards , e.g. if you have D9 00 8B 45 08 and the bytes 45 keep changing you could write it as D9 00 8B ?? 08 . _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum