Simple tone generator script that will play the 2600Hz blue box tone on an HP39G graphical calculator.
a1df6a4d08ce5fd0799c1646e0911128# Tone-generator by Eric de Maar
#
# Tone-generator for the HP39G graphical calculator
# Blue-box function does NOT work at SS7
# Questions can be send to eric@phreakers.nl
#
# Created at 29-9-2003
MSGBOX "Read our disclaimer before using at www.phreakers.nl" :
1 > A :CHOOSE A;
"PHREAKEN";
"BLUE-BOX";
"GENERATE TONE";
"CONTACT":
CASE
IF A==1
THEN INPUT T;
"BLUEBOX";
"TIME";
"TIME IN SEC";0:
BEEP 2600;T :
END
IF A==2
THEN INPUT B;
"TONES";
"FREQ";
"FREQ IN Hz";0:
INPUT C;
"TONES";
"TIME";
"TIME IN SEC";0:
BEEP B;C:
END
IF A==3
THEN MSGBOX "IRC: #phreakers @ irc.rizenet.org" :
MSGBOX "WEB: www.phreakers.nl" :
MSGBOX "EMAIL: eric@phreakers.nl" :
END
END
Comments
No comments yet, be the first!