• 标 题:电脑幽灵pcGhost4.0注册机(TC编译通过) (742字)
  • 作 者:8989
  • 时 间:2001-4-24 16:41:21
  • 链 接:http://bbs.pediy.com

电脑幽灵pcGhost4.0注册机(TC编译通过)
下载 华军,海阔天空
根据以前版本作的,新版应该能用
电脑幽灵pcGhost4.0  注册码  gdong-4953667 
破解看以前的帖子
电脑幽灵pcGhost4.0注册机(TC编译通过)
#include  <stdio.h>

int main(void)
{
const long a=0xf1da4;
int counter=0;
unsigned long b=0;
unsigned char yourname[63];
clrscr();
printf("pcGhost 4.0\n");
printf("==================\n");
printf("Made by fpx[CCG]-2001\n");
printf("China Cracking Group\n");
printf("please enter your name:");
gets(yourname);
printf("Your register number is :");
for(counter=0;counter<strlen(yourname);counter++)
{
  b+=yourname[counter]+a;
  putch(yourname[counter]);
    }
printf("-%ld\n",b);
printf("bye");
return(0);
}