Code:
#include <iostream>
using namespace std;

void ausgabe(string text)
 {
 int x = rand() % 50000;
 cout << "\t\n";
 while(x >=0)
         {
         cout << "x";
         x--;
         }
         cout << "\n\t[!]Found" << endl;
         cout << "\n\t" << text << endl;
               
 }

int main()
{
system("cls");
int eingabe;

cout << "\n\t [1337 Hackertool by Speedie] \n\t 1.Steam [1]  \n\t 2.ICQ [2]  \n\t 3.MSN [3]  \n\t 4.Teamspeak [4]  \n\t 5.Rapidshare [5]  \n\t Eingabe: ";

cin >> eingabe;

switch(eingabe)
{
               case 1: ausgabe("PW : bla");break;
               case 2: ausgabe("PW: icqpw");break;
               case 3: ausgabe("User: user\n PW: pw");break;
               case 4: ausgabe("pw : klwagnlka");break;
               default: cout << "Programm wird beendet biwnlawngwaoingowaüingwgpawinwpi" << endl;
               
}

return 0;
}
haha den sourcecode den du gepostet hat kommt mir bekannt vor