home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mail Madness! 36
/
Mail_Madness_36_2002-01-03_Telenova_Side_D.d64
/
reactiontest_mrq
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
2KB
|
51 lines
0 rem useless tool by mr.quark/ooo 2001
10 print"[147]":poke53280,6:poke53281,6
20 print" reactiontester deluxe "
25 print" specially done for ooo-partys "
30 print" hit any key to start"
40 poke198,0:wait198,1
50 input"[147]type your handle please:";a$
60 ifa$="mac"thenprint"do you wanna dance tonight?"
61 ifa$="scorpe"thenprint"beat the poschman!"
62 ifa$="satan klaus"thenprint"when will you release roy sheldon?"
63 ifa$="zealot"thenprint"paintalot :)"
64 ifa$="katakis"thenprint"alles guell!"
65 ifa$="mr.tec"thenprint"plasmamen!"
66 ifa$="tec"thenprint"plasmamen!"
67 ifa$="awar"thenprint"mailmadness rulez! yeah crack the md!"
68 ifa$="mr.museum"thenprint"mailmadness & packed radio rulez"
69 ifa$="lord nikon"thenprint"hi dude!"
70 ifa$="catweazle"thenprint"hi fettkiesel!"
71 ifa$="murphy"thenprint"she's eating shit! bahhh!"
72 ifa$="floyd"thenprint"hi old friend! willow rulez!"
73 ifa$="bugjam"thenprint"do you remember symek 97? :)"
74 ifa$="ninja"thenprint"the dreams, always fresh and cool!"
76 ifa$="dizzy devil"thenprint"how about some roy sheldon code? ;)"
77 ifa$="doc bacardi"thenprint"always fresh and cool!"
80 print"now please press the spacebar if the "
90 print"screen will flash"
100 fort= 0to 3000:nextt
110 print"[147]"
120 gosub 200
130 forb=0to400
135 getb$:ifb$=""thennextb
140 gosub 200
141 forc=0to400
142 getc$:ifc$=""thennextc
150 gosub 200
151 ford=0to400
152 getd$:ifd$=""thennextd
160 print"[147] your results ";a$
165 print"[176][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178][178]"
166 printtab(int(b/10))"[218]"
167 printtab(int(c/10))"[218]"
168 printtab(int(d/10))"[218]"
169 print"[173][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][177][189]"
170 print"[194]good[194]??[194]no comment[194] very stoned [194]"
175 print" hit a key to restart"
180 poke198,0:wait198,1
190 run
200 t=int(200*rnd(6))
201 fora=0to(t*10):nexta
202 poke53281,1:poke53281,6:return