#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);
}
鼠标锁 注册机源代码
#include <stdio.h>#include <string.h>void m…
本文来自网络,不代表加密狗技术网立场,转载请注明出处:http://www.crackgou.com/pojie/117.html