I need help again

07/30/2012 21:50 chino052#1
ok say i wanted to update this basic zoom script wat would i do?



[ENABLE]
aobscan(_aZoom,F3 0F 10 47 04 EB)
label(_aZoomLabel)
registersymbol(_aZoomLabel)
alloc(newmem,1024)
label(_returnhere)

newmem:
mov [edi+04],427f0000 // change value to maximum zoom
movss xmm0,[edi+04]
jmp _returnhere

_aZoom:
_aZoomLabel:
jmp newmem
_returnhere:

[DISABLE]
_aZoomLabel:
movss xmm0,[edi+04]
dealloc(newmem)
unregistersymbol(_aZoomLabel)
07/31/2012 01:09 TwinBlink#2
you dont need thisscriptis autouppdate just run it and it will work
07/31/2012 06:37 Lil122j#3
One of the few that didn't need updating, but you should really do some research before posting threads asking for help. (This is said after reading your last 4 threads)
[Only registered and activated users can see links. Click Here To Register...]