鼠标锁 注册机源代码

#include <stdio.h>
#include <string.h>
void main(void)
{unsigned long s;
int i,n;
char c[80];
char name[]=”opq98″;

printf(“KeyGen for mouse lock 2.5.\n”);
printf(“coded by toye.\n”);
printf(“http://toye.yeah.net\n\n\n”);

printf(“Your name:”);
scanf(“%s”,c);

while (strcmp(name,c)==0)
{
printf(“opq98 has been ranged into black list\n”);
printf(“please entry your name again:”);
scanf(“%s”,c);
}

s=0;

for(i=0;(n=c[i])!=’\0′;i++)
s=s+n*n;
s=s*190;
printf(“\n”);
printf(“Registration code =%ld\n”,s);
}

相关推荐

发表评论

您的电子邮箱地址不会被公开。

QQ点我咨询