please register and help others

please register and help others

Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
Home1Latest imagesRegisterLog in

 

 .bat Game[Nice]

Go down 
AuthorMessage
nathunandwani
Moderating Staff
Moderating Staff
nathunandwani


Male
Number of posts : 138
Age : 33
Location : bacolod
Job/hobbies : computer computer computer
Humor : aaahhh.....
Warning :
.bat Game[Nice] Left_bar_bleue0 / 1000 / 100.bat Game[Nice] Right_bar_bleue

Registration date : 2009-04-13

.bat Game[Nice] Empty
PostSubject: .bat Game[Nice]   .bat Game[Nice] EmptyFri Apr 24, 2009 10:23 pm

.bat Game[Nice] 734_batgames


Source Code:

@echo off
:start
color 04
cls
Title Kill Yourself
echo This is a text game the object is to kill yourself
echo ...........................What do you want to do?
echo 1) If you want to move to go an electric chair
echo 2) If you want to go to a different electric chair
echo 3) if you want to move on through the forest
echo 4) if you want to lead a rich and successfully life
echo ...........................
set /p option=Choose an option (1,2,3, or 4):
if %option%==1 goto Electric_chair
if %option%==2 goto A_different_electric_chair
if %option%==3 goto Forest
if %option%==4 goto Rich
:Electric_chair
cls
echo The electric chair wasn't plugged in, you lived.
pause>nul
goto start

:A_different_electric_chair
cls
echo Ok, you win, you died of electricution.
pause>nul
goto level_2

:Forest
cls
echo You found a house made of candy! You lived.
pause>nul
goto start

:Rich
cls
echo Why would you die from being rich and successful? You live.
pause>nul
goto start

:level_2
cls
echo Oh, you think your so good because you know to use the chair that is plugged in don't you
echo ...........................Confused? Pick what you want to do
echo 1) If you want to open the fridge
echo 2) If you want to play guitar hero
echo 3) if you want to rob a bank
echo 4) if you want to fly a kite
set /p option=Choose an option (1,2,3, or 4):
if %option%==1 goto fridge
if %option%==2 goto guitar_hero
if %option%==3 goto bank
if %option%==4 goto kite
:fridge
cls
echo You open the fridge and everything inside of it falls on you, good job, you died.
pause>nul
goto level_3

:guitar_hero
cls
echo You tilt your guitar for star power and your Playstation 2 falls off the stand and brakes. Your alive, with a broken playstation.
pause>nul
goto level_2

:bank
cls
echo Yay! your rich, but your still alive.
pause>nul
goto level_2

:kite
cls
echo Are you having fun flying your kite? Well your still not dead.
pause>nul
goto level_2

:level_3
cls
echo Don't even bother this level is impossible
echo.......................Please select your choice
echo 1) If you want to play poker
echo 2) If you want to eat a banana
echo 3) If you want to bungie jump
echo 4) If you want go on a bike ride
set /p option=Choose an option (1,2,3, or 4):
if %option%==1 goto poker
if %option%==2 goto banana
if %option%==3 goto jump
if %option%==4 goto ride
:poker
cls
You won $500, but your still alive
pause>nul
goto level_3

:banana
cls
echo The banana belonged to a monkey, you pissed him off and he killed you. good job you died
pause>nul
goto you_win

:jump
cls
echo Did you have fun? I would hope because you lost
pause>nul
goto level_3

:ride
cls
echo You got hit by a bus and broke your neck but you are still alive
pause>nul
goto level_3

:you_win
cls
echo Good job you beat the game!
set /p option=Type f if you want to play again:
if %option%==f goto start

if you don't know what to to...just copy and paste the code in the notepad and rename it to anything.bat

*.bat is important[itz the application extension]

or just download the finished product

http://uploading.com/files/UKL2QXV4/BATGame.rar.html
Back to top Go down
 
.bat Game[Nice]
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: COMPUTER UNDERGROUND :: Tip's and Trick's-
Jump to: