Quote:
Originally Posted by zizibaba
Hi!
I'm not a pro hacker yet and I have a lame question for advanced users. I tried to use Gawron's mass spawn by using Cheat Engine (on Dk Rising pserver). I know how to copy/paste/assign scripts but when I click on execute button, an error window pops up. It says something about aobscan. Can anybody tell me something useful about this? Thank you.  P.S I pressed the search button but it didn't help  Thanks in advance!!
|
[ENABLE]
aobscan(FarEye,8B 48 08 8B 50 04 51 8B 4C 24)
label(Label)
registersymbol(Label)
alloc(ChangeClipDistance,64)
label(ReturnClip)
label(ClipDistance)
registersymbol(ClipDistance)
registersymbol(staddress)
label(staddress)
ChangeClipDistance:
mov ecx,[ClipDistance]
mov [eax+08],ecx
mov edx,[eax+04]
jmp ReturnClip
ClipDistance:
db 00 00 48 43
0065B435:
Update this
FarEye:
Label:
staddress:
jmp ChangeClipDistance
nop
ReturnClip:
[DISABLE]
Label:
staddress:
mov ecx,[eax+08]
mov edx,[eax+04]
dealloc(ChangeClipDistance,64)
unregistersymbol(ClipDistance)
unregistersymbol(FarEye)