Google Secrets & Tricks
1)atari breakout(image search)-can play a classic game
2)google in 1998
-change google search in 98 version
3)Zerg Rush
-google attacks the results(GG means good game)
4)the number of horns on a unicorn
-automaticly open a e-calculator
5)The White House
-search in google maps, then press virtual tour
6)blink HTML
-blinks blink and HTML words
7)bletchley park
-the name will decoded
8)Unicorn
-do a search on google play leaving the search field blank
This is a script of a Talking Game which play in CMD
(Copy the script below and paste in note pad. Then , save as anything with a finishing of .bat)
For example, SC Game. bat(must add ".bat" at the end of your save name) bat represent Batch file.
The Script
@echo off
:menu
cls
echo Hello, welcome to SC Game !
echo what would you like to do?
echo 1) start
echo 2) instructions
echo 3) exit
set /p letter=
if %letter% == 1 goto startgame
if %letter% == 2 goto instruction
if %letter% == 3 goto exit
goto menu
:startgame
cls
echo level 1
echo Hello! enter your name:
set /p name=
echo hello, %name%!
echo How are you?
set /p lala=
echo You are feeling %lala%?
echo that's nice.
pause
echo I should go now.
echo Bye %name%!!!
echo next level? (yes or no)
set /p wala=
if %wala% == yes goto lvl2
if %wala% == no goto menu
goto startgame
:exit
exit
goto exit
:lvl2
cls
echo Hello! Your name is %name%? yes or no
set /p yn=
if %yn% == yes goto cool
if %yn% == no goto aaw
goto lvl2
:cool
echo Yay! i got it right!
echo Back? (y/n) lower case only!
set /p ynny=
if %ynny% == y goto menu
if %ynny% == n goto exit
goto cool
:instruction
echo answer the computer and the computer will
echo talk to you.
echo back? (y/n) lower case only!
set /p nyyn=
if %nyyn% == y goto menu
if %nyyn% == n goto exit
goto instruction
:aaw
echo that's too bad.
echo bye!
pause
exit
goto aaw?
You can also edit this script by yourself and enjoy !
Stay for More Information about CMD and google.
For more info
(Click This Link Below To Access Me With Facebook and Youtube)
Nahvin SC(Facebook)
Nahvin SC(Youtube)
No comments:
Post a Comment