📄 esweep.cpp
字号:
#include<stdio.h>
#include<conio.h>
#include<string.h>
main()
{
int i ;
char username[25] ;
unsigned long reg=0 ;
clrscr() ;
printf("Key Generator EasySweep 1.0 by flag eRRatum\n") ;
printf("Visit our Page at http:\\\\all.at\\ekh\n") ;
printf("Enter User Name : ") ;
gets(username) ;
strlwr(username) ;
for (i=0;i<strlen(username);i++)
if (username[i]!=0x20)
{
reg+=username[i] ;
}
printf("This is your Registration Number : %lu\n",(reg^0x7d)^0x2f) ;
textcolor(LIGHTRED) ;
cprintf("Please Visit our page for more cracks.") ;
return (0) ;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -