Monday, 27 February 2012

Apps Bombing Using Notepad with some simple step

Steps of creating Apps Bomber Program 
Note: Perform this task on your own risk
1. open notepad and paste following command 
    @echo off
       :loop
       start notepad
       start compmgmt.msc
       start mspaint
       start osk
       start cmd
       start explorer
       start control
       start calc
       goto loop
2. now save notepad file with file extention ".bat"
3. now execute batch file 

No comments:

Post a Comment