Do you have offset of this script? And any notes on zoom hack that change the zoom capacity
[ENABLE]
alloc(newmem2,1024)
label(returnhere1)
label(originalcode1)
label(exit1)
005DF8f6:
jmp newmem2
returnhere1:
newmem2:
mov [edi+04],427f0000 // change value to maximum zoom
originalcode1:
movss xmm0,[edi+04]
exit1:
jmp returnhere1
[DISABLE]
005DF8f6:
movss xmm0,[edi+04]
dealloc(newmem2)






