1、/ this script does nothing but takes the amount of time you want / to do that shift+f9 thing for ASProtect targets and does tht shift+f9 / throught ESTO command in script. / remember the input is in HEX, so if u want to shift+f9 38 times, / enter 26 / currently ODBGScript 1.41 has some problem, some
2、 times mistakenly / it fails to catch the right input n rather takes a ZERO as input / thts why i made a loop and if u want to exit without inputing anything / put a how many (HEX) times ?cmp $RESULT, je FINISHcmp $RESULT,0jbe ASKmov how_many,$RESULTrundec how_manyTIME:estodec how_manycmp how_many, 0jbe FINISHjmp TIMEFINISH:ret