I just had to post somewhere. I just made my best keygen ever today! Woo! I coded it in JavaScript first before porting it over to MASM.Mind you, it tookd me a few hours to make it in MASM... But still! It works! :yayds: Too bad I can't show it off here... This is the first thing I keygenned with 3 serial fields. The first one is basically made like this(I'll just leave out some details):
4 parts of the 'Serial' field if it is not an 'Advanced License' and 5 if it is
Each part is 6 digits long (Left padded with 0's)
Each part is separated by a dash
Field 2 and 3 can be any random numbers
Field 4 then becomes ((part3 xor SpecialNumber) xor field2)
Field 1 then becomes ((field2 - field4) xor field 3)
And then some other verification stuff happens~ Then part of the 'Order ID' serial forms the 5th part.
Too lazy to type out anymore... Like I said, I jsut felt like telling people!
Go me!
4 parts of the 'Serial' field if it is not an 'Advanced License' and 5 if it is
Each part is 6 digits long (Left padded with 0's)
Each part is separated by a dash
Field 2 and 3 can be any random numbers
Field 4 then becomes ((part3 xor SpecialNumber) xor field2)
Field 1 then becomes ((field2 - field4) xor field 3)
And then some other verification stuff happens~ Then part of the 'Order ID' serial forms the 5th part.
Too lazy to type out anymore... Like I said, I jsut felt like telling people!
Go me!