THE MIKE SCOTT GAME!!!!!!!!
THE MIKE SCOTT GAME!!!!!!!!
- Code:
@echo off
:start
color 0a
cls
Title THE MIKE SCOTT GAME
echo made by mike scott
echo you walk into my house. what do u do?
echo 1) punch mike scott.
echo 2) try to give mike a wierd hand shake.
echo 3) go to mike's fridge to get food .
echo 4) say hi,whats up, or hello and sit down
echo ...........................
set /p option=Choose an option (1,2,3, or 4):
if %option%==1 goto punch
if %option%==2 goto hand
if %option%==3 goto fridge
if %option%==4 goto hi
:punch
cls
echo You cant punch mike scott!!! YOU LOSE!
pause>nul
goto start
:hand
cls
echo mike punches your fist. you feel awkward.
pause>nul
goto start
:fridge
cls
echo you didnt ask mike for food. he yells at you! now your just hungry.
pause>nul
goto start
:hi
cls
echo mike says hi and ask's you to come out for a cig.
pause>nul
goto level_2
:level_2
cls
echo Your outside.
echo what do u do?
echo 1) ask mike for a smoke
echo 2) offer to buy mike a rockstar
echo 3) kill the rolly polly on the ground
echo 4) throw your garbage on the ground
set /p option=Choose an option (1,2,3, or 4):
if %option%==1 goto ask
if %option%==2 goto rockstar
if %option%==3 goto pillbug
if %option%==4 goto garbage
:ask
cls
echo "asshole", mike says ferociously. mike is mad at you!
pause>nul
goto level_2
:rockstar
cls
echo mike says he loves you and drives you to the gas station.
pause>nul
goto level_3
:pillbug
cls
echo mike gets SUPER MAD at you for killing a rollypolly. He hates you!
pause>nul
goto level_2
:garbage
cls
echo mike yells at you for throwing trash on the ground. He makes you throw it out.
pause>nul
goto level_2
:level_3
cls
echo Your at the gas station.
echo do you buy mike the rockstar?
echo 1) no, you were kidding.
echo 2) no, he said he hated you for killing a stupid bug
echo 3) no, mike wouldnt give you food remember!
echo 4) Yes
set /p option=Choose an option (1,2,3, or 4):
if %option%==1 goto lie
if %option%==2 goto hate
if %option%==3 goto nofood
if %option%==4 goto thanks
:lie
cls
echo mike leaves you at the gas station for lying.
pause>nul
goto level_3
:hate
cls
echo he was only kidding. jeez, take a chillax pill.
pause>nul
goto level_3
:nofood
cls
echo you always eat mikes food. buy him a rockstar!
pause>nul
goto level_3
:thanks
cls
echo mike says "thank you". he is now happy :-)
pause>nul
goto you_win
:you_win
cls
echo Good job mike is happy
echo the moral of this game is...rockstars make mike happy!
set /p option=Type p to play again or m for MATRIX:
if %option%==p goto start
if %option%==m goto matrix
:matrix
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%
goto matrix
open up notepad.
copy and past the code into it.
save as "game.bat"
then open the .bat file and play the game
_________________


Hellview- Admin
- Posts: 14
Join date: 2008-10-13
Location: Madagascar

Permissions of this forum:
You cannot reply to topics in this forum



