- void main( void )
- {
- printf(" ******************************************************************************n");
- printf(" **************************** Crackme 1.1 by Delta ****************************n");
- printf(" ******************************************************************************n");
- char cUsername[255], cPassword[255];
- printf("->Enter the Usernamen");
- cin >> cUsername;
- printf("->Enter the Passwordn");
- cin >> cPassword;
- printf("->Your Userdata: nt->Username: %snt->Password: %sn", cUsername, cPassword);
- system("pause");
- printf("->Analysing your data ...n");
- Sleep(500);
- char *cUsername_2 = /*Hier wird der username gecrypted*/
- char *cPassword_2 = /*Hier wird das passwort gecrypted*/
- printf("->Analysing done!n");
- system("pause");
- if((!strcmp(/*gecrypteter username*/, cUsername_2)) && (!strcmp(/*gecryptetes passwort*/, cPassword_2)))
- {
- ::MessageBox(0, L"Good joob!!! You just did it!!!nNow just post the username and the password on www.autoitbot.de", L"Good Job!!!", MB_ICONINFORMATION);
- }
- else
- ::MessageBox(0, L"You failed", L"Fail", MB_ICONINFORMATION);
- system("pause");
- }
Undefined
By: Guest | Date: Nov 20 2009 14:34 | Format: None | Expires: never | Size: 1.16 KB | Hits: 887
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago