igor Expert Cheater
Reputation: 1
Joined: 04 Apr 2012 Posts: 145
|
Posted: Fri May 04, 2012 11:17 am Post subject: AOB Help! |
|
|
I know how to use AOB
Code: | registersymbol(aobkill)
alloc(newmem,2048)
label(returnhere)
label(aobkill)
aobscan(addre,8B 5D 18 BE 01 00 00 00 31 F3 B9 02 00 00 00 29 D9)
newmem:
mov eax,(int)-100
jmp returnhere
addre+11:
aobkill:
jmp newmem
nop
returnhere: |
In above AobScan return only one address and write bytes to that address.
But what if i want to write same AOB to multiple Address
When i search array of byte in CE search "8B 5D 18 BE 01 00 00 00 31 F3 B9 02 00 00 00 29 D9" then it founds 10 results.
when i enable my cheat it write only first address. I want to write all the 10 results. How should i do that
|
|