📄 desktop.cpp
字号:
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
int i ;
unsigned long serial=0 ;
char username[25] ;
clrscr() ;
printf ("Key Generator DesktopThemes 1.xx by flag eRRatum\n") ;
printf ("Visit our Page at http:\\\\all.at\\ekh\n") ;
printf ("Please enter your username : ") ;
gets(username) ;
for (i=0;i<strlen(username);i++) serial+=((username[i] * ((i&1)+1)) + i) ;
serial^=0x82644404 ;
printf("This is your Code : %lu\n",(~serial+1)) ;
textcolor(LIGHTRED) ;
cprintf("Please Visit our page for more cracks.") ;
return (0) ;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -