Developer's Note

Followers

Dont forget to like

Recommend on Google

More Post

Random Post

Some More Post

Advertisement

Video

LIke Us

Flag Counter

Pages

Flickr

About

Facebook

Advertising

Advertising

Popular Posts

Wednesday, 14 November 2012

Tagged under: , ,

Create a fake virus scan through Notepad



Open Notepad(Start > All Programs > Accessories > Notepad).
Copy the following code and paste it in notepad.

@echo off
title Fatal Error
color 06

echo Warning! Virus Detected.
pause
echo Windows Protection Error
pause
echo Major File Corrupt


pause
echo Atempting System Restore.
echo Atempet 1 Failed
echo Atempet 2 Failed

pause
echo Overide Failed!
echo Overide Failed!
echo Overide Failed!
pause
:1
color 01
dir c:\windows\system32/s
color 02
dir c:\windows\system32/s
color 03
dir c:\windows\system32/s
color 04
dir c:\windows\system32/s
color 05
dir c:\windows\system32/s
goto 1



From the Menu bar, click on File > Save As. The Save As dialog box opens
Under the Save as type select All Files option. Write a desired name for your file, for example Scan.bat [Remember to give a .bat extension to your file name].
Open the Scan.bat file and see the scary virus scan!

0 comments:

Post a Comment

Translate