NEWSubscribe to Receive Free E-mail UpdatesSubscribe

How to make Poison Virus [Educational Purpose]


A Virus  which would defiantly lead to destruction in computer, many thine you be a victim of virus but really you know What behind Virus file (.Bat) so lets create a virus, we call its Poison Virus.

Note: This is only for Education Purpose nobody can use is for wrong work and do it on your own risk.

How its Work:
This Virus would ask to choose a number between 1 - 5 and then do a certain action :
  1. Shutdown
  2. Restart
  3. Wipes out your hard drive (BEWARE).
  4. Net send
  5. Messages then shutdown
How to Make Poison Virus Step By Step:
Step 1: Open Notepad.
Step 2: 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
Step 3: Save it with any name with .bat extension, i.e: Poison Virus.bat
Step 4: Done!!! Note: Don't double click or open/run it on your own computer its make danger.

Note: This is only for Education Purpose nobody can use is for wrong work and do it on your own risk.
Stay tuned with us at Facebook & Twitter and Subscribe Email to get updates on latest Tech Updates.

Post a Comment

0 Comments