Naja sollte ein Fake server crasher sein :P , mir is nix anderes eingefallen.
und noctem ich kauf mir ja ein buch :P , aber bis ich das hab stell ich nich viele frage :D
Added after 4 minutes:
So es funtzt zwar jetzt aber ich willja noch dass nach attack eine 1 steht und dass dann immer mehr wird alsoCode:#include <iostream.h>
int main()
{
int b, c;
char ip[16];
cout << "IP: \n";
scanf("%15s",ip);
cout << "Port: \n ";
cin >> b;
cout << "Attacks: \n ";
cin >> c;
for(int i=1;i<=c;i++)
{
cout << "Attack" << endl;
}
system("PAUSE < nul");
return 0;
}
attack 1
attack 2
attack 3 usw.