home *** CD-ROM | disk | FTP | other *** search
- #include<stdio.h>
- #include<conio.h>
- #include<string.h>
- #include<stdlib.h>
- main()
- {
- struct
- {
- unsigned long magiccounter,helper,encrypted,magic ;
- }user ;
- int magic1,i ;
- char username[25] ;
- unsigned int encrypted ;
- clrscr() ;
- printf("Key Generator Font Finder 4.xx by flag eRRatum\n") ;
- printf("Visit our Page at http:\\\\all.at\\ekh\n") ;
- printf("Enter User Name : ") ;
- user.magiccounter=2721 ;
- user.magic = 28694 ;
- gets(username) ;
- for (i=0;i<strlen(username);i++)
- {
- user.helper=((user.magiccounter>>8)<<24)>>24 ;
- encrypted=username[i]^user.helper ;
- user.magiccounter=((user.magiccounter + encrypted)*29127)+61271 ;
- user.encrypted=encrypted+((i+1)*2) ;
- user.encrypted*=(i+1) ;
- user.magic+=user.encrypted+673638 ;
- }
- printf("This is your key to register : 598f-%lu\n",user.magic) ;
- textcolor(LIGHTRED) ;
- cprintf("Please Visit our page for more cracks.") ;
- return (0) ;
- }
-