[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [edx],ecx
ret 0014
exit:
jmp returnhere
"sf2.exe"+98D12:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"sf2.exe"+98D12:
mov [edx],ecx
ret 0014
//Alt: db 89 0A C2 14 00
look to picture ill help u realy need to take look