Saturday, January 1, 2011

FAKE .bat VIRUS

If you want to scare someone, want to take a revenge from someone. Just try the simple batch file
virus .....

Just copy and paste the above in a notepad window and save as anything.bat (you can change its name in accordance with your convience).
And just copy in anyones computer with any name.

Below is the programming..

@ echo off
color 73

title WINDOWS FIREWALL VIRUS DEFENDER WARNING !!!!!!!!

echo Windows FIREWALL DEFENDER WARNING.
echo HELLO %username% (DON't CLOSE THIS WINDOW)
echo YOUR SYSTEM IS AT RISK.
echo Many unknown files are found in your system.
echo they may be harmful for your system.
echo window is tryimg to detect it.
echo please wait...(don't CLOSE this window)
ping localhost -n 10>nul
cls
echo Windows FIREWALL DEFENDER WARNING.
echo %random% files found.
echo Many of them are seems to dangrous.
echo Windows trying to delete them.
echo PLEASE WAIT......... (don't CLOSE this window)
ping localhost -n 10>nul
echo WINDOWS EXPLORER FAILED !!!!!!!
echo RAM FAILED !!!!!!
ping localhost -n 10>nul
echo HARD DISK FAILED !!!!!!
echo DISK DRIVERS FAILED !!!!!
echo WINDOWS KERNEL FAILED !!!!!
ping localhost -n 10>nul
echo System is trying to restore changes ....
echo please wait......
ping localhost -n 10>nul
echo SYSTEM FAILED to restore changes ...
pause
:io
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto io

make sure that all random come in the same line otherwise it will not run as needed.
Its totally harmful. You can also run it in your pc.

No comments:

Post a Comment