Description:
Shows a fake username and password entrance area then deletes it self.
1. Go into notepad and type:
@echo off
echo If the proper username and password is not entered all files will be deleted by this virus.
echo Good Luck
set/p\/name=username:
set/p\/password=password:
echo haha you got the username and password wrong
pause
echo Files are being deleted
pause
dir/s
del "c:up.bat"
3. Save it as up.bat (MUST BE saved as 'up.bat', otherwise the program
won't work!)
4. If you want, test it. =)
0 comments:
Post a Comment