Wednesday, December 4, 2013

Notepad Flood Via Notepad

How to make a notepad flood with simple notepad trick!



Code!

*************************************************************

@echo off

:RON

start notepad

start notepad

start notepad

goto RON

***********************************************************

Effect –>  Not Destructive or harmless.

Coding Platform –>  Batch Programming.
Working –>  On executing this .bat file it will open and flood loads of notepad {actually it opens around 180 notepads}. This sometimes cause PC hang.
Type the code or just copy the code in notepad and save it as “.bat” extension.


In the above code you can write “start notepad” any number to times. Increasing this command will increase flooding and cause higher chances of system hang-up.

0 comments:

Post a Comment