OK, to install this program you need a serial number.. here's how they check
if a number is valid:

        move.l  #141987843,d1
        sub.l   #121011967,d1
        and.l   #%10000011010101110001010100100100,d1
        cmp.l   #%00000001010000000001000100000100,d1
        bne.s   Err
        moveq   #0,d0
        rts
Err     moveq   #-1,d0
	rts

I suggest you all use 141987843 as the serial number as this is probably not
used by anyone.. (it's the first possible serialnumber)

enjoy,

Long John Silver :)
