nero 6.3.0 crack


Turbo C - Password Checker

#include<stdio.h>
#include<string.h>

/* Programmed by Harvey Losin */
/* http://www.bikoy.com/harvey */
/* webmaster@bikoy.com */

main()
{
char pass[20];
clrscr();
printf("n Enter Password: ");
gets(pass);                 /* input password */
if(!strcmp(pass,"secret"))  /* checks if password is same as 'secret' */
{ printf("n YOU HAVE FINALLY ENTERED!"); }
else                
{ printf("n Access Denied! Goodbye!"); }
getch();
}

 

 

Site Meter

webweaving by harvey
copyright 2002-2004 bikoy83. all rights reserved.