Serial Key Builder Help

Below, a useful summary of how to create a key template. If you want to read the entire tutorial, click here!

DEFINITION:
Symbol Function
  #  A random number
  *  A random uppercase letter
  @  A random lowercase letter
  %  A random lowercase or uppercase letter
  ?  A random number or uppercase letter
  !  A random number or lowercase letter


FUNCTIONS:
ID     Definition:     Description:          Example:        Note: 
 1      [XY]            Generates a random   [AC] = A,B,C     The Y ASCII         
                        letter/char from X-Y [ac] = a,b,c     value cannot                               
                                             [35] = 3,4,5     be less than
                                                              X ASCII value

 2      [XY]            Takes char X mod     #[1/7] = 21      X cannot be
                        number Y             1 is reminder    a char after
                                             of ascii 50(2)   this function
                                                              
 3      [+X,Y/Z]        Adds chars X and Y   ##[+1,2/7]=156   X,Y cannot be 
                        Mo number Y.         6 is reminder    a char after
                                             of 1+5=6         this function
                                             
Copyright © 2009-2013 Artem Los, All rights reserved.