• 标 题:贴Teleport Pro 1.29.1590的注册机 (720字)
  • 作 者:伪装者[CCG]
  • 时 间:2001-7-1 23:19:15
  • 链 接:http://bbs.pediy.com

#include "stdio.h"
main()
{
unsigned char string[81];
int d,i;
unsigned long c,e=0x5dfee4a4;
start:printf("*********Teleport Pro 1.29.1590*********\nThis keygen is maked by Pretender\nPlease input your name : ");
gets(string);
d=strlen(string)-4;
if(d<2) {printf("Your username must be at least six lettres long!!!\n");goto start;}
for(i=0;i<d;i++)
{
c=string[i+3];
c<<=8;
c+=string[i+2];
c<<=8;
c+=string[i+1];
c<<=8;
c+=string[i];
e^=c;
}
printf("Your Register code is  : ");
printf("%ld",e);
printf("\n *****************************      ---    ---    ---\n *Welcome to WWW.CRACKNOW.COM*      /      /      / --\n *****************************      ---    ---    --/\n");
}