// Do you wonder what's in this file? It's for information purposes, if the crack // doesn't work properly :( Date Format : *A *B *C *D *E *F *G *H (1st compare) (-> 08h chars) "Unknown" Format : *I *J *K *L *M *N [2nd compare) (-> 06h chars) Registration Code Format: #0 #1 #2 #3 #4 #5 #6 #7 #8 #9 #A #B #C #D ( -> 0Dh chars) where: (Hex calculations) #0= *A +012h #1= *I +037h #2= *B +012h #3= *J +035h #4= *C +035h #5= *K +014h #6= *D +014h #7= *L +037h #8= *E +016h #9= *M +039h #A= *F +016h #B= *N +039h #C= *G +019h #D= *H +03fh e.g.: 1) Date : 19991130 Unknown: 000000 -> RegCode: CgKenDMgGiGiLo 2) Date : 20001130 Unknown: 000000 -> RegCode: DgBeEDDgGiGiLo Debugging hints: The prog checks first for the correct length of the registration code. Then the calculations with the registration codes must always be >0. So enter: ______________ as code. And then... put a breakpoint at: __vbastrcmp() ;(