📄 fontfind.cpp
字号:
#include<stdio.h>
#include<conio.h>
#include<string.h>
#include<stdlib.h>
main()
{
struct
{
unsigned long magiccounter,helper,encrypted,magic ;
}user ;
int magic1,i ;
char username[25] ;
unsigned int encrypted ;
clrscr() ;
printf("Key Generator Font Finder 4.xx by flag eRRatum\n") ;
printf("Visit our Page at http:\\\\all.at\\ekh\n") ;
printf("Enter User Name : ") ;
user.magiccounter=2721 ;
user.magic = 28694 ;
gets(username) ;
for (i=0;i<strlen(username);i++)
{
user.helper=((user.magiccounter>>8)<<24)>>24 ;
encrypted=username[i]^user.helper ;
user.magiccounter=((user.magiccounter + encrypted)*29127)+61271 ;
user.encrypted=encrypted+((i+1)*2) ;
user.encrypted*=(i+1) ;
user.magic+=user.encrypted+673638 ;
}
printf("This is your key to register : 598f-%lu\n",user.magic) ;
textcolor(LIGHTRED) ;
cprintf("Please Visit our page for more cracks.") ;
return (0) ;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -