⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 axmankey.cpp

📁 破解很多程序的序列号算法程序
💻 CPP
字号:
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
int i,j ;
char user[25],org[25],temp[30] ;
unsigned long esi=4289968,eax=0,ecx=0 ;
clrscr() ;
printf("KeyGenerator Axman 3.x by flag eRRatum\n") ;
printf("Visit our Page at http:\\\\all.at\\ekh\n") ;
printf("Please Enter Your UserName : ") ;
gets(user) ;
printf("Please Enter Organization : ") ;
gets(org) ;
strlwr(user) ;
strlwr(org) ;
strcat(user,org) ;
j=0 ;
for (i=0;i<strlen(user);i++)
  {
  if (user[i]!=0x20)
    {
    temp[j]=user[i] ;
    j++ ;
    }
  }
temp[j]=0 ;
strcat(temp,"My Love") ;
for (i=0;i<strlen(temp);i++)
  {
  eax=temp[i] ;
  ecx<<=4 ;
  ecx+=eax ;
  eax=ecx ; eax&=0xf0000000 ;
  if (eax!=0) {
  esi=eax ; esi>>=0x18 ; ecx^=esi ; }
  eax=~eax ; ecx&=eax ;
  }
while (ecx<100000000) ecx*=10 ;
printf("%lu",ecx/1000000) ;
printf("%lu",(ecx/1000)%10000) ;
printf("%lu",ecx%10000) ;
gotoxy(4,5) ; printf("-") ; gotoxy(8,5) ; printf("-") ;
textcolor(LIGHTRED) ; printf("\n") ;
cprintf("Please Visit our page for more cracks.") ;
return (0) ;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -