home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Shareware Magazine 1996 December
/
CD_shareware_12-96.iso
/
DOS
/
Programa
/
PSSWRD.ZIP
/
PASSWORD.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-09-27
|
317 b
|
12 lines
10 CLS
20 a = 1
30 PRINT "What's the Password, Butthead?!"
40 INPUT x$
50 IF x$ = "Butthead" GOTO 100
60 IF a > 1000 GOTO 10
70 PRINT "Ha! Ha! Ha! Ha! Ha! Ha! It's not '"; x$; "'!"; " TRY AGAIN!"
80 a = a + 1
90 GOTO 60
100 PRINT "Congratulations, you finally hacked into the 'Top Secutity MEGA-System!'"