呵呵~~~~~这个的TC的注册机~~~~~~~ (778字)
#include "stdio.h"main()
{
unsigned char string[81];
char sn[10];
long d=0;
int i,c;
end:printf("******pyEDITOR 5.0********\nThis keygen is made by Pretender\nPlease input your name : ");
gets(string);
d=strlen(string);
if(d<6) {printf("Sorry,your username must longer than 5 letters!\n"); goto end;}
printf("Please input your ID : ");
gets(sn);
strcat(string,sn);
d=0;
for(i=0;(c=string[i])!='\0';i++)
{c*=(i+1);d+=c;}
d*=0x2a1f3;d+=0x1daca0f;
/*printf("Your name is : ");
puts(string);*/
printf("Your Register code is : %ld\n",d);
printf(" ***************************** --- --- ---\n *Welcome to WWW.CRACKNOW.COM* / / / --\n ***************************** --- --- --/\n");}
