Advertisement
Guest User

Untitled

a guest
May 30th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.61 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <conio.h>
  3.  
  4. int main(void)
  5. {
  6.     char eingabe1;
  7.     char eingabe2;
  8.    
  9.    
  10.    
  11.     printf("Username:\n");
  12.     scanf("%d", &eingabe1);
  13.     printf("Password:\n");
  14.     scanf("%d", &eingabe2);
  15.    
  16.     if(eingabe1 == 'cAsE sEnSeTiVe uSeR');
  17.     {
  18.                 if(eingabe2 == "irgendsoeinpassworthalt");
  19.                 {
  20.                             printf("Successfully Logged in into N00bBuster 3000");
  21.                             }
  22.                             }
  23.                             getch();
  24.                             return 0;
  25.                             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement