Batch Files

Commonly known as .bat files

This page will attempt to cover as many things to do with batch files as possible. If you know one that you can't see below, send a request on the contact page.

Fork Bomb

This will use up all the RAM on a computer and force it to crash.

1. Open a notepad and type "%0|%0" without the quotes.
2. Save as a .bat file.
3. That's it, when run it will crash the computer.

The 'Matrix'

This is a classic .bat file that will appear as if you are hacking into something.

1. Open a notepad and type the following:

@echo off
color a
:top
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto:top

2. Save as a .bat file and run.

More coming soon...

 
Make a Free Website with Yola.