[ENABLE]
alloc(newmem,2048)
label(returnhere)

aobscan(AOB,01 50 44 3b f7 74 4b 01 50 4c 8b 56 04 2b 16 c1 fa 02 3b ca)
registersymbol(AOB)

newmem:
imul edx,edx,68    // muliply by 104
add [eax+44],edx
cmp esi,edi
jmp returnhere

AOB:
jmp newmem
returnhere:

 
[DISABLE]
AOB:
//add [eax+44],edx
//cmp esi,edi
db 01 50 44 3B F7

dealloc(newmem)

unregistersymbol(AOB)