
Help Second
By: a guest on
Oct 6th, 2012 | syntax:
C++ | size: 0.28 KB | hits: 20 | expires: Never
#include <iostream>
#include <conio.h>
#include <ctype.h>
#include <string>
#include <array>
using namespace std;
void main(){
string IP;
cout << "What ip do you want to attack?" << endl;
cin >> IP;
while(7==1){
system("ping" + IP);
system("pause");
}
}