Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_52.ADF » U/SAFECRA
U/SAFECRA
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_52.ADF |
Filename: | U/SAFECRA |
Read OK: | ✔ |
File size: | 0A29 bytes |
Load address: | FFFF0E00 |
Exec address: | FFFF802B |
Duplicates
There are 4 duplicate copies of this file in the archive:
- AEW website » pheonix » pheonix_3_5_discs_Brainteasers_A-BRAI.adf » U/Safecra
- AEW website » eug » eug_3_5_discs_Eug-52_A-EUG52.adf » U/SAFECRA
- AEW website » eug » eug_5_25_discs_Eug-52_D-EUG52.dsd » U.SAFECRA
- AEW website » pheonix » pheonix_5_25_discs_Brainteasers_D-BRAI.ssd » U.Safecra
- Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_52.ADF » U/SAFECRA
File contents
10REM SAFE CRACKER 20REM COPYRIGHT (C) G.LUDINSKI 1983 30MODE6:VDU23;8202;0;0;0;19,7,0;0;:PROCins 40MODE5:VDU23;8202;0;0;0;19,1,0;0;19,3,0;0; 50BL=0:RD=1:YE=2:WH=3:B=128 60SC=0 70TIME=0 80COLOUR BL+B:COLOUR WH 90CLS 100PRINTTAB(0,1)"Score":PRINT" ";SC 110REM 120REM DRAW SAFE CLOSED 130REM 140GCOL 0,RD:PROC_BLOCK(0,0,1280,400) 150GCOL 0,WH:PROC_BLOCK(400,350,400,600) 160GCOL 0,BL:MOVE450,400:DRAW750,400:DRAW750,900:DRAW450,900:DRAW450,400 170COLOUR BL:COLOUR B+WH:PRINTTAB(10,12)"*" 180PROC_QUESTION 190COLOUR RD+B:COLOUR WH:PRINTTAB(0,22)"If you multiply the 1st digit by ";A1;" and the 2nd digit by ";ABS(B1);" and ";S1$;" the result is ";C1;"." 200PRINT"The 1st digit ";S2$ 210PRINT"the 2nd digit is ";C2:PRINT"What is the code":VDU19,1,1;0;19,2,3;0;19,3,7;0; 220TM=6000 230I1$=INKEY$(0):IF TIME < TM AND I1$="" THEN GOTO 230 240IF I1$<>LEFT$(A$,1) AND I1$<>"E" AND TIME < TM THEN TM=800:GOTO230 250IF I1$="E" THEN GOTO710 260IF TIME >= TM THEN GOTO390 270PRINT I1$; 280I2$=INKEY$(0):IF TIME < TM AND I2$="" THEN GOTO280 290IF I2$<>RIGHT$(A$,1)AND TIME < TM THEN GOTO280 300IF TIME >= TM THEN GOTO 390 310PRINT'I2$; 320I$=I1$+I2$ 330IF I$=A$ THEN SC=SC+1:PROC_OPEN 340PRINT" No, the code is ";A$ 350GOTO 70 360REM 370REM SWITCH LIGHT ON AND PLAY POLICE SIREN SOUNDS 380REM 390PRINT" No, the code is ";A$:VDU19,BL,3,0,0,0:FORI=1TO6:SOUND1,-15,109,8:SOUND1,-15,101,8:NEXT:RB$=INKEY$(1000):VDU19,BL,0,0,0,0:VDU19,1,0;0;19,2,0;0;19,3,0;0;:GOTO70 400REM 410DEFPROC_BLOCK(X,Y,W,H) 420MOVE X,Y:MOVE X+W,Y 430PLOT 85,X,Y+H 440PLOT 85,X+W,Y+H 450ENDPROC 460DEFPROC_PARLL(X,Y,X1,Y1,X2,Y2) 470MOVE X,Y 480MOVE X1,Y1:PLOT 85,X,Y+Y2-Y1 490PLOT 85,X2,Y2 500ENDPROC 510DEFPROC_QUESTION 520A1=RND(8)+1:B1=RND(8)+1:XX=RND(10)-1:YY=RND(10)-1 530W1=(-1)^RND(2):W2=(-1)^RND(2) 540B1=B1*W1 550C1=(A1*XX)+(B1*YY) 560C2=XX+(W2*YY) 570S1$="add them then":IF W1=-1 THEN S1$="subtract them" 580S2$="plus":IF W2=-1 THEN S2$="minus" 590A$=STR$(ABS(XX))+STR$(ABS(YY)) 600ENDPROC 610REM 620REM DRAW SAFE OPEN 630REM 640DEFPROC_OPEN 650GCOL 0,WH:PROC_PARLL(300,350,450,400,450,900) 660GCOL 0,BL:PROC_BLOCK(450,400,300,500) 670GCOL 0,YE:PROC_BLOCK(450,400,300,200) 680GCOL 0,BL:MOVE300,330:DRAW450,400:DRAW450,900:DRAW300,830 690COLOUR B+BL:PRINTTAB(2,2);SC:RB$=INKEY$(1000):VDU19,1,0;0;19,2,0;0;19,3,0;0; 700ENDPROC 710END 720DEFPROCins 730PRINTSPC(10);"SAFECRACKER PUZZLE"'SPC(10);"Genevieve Ludinski"' 740PRINT'"BOTH deep- and quick-thinkers are here invited to crack open someone's safe!" 750PRINT'"The safe is displayed with two clues"'"about the secret code that opens it. If you work out the answer before keying inthe code, you have two minutes. If you make guesses, you have 60 seconds." 760PRINT'"Take longer and you will be surprised bythe caretaker and all will be lost!" 770PRINT'"By discovering which by which method youget the highest score, you will also"'"know whether you are a deep-thinker or aquick-thinker." 780PRINT'"The code is always two digits, and you do not need to press <RETURN>" 790VDU19,0,4;0;19,7,7;0; 800PRINTTAB(13,24)"PRESS SPACE!";:*FX21 810REPEATUNTILGET=32 820ENDPROC
� SAFE CRACKER #� COPYRIGHT (C) G.LUDINSKI 1983 $�6:�23;8202;0;0;0;19,7,0;0;:�ins ((�5:�23;8202;0;0;0;19,1,0;0;19,3,0;0; 2BL=0:RD=1:YE=2:WH=3:B=128 <SC=0 F�=0 P� BL+B:� WH Z� d�0,1)"Score":�" ";SC n� x� DRAW SAFE CLOSED �� � � 0,RD:�_BLOCK(0,0,1280,400) �#� 0,WH:�_BLOCK(400,350,400,600) �7� 0,BL:�450,400:�750,400:�750,900:�450,900:�450,400 �� BL:� B+WH:�10,12)"*" ��_QUESTION ��� RD+B:� WH:�0,22)"If you multiply the 1st digit by ";A1;" and the 2nd digit by ";�(B1);" and ";S1$;" the result is ";C1;"." ��"The 1st digit ";S2$ �L�"the 2nd digit is ";C2:�"What is the code":�19,1,1;0;19,2,3;0;19,3,7;0; �TM=6000 �'I1$=�(0):� � < TM � I1$="" � � �df@ �4� I1$<>�A$,1) � I1$<>"E" � � < TM � TM=800:�df@ �� I1$="E" � �dFB � � >= TM � �tFA � I1$; &I2$=�(0):� � < TM � I2$="" � �TXA "!� I2$<>�A$,1)� � < TM � �TXA ,� � >= TM � � �tFA 6 �'I2$; @I$=I1$+I2$ J� I$=A$ � SC=SC+1:�_OPEN T�" No, the code is ";A$ ^ � �DF@ h� r2� SWITCH LIGHT ON AND PLAY POLICE SIREN SOUNDS |� ���" No, the code is ";A$:�19,BL,3,0,0,0:�I=1�6:�1,-15,109,8:�1,-15,101,8:�:RB$=�(1000):�19,BL,0,0,0,0:�19,1,0;0;19,2,0;0;19,3,0;0;:�DF@ �� ���_BLOCK(X,Y,W,H) �� X,Y:� X+W,Y �� 85,X,Y+H �� 85,X+W,Y+H �� ���_PARLL(X,Y,X1,Y1,X2,Y2) � � X,Y �� X1,Y1:� 85,X,Y+Y2-Y1 �� 85,X2,Y2 �� ���_QUESTION -A1=�(8)+1:B1=�(8)+1:XX=�(10)-1:YY=�(10)-1 W1=(-1)^�(2):W2=(-1)^�(2) B1=B1*W1 &C1=(A1*XX)+(B1*YY) 0C2=XX+(W2*YY) :5S1$="add them then":� W1=-1 � S1$="subtract them" D$S2$="plus":� W2=-1 � S2$="minus" NA$=�(�(XX))+�(�(YY)) X� b� l� DRAW SAFE OPEN v� ���_OPEN �+� 0,WH:�_PARLL(300,350,450,400,450,900) �#� 0,BL:�_BLOCK(450,400,300,500) �#� 0,YE:�_BLOCK(450,400,300,200) �.� 0,BL:�300,330:�450,400:�450,900:�300,830 �=� B+BL:�2,2);SC:RB$=�(1000):�19,1,0;0;19,2,0;0;19,3,0;0; �� �� � ��ins �;�(10);"SAFECRACKER PUZZLE"'�(10);"Genevieve Ludinski"' �U�'"BOTH deep- and quick-thinkers are here invited to crack open someone's safe!" ���'"The safe is displayed with two clues"'"about the secret code that opens it. If you work out the answer before keying inthe code, you have two minutes. If you make guesses, you have 60 seconds." �S�'"Take longer and you will be surprised bythe caretaker and all will be lost!" ��'"By discovering which by which method youget the highest score, you will also"'"know whether you are a deep-thinker or aquick-thinker." M�'"The code is always two digits, and you do not need to press <RETURN>" �19,0,4;0;19,7,7;0; !�13,24)"PRESS SPACE!";:*FX21 * ���=32 4� �
00000000 0d 00 0a 12 f4 20 53 41 46 45 20 43 52 41 43 4b |..... SAFE CRACK| 00000010 45 52 0d 00 14 23 f4 20 43 4f 50 59 52 49 47 48 |ER...#. COPYRIGH| 00000020 54 20 28 43 29 20 47 2e 4c 55 44 49 4e 53 4b 49 |T (C) G.LUDINSKI| 00000030 20 31 39 38 33 0d 00 1e 24 eb 36 3a ef 32 33 3b | 1983...$.6:.23;| 00000040 38 32 30 32 3b 30 3b 30 3b 30 3b 31 39 2c 37 2c |8202;0;0;0;19,7,| 00000050 30 3b 30 3b 3a f2 69 6e 73 0d 00 28 28 eb 35 3a |0;0;:.ins..((.5:| 00000060 ef 32 33 3b 38 32 30 32 3b 30 3b 30 3b 30 3b 31 |.23;8202;0;0;0;1| 00000070 39 2c 31 2c 30 3b 30 3b 31 39 2c 33 2c 30 3b 30 |9,1,0;0;19,3,0;0| 00000080 3b 0d 00 32 1d 42 4c 3d 30 3a 52 44 3d 31 3a 59 |;..2.BL=0:RD=1:Y| 00000090 45 3d 32 3a 57 48 3d 33 3a 42 3d 31 32 38 0d 00 |E=2:WH=3:B=128..| 000000a0 3c 08 53 43 3d 30 0d 00 46 07 d1 3d 30 0d 00 50 |<.SC=0..F..=0..P| 000000b0 0f fb 20 42 4c 2b 42 3a fb 20 57 48 0d 00 5a 05 |.. BL+B:. WH..Z.| 000000c0 db 0d 00 64 1a f1 8a 30 2c 31 29 22 53 63 6f 72 |...d...0,1)"Scor| 000000d0 65 22 3a f1 22 20 20 22 3b 53 43 0d 00 6e 05 f4 |e":." ";SC..n..| 000000e0 0d 00 78 16 f4 20 44 52 41 57 20 53 41 46 45 20 |..x.. DRAW SAFE | 000000f0 43 4c 4f 53 45 44 0d 00 82 05 f4 0d 00 8c 20 e6 |CLOSED........ .| 00000100 20 30 2c 52 44 3a f2 5f 42 4c 4f 43 4b 28 30 2c | 0,RD:._BLOCK(0,| 00000110 30 2c 31 32 38 30 2c 34 30 30 29 0d 00 96 23 e6 |0,1280,400)...#.| 00000120 20 30 2c 57 48 3a f2 5f 42 4c 4f 43 4b 28 34 30 | 0,WH:._BLOCK(40| 00000130 30 2c 33 35 30 2c 34 30 30 2c 36 30 30 29 0d 00 |0,350,400,600)..| 00000140 a0 37 e6 20 30 2c 42 4c 3a ec 34 35 30 2c 34 30 |.7. 0,BL:.450,40| 00000150 30 3a df 37 35 30 2c 34 30 30 3a df 37 35 30 2c |0:.750,400:.750,| 00000160 39 30 30 3a df 34 35 30 2c 39 30 30 3a df 34 35 |900:.450,900:.45| 00000170 30 2c 34 30 30 0d 00 aa 1b fb 20 42 4c 3a fb 20 |0,400..... BL:. | 00000180 42 2b 57 48 3a f1 8a 31 30 2c 31 32 29 22 2a 22 |B+WH:..10,12)"*"| 00000190 0d 00 b4 0e f2 5f 51 55 45 53 54 49 4f 4e 0d 00 |....._QUESTION..| 000001a0 be 85 fb 20 52 44 2b 42 3a fb 20 57 48 3a f1 8a |... RD+B:. WH:..| 000001b0 30 2c 32 32 29 22 49 66 20 79 6f 75 20 6d 75 6c |0,22)"If you mul| 000001c0 74 69 70 6c 79 20 74 68 65 20 31 73 74 20 64 69 |tiply the 1st di| 000001d0 67 69 74 20 62 79 20 22 3b 41 31 3b 22 20 61 6e |git by ";A1;" an| 000001e0 64 20 20 74 68 65 20 32 6e 64 20 64 69 67 69 74 |d the 2nd digit| 000001f0 20 62 79 20 22 3b 94 28 42 31 29 3b 22 20 20 61 | by ";.(B1);" a| 00000200 6e 64 20 22 3b 53 31 24 3b 22 20 20 20 74 68 65 |nd ";S1$;" the| 00000210 20 72 65 73 75 6c 74 20 69 73 20 22 3b 43 31 3b | result is ";C1;| 00000220 22 2e 22 0d 00 c8 19 f1 22 54 68 65 20 31 73 74 |"."....."The 1st| 00000230 20 64 69 67 69 74 20 22 3b 53 32 24 0d 00 d2 4c | digit ";S2$...L| 00000240 f1 22 74 68 65 20 32 6e 64 20 64 69 67 69 74 20 |."the 2nd digit | 00000250 69 73 20 22 3b 43 32 3a f1 22 57 68 61 74 20 69 |is ";C2:."What i| 00000260 73 20 74 68 65 20 63 6f 64 65 22 3a ef 31 39 2c |s the code":.19,| 00000270 31 2c 31 3b 30 3b 31 39 2c 32 2c 33 3b 30 3b 31 |1,1;0;19,2,3;0;1| 00000280 39 2c 33 2c 37 3b 30 3b 0d 00 dc 0b 54 4d 3d 36 |9,3,7;0;....TM=6| 00000290 30 30 30 0d 00 e6 27 49 31 24 3d bf 28 30 29 3a |000...'I1$=.(0):| 000002a0 e7 20 91 20 3c 20 54 4d 20 80 20 49 31 24 3d 22 |. . < TM . I1$="| 000002b0 22 20 8c 20 e5 20 8d 64 66 40 0d 00 f0 34 e7 20 |" . . .df@...4. | 000002c0 49 31 24 3c 3e c0 41 24 2c 31 29 20 80 20 49 31 |I1$<>.A$,1) . I1| 000002d0 24 3c 3e 22 45 22 20 80 20 91 20 3c 20 54 4d 20 |$<>"E" . . < TM | 000002e0 8c 20 54 4d 3d 38 30 30 3a e5 8d 64 66 40 0d 00 |. TM=800:..df@..| 000002f0 fa 15 e7 20 49 31 24 3d 22 45 22 20 8c 20 e5 8d |... I1$="E" . ..| 00000300 64 46 42 0d 01 04 15 e7 20 91 20 3e 3d 20 54 4d |dFB..... . >= TM| 00000310 20 8c 20 e5 8d 74 46 41 0d 01 0e 0a f1 20 49 31 | . ..tFA..... I1| 00000320 24 3b 0d 01 18 26 49 32 24 3d bf 28 30 29 3a e7 |$;...&I2$=.(0):.| 00000330 20 91 20 3c 20 54 4d 20 80 20 49 32 24 3d 22 22 | . < TM . I2$=""| 00000340 20 8c 20 e5 8d 54 58 41 0d 01 22 21 e7 20 49 32 | . ..TXA.."!. I2| 00000350 24 3c 3e c2 41 24 2c 31 29 80 20 91 20 3c 20 54 |$<>.A$,1). . < T| 00000360 4d 20 8c 20 e5 8d 54 58 41 0d 01 2c 16 e7 20 91 |M . ..TXA..,.. .| 00000370 20 3e 3d 20 54 4d 20 8c 20 e5 20 8d 74 46 41 0d | >= TM . . .tFA.| 00000380 01 36 0a f1 27 49 32 24 3b 0d 01 40 0e 49 24 3d |.6..'I2$;..@.I$=| 00000390 49 31 24 2b 49 32 24 0d 01 4a 1c e7 20 49 24 3d |I1$+I2$..J.. I$=| 000003a0 41 24 20 8c 20 53 43 3d 53 43 2b 31 3a f2 5f 4f |A$ . SC=SC+1:._O| 000003b0 50 45 4e 0d 01 54 1b f1 22 20 4e 6f 2c 20 74 68 |PEN..T.." No, th| 000003c0 65 20 63 6f 64 65 20 69 73 20 22 3b 41 24 0d 01 |e code is ";A$..| 000003d0 5e 0a e5 20 8d 44 46 40 0d 01 68 05 f4 0d 01 72 |^.. .DF@..h....r| 000003e0 32 f4 20 53 57 49 54 43 48 20 4c 49 47 48 54 20 |2. SWITCH LIGHT | 000003f0 4f 4e 20 41 4e 44 20 50 4c 41 59 20 50 4f 4c 49 |ON AND PLAY POLI| 00000400 43 45 20 53 49 52 45 4e 20 53 4f 55 4e 44 53 0d |CE SIREN SOUNDS.| 00000410 01 7c 05 f4 0d 01 86 8b f1 22 20 4e 6f 2c 20 74 |.|......." No, t| 00000420 68 65 20 63 6f 64 65 20 69 73 20 22 3b 41 24 3a |he code is ";A$:| 00000430 ef 31 39 2c 42 4c 2c 33 2c 30 2c 30 2c 30 3a e3 |.19,BL,3,0,0,0:.| 00000440 49 3d 31 b8 36 3a d4 31 2c 2d 31 35 2c 31 30 39 |I=1.6:.1,-15,109| 00000450 2c 38 3a d4 31 2c 2d 31 35 2c 31 30 31 2c 38 3a |,8:.1,-15,101,8:| 00000460 ed 3a 52 42 24 3d bf 28 31 30 30 30 29 3a ef 31 |.:RB$=.(1000):.1| 00000470 39 2c 42 4c 2c 30 2c 30 2c 30 2c 30 3a ef 31 39 |9,BL,0,0,0,0:.19| 00000480 2c 31 2c 30 3b 30 3b 31 39 2c 32 2c 30 3b 30 3b |,1,0;0;19,2,0;0;| 00000490 31 39 2c 33 2c 30 3b 30 3b 3a e5 8d 44 46 40 0d |19,3,0;0;:..DF@.| 000004a0 01 90 05 f4 0d 01 9a 15 dd f2 5f 42 4c 4f 43 4b |.........._BLOCK| 000004b0 28 58 2c 59 2c 57 2c 48 29 0d 01 a4 11 ec 20 58 |(X,Y,W,H)..... X| 000004c0 2c 59 3a ec 20 58 2b 57 2c 59 0d 01 ae 0e f0 20 |,Y:. X+W,Y..... | 000004d0 38 35 2c 58 2c 59 2b 48 0d 01 b8 10 f0 20 38 35 |85,X,Y+H..... 85| 000004e0 2c 58 2b 57 2c 59 2b 48 0d 01 c2 05 e1 0d 01 cc |,X+W,Y+H........| 000004f0 1d dd f2 5f 50 41 52 4c 4c 28 58 2c 59 2c 58 31 |..._PARLL(X,Y,X1| 00000500 2c 59 31 2c 58 32 2c 59 32 29 0d 01 d6 09 ec 20 |,Y1,X2,Y2)..... | 00000510 58 2c 59 0d 01 e0 1a ec 20 58 31 2c 59 31 3a f0 |X,Y..... X1,Y1:.| 00000520 20 38 35 2c 58 2c 59 2b 59 32 2d 59 31 0d 01 ea | 85,X,Y+Y2-Y1...| 00000530 0e f0 20 38 35 2c 58 32 2c 59 32 0d 01 f4 05 e1 |.. 85,X2,Y2.....| 00000540 0d 01 fe 0f dd f2 5f 51 55 45 53 54 49 4f 4e 0d |......_QUESTION.| 00000550 02 08 2d 41 31 3d b3 28 38 29 2b 31 3a 42 31 3d |..-A1=.(8)+1:B1=| 00000560 b3 28 38 29 2b 31 3a 58 58 3d b3 28 31 30 29 2d |.(8)+1:XX=.(10)-| 00000570 31 3a 59 59 3d b3 28 31 30 29 2d 31 0d 02 12 1d |1:YY=.(10)-1....| 00000580 57 31 3d 28 2d 31 29 5e b3 28 32 29 3a 57 32 3d |W1=(-1)^.(2):W2=| 00000590 28 2d 31 29 5e b3 28 32 29 0d 02 1c 0c 42 31 3d |(-1)^.(2)....B1=| 000005a0 42 31 2a 57 31 0d 02 26 16 43 31 3d 28 41 31 2a |B1*W1..&.C1=(A1*| 000005b0 58 58 29 2b 28 42 31 2a 59 59 29 0d 02 30 11 43 |XX)+(B1*YY)..0.C| 000005c0 32 3d 58 58 2b 28 57 32 2a 59 59 29 0d 02 3a 35 |2=XX+(W2*YY)..:5| 000005d0 53 31 24 3d 22 61 64 64 20 74 68 65 6d 20 74 68 |S1$="add them th| 000005e0 65 6e 22 3a e7 20 57 31 3d 2d 31 20 8c 20 53 31 |en":. W1=-1 . S1| 000005f0 24 3d 22 73 75 62 74 72 61 63 74 20 74 68 65 6d |$="subtract them| 00000600 22 0d 02 44 24 53 32 24 3d 22 70 6c 75 73 22 3a |"..D$S2$="plus":| 00000610 e7 20 57 32 3d 2d 31 20 8c 20 53 32 24 3d 22 6d |. W2=-1 . S2$="m| 00000620 69 6e 75 73 22 0d 02 4e 18 41 24 3d c3 28 94 28 |inus"..N.A$=.(.(| 00000630 58 58 29 29 2b c3 28 94 28 59 59 29 29 0d 02 58 |XX))+.(.(YY))..X| 00000640 05 e1 0d 02 62 05 f4 0d 02 6c 14 f4 20 44 52 41 |....b....l.. DRA| 00000650 57 20 53 41 46 45 20 4f 50 45 4e 0d 02 76 05 f4 |W SAFE OPEN..v..| 00000660 0d 02 80 0b dd f2 5f 4f 50 45 4e 0d 02 8a 2b e6 |......_OPEN...+.| 00000670 20 30 2c 57 48 3a f2 5f 50 41 52 4c 4c 28 33 30 | 0,WH:._PARLL(30| 00000680 30 2c 33 35 30 2c 34 35 30 2c 34 30 30 2c 34 35 |0,350,450,400,45| 00000690 30 2c 39 30 30 29 0d 02 94 23 e6 20 30 2c 42 4c |0,900)...#. 0,BL| 000006a0 3a f2 5f 42 4c 4f 43 4b 28 34 35 30 2c 34 30 30 |:._BLOCK(450,400| 000006b0 2c 33 30 30 2c 35 30 30 29 0d 02 9e 23 e6 20 30 |,300,500)...#. 0| 000006c0 2c 59 45 3a f2 5f 42 4c 4f 43 4b 28 34 35 30 2c |,YE:._BLOCK(450,| 000006d0 34 30 30 2c 33 30 30 2c 32 30 30 29 0d 02 a8 2e |400,300,200)....| 000006e0 e6 20 30 2c 42 4c 3a ec 33 30 30 2c 33 33 30 3a |. 0,BL:.300,330:| 000006f0 df 34 35 30 2c 34 30 30 3a df 34 35 30 2c 39 30 |.450,400:.450,90| 00000700 30 3a df 33 30 30 2c 38 33 30 0d 02 b2 3d fb 20 |0:.300,830...=. | 00000710 42 2b 42 4c 3a f1 8a 32 2c 32 29 3b 53 43 3a 52 |B+BL:..2,2);SC:R| 00000720 42 24 3d bf 28 31 30 30 30 29 3a ef 31 39 2c 31 |B$=.(1000):.19,1| 00000730 2c 30 3b 30 3b 31 39 2c 32 2c 30 3b 30 3b 31 39 |,0;0;19,2,0;0;19| 00000740 2c 33 2c 30 3b 30 3b 0d 02 bc 05 e1 0d 02 c6 05 |,3,0;0;.........| 00000750 e0 0d 02 d0 09 dd f2 69 6e 73 0d 02 da 3b f1 89 |.......ins...;..| 00000760 28 31 30 29 3b 22 53 41 46 45 43 52 41 43 4b 45 |(10);"SAFECRACKE| 00000770 52 20 50 55 5a 5a 4c 45 22 27 89 28 31 30 29 3b |R PUZZLE"'.(10);| 00000780 22 47 65 6e 65 76 69 65 76 65 20 4c 75 64 69 6e |"Genevieve Ludin| 00000790 73 6b 69 22 27 0d 02 e4 55 f1 27 22 42 4f 54 48 |ski"'...U.'"BOTH| 000007a0 20 64 65 65 70 2d 20 61 6e 64 20 71 75 69 63 6b | deep- and quick| 000007b0 2d 74 68 69 6e 6b 65 72 73 20 61 72 65 20 68 65 |-thinkers are he| 000007c0 72 65 20 20 69 6e 76 69 74 65 64 20 74 6f 20 63 |re invited to c| 000007d0 72 61 63 6b 20 6f 70 65 6e 20 73 6f 6d 65 6f 6e |rack open someon| 000007e0 65 27 73 20 73 61 66 65 21 22 0d 02 ee c9 f1 27 |e's safe!".....'| 000007f0 22 54 68 65 20 73 61 66 65 20 69 73 20 64 69 73 |"The safe is dis| 00000800 70 6c 61 79 65 64 20 77 69 74 68 20 74 77 6f 20 |played with two | 00000810 63 6c 75 65 73 22 27 22 61 62 6f 75 74 20 74 68 |clues"'"about th| 00000820 65 20 73 65 63 72 65 74 20 63 6f 64 65 20 74 68 |e secret code th| 00000830 61 74 20 6f 70 65 6e 73 20 69 74 2e 20 49 66 20 |at opens it. If | 00000840 79 6f 75 20 77 6f 72 6b 20 6f 75 74 20 74 68 65 |you work out the| 00000850 20 61 6e 73 77 65 72 20 62 65 66 6f 72 65 20 6b | answer before k| 00000860 65 79 69 6e 67 20 69 6e 74 68 65 20 63 6f 64 65 |eying inthe code| 00000870 2c 20 79 6f 75 20 68 61 76 65 20 74 77 6f 20 6d |, you have two m| 00000880 69 6e 75 74 65 73 2e 20 49 66 20 79 6f 75 20 20 |inutes. If you | 00000890 6d 61 6b 65 20 67 75 65 73 73 65 73 2c 20 79 6f |make guesses, yo| 000008a0 75 20 68 61 76 65 20 36 30 20 73 65 63 6f 6e 64 |u have 60 second| 000008b0 73 2e 22 0d 02 f8 53 f1 27 22 54 61 6b 65 20 6c |s."...S.'"Take l| 000008c0 6f 6e 67 65 72 20 61 6e 64 20 79 6f 75 20 77 69 |onger and you wi| 000008d0 6c 6c 20 62 65 20 73 75 72 70 72 69 73 65 64 20 |ll be surprised | 000008e0 62 79 74 68 65 20 63 61 72 65 74 61 6b 65 72 20 |bythe caretaker | 000008f0 61 6e 64 20 61 6c 6c 20 77 69 6c 6c 20 62 65 20 |and all will be | 00000900 6c 6f 73 74 21 22 0d 03 02 8d f1 27 22 42 79 20 |lost!".....'"By | 00000910 64 69 73 63 6f 76 65 72 69 6e 67 20 77 68 69 63 |discovering whic| 00000920 68 20 62 79 20 77 68 69 63 68 20 6d 65 74 68 6f |h by which metho| 00000930 64 20 79 6f 75 67 65 74 20 74 68 65 20 68 69 67 |d youget the hig| 00000940 68 65 73 74 20 73 63 6f 72 65 2c 20 79 6f 75 20 |hest score, you | 00000950 77 69 6c 6c 20 61 6c 73 6f 22 27 22 6b 6e 6f 77 |will also"'"know| 00000960 20 77 68 65 74 68 65 72 20 79 6f 75 20 61 72 65 | whether you are| 00000970 20 61 20 64 65 65 70 2d 74 68 69 6e 6b 65 72 20 | a deep-thinker | 00000980 6f 72 20 61 71 75 69 63 6b 2d 74 68 69 6e 6b 65 |or aquick-thinke| 00000990 72 2e 22 0d 03 0c 4d f1 27 22 54 68 65 20 63 6f |r."...M.'"The co| 000009a0 64 65 20 69 73 20 61 6c 77 61 79 73 20 74 77 6f |de is always two| 000009b0 20 64 69 67 69 74 73 2c 20 61 6e 64 20 79 6f 75 | digits, and you| 000009c0 20 20 64 6f 20 6e 6f 74 20 6e 65 65 64 20 74 6f | do not need to| 000009d0 20 70 72 65 73 73 20 3c 52 45 54 55 52 4e 3e 22 | press <RETURN>"| 000009e0 0d 03 16 17 ef 31 39 2c 30 2c 34 3b 30 3b 31 39 |.....19,0,4;0;19| 000009f0 2c 37 2c 37 3b 30 3b 0d 03 20 21 f1 8a 31 33 2c |,7,7;0;.. !..13,| 00000a00 32 34 29 22 50 52 45 53 53 20 53 50 41 43 45 21 |24)"PRESS SPACE!| 00000a10 22 3b 3a 2a 46 58 32 31 0d 03 2a 0a f5 fd a5 3d |";:*FX21..*....=| 00000a20 33 32 0d 03 34 05 e1 0d ff |32..4....| 00000a29