Pingo Grandmaster Cheater Reputation: 8 Joined: 12 Jul 2007 Posts: 571
|
Posted: Wed Jun 08, 2011 11:54 am Post subject: |
|
|
Remember those byte patterns i gave you. Heres how it could be done for *kill unlimited civilians*
Code: | [Enable]
label(Civilian)
registersymbol(Civilian)
aobscan(OurAddress,B8020000005E5DC20400558BEC56);//Byte Pattern
OurAddress-16://Found address subtract 0x16. Thats the location
Civilian:
db 83 7E 58 EF//Bytes we wanna write
[Disable]
Civilian:
db 83 7E 58 00//Default bytes
unregistersymbol(Civilian) |
Im sure you can figure it out from the code. This was the first time iv used ce aobscan but the code looks good to me.
I'v not actually tested it but if the byte pattern is ok, it should work.
Here's a little signature scanner tutorial if you're unsure how to get byte patterns.
I think ce aobscan allows wildcards so the above code can be done differently so you wont need to subtract 0x16 from the scan result. _________________
|
|