zokz Newbie cheater
Reputation: 0
Joined: 21 Aug 2011 Posts: 10
|
Posted: Sun Aug 18, 2013 5:08 pm Post subject: is it possible to freeze address??? |
|
|
i wanna freeze the address here my script
or i mean is there a way to keep looping the addy ?
[Enable]
label(Civilian)
registersymbol(Civilian)
alloc(loops,2048)
aobscan(OurAddress,?? ?? ?? ?? ?? ?? ?? ?? 04 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? 00 00 88 ?? ?? ?? ?? ?? ?? ?? ??);//Byte Pattern
OurAddress://Found address subtract 0x16. Thats the location
Civilian:
loops:
db 00 00 70 42//Bytes we wanna write
[Disable]
Civilian:
db 83 7E 58 00//Default bytes
unregistersymbol(Civilian) |
|