Sunday 29 June 2014

Deleting Data

(MODERATE)

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 this!) 

No comments:

Post a Comment