Pranking your friends and family is the best sort of fun. And there is nothing wrong with a harmless prank, especially if the victim is anyone but you. These days, we're constantly plugged to our computer systems,tablets or smartphones. So, what better way to one up your partner or siblings than seemingly destroying their hard drive with a fake virus?
Although the following fake viruses may seem malicious to the unsuspecting, they're completely sanitized, no harm will come to ntheir systems. All you have to do is sit back and watch them squirm!
Note: Any thing you do just make sure to save it as -----------.bat because it is a batch file
1. FILE.BAT
This prank will create and open a file that they cannot close, minimize or maximize without closing the command prompt behind it.Step 1: Go into notepad
Step 2: Type the text below
@echo off
md hello
:A
start hello
goto A
Step 3: click on file then scroll down to save as you will see something like this
file name: *.txt (you cange it to file name of your choice with .bat instead of .txt)
save as type: text document (chang at to all files)
save it as file.bat
(you can use any name but make sure you add the extension .bat)
2. DELETE.BAT
This prank will make your friends think that all their files are being deleted and then at the end the file deletes itself so it it untraceable.
Step 1: Go into notepad.
Step 2: Enter the text below into notepad
Y
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo all data has been deleted...
pause
del "c:delete.bat"
Step 3: Save this as delete.bat (must name it this)
No comments:
Post a Comment