home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carsten's PPE Collection
/
Carstens_PPE_Collection_2007.zip
/
S
/
SSI!BYE1.ZIP
/
SSI!BYE.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1995-09-22
|
2KB
|
129 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer INTEGER001
Integer INTEGER002
Integer INTEGER003
String STRING001
String STRING002
String STRING003
;------------------------------------------------------------------------------
FOpen 1, PPEPath() + PPEName() + ".cfg", 0, 0
FGet 1, STRING002
FGet 1, INTEGER001
FGet 1, INTEGER003
FGet 1, STRING003
FClose 1
Cls
PageOff
DispFile PPEPath() + PPEName() + ".pcb", 0
AnsiPos 2, 2
PrintLn "@X08{@X07C@X0FO@X07d@X08Ed @X07b@X08Y @X07Y@X0FO@X07R@X08k\@X07S@X08Si-@X07C@X0FO@X07R@X08P[@X09C@X08]95-|@X06HQ@X08|-}"
For INTEGER002 = 1 To INTEGER001
STRING001 = Inkey()
If (Asc(STRING001) == 27) Goto LABEL001
If (Asc(STRING001) == 13) Break
Delay INTEGER003
AnsiPos 50, INTEGER002 + 2
PrintLn STRING003
AnsiPos 1, 22
Next
Cls
AnsiPos 12, 4
PrintLn "@X07G@X0FO@X07O@X08D @X07B@X08YE @X07S@X0FA@X07Y@X08'S @X07Y@X0FO@X07U@X08R @X07L@X0FO@X07C@X08AL @X07B@X0FO@X07A@X08RD & @X07t@X08HE @X07S@X08Si-@X07C@X0FO@X07R@X08P[@X09C@X08]95"
AnsiPos 21, 10
PrintLn "@X07C@X0FO@X07d@X08Ed @X07b@X08Y @X07Y@X0FO@X07R@X08k\@X07S@X08Si-@X07C@X0FO@X07R@X08P[@X09C@X08]95-|@X06HQ@X08|-"
Delay INTEGER003
Hangup
End
:LABEL001
Cls
AnsiPos 2, 2
DefColor
KbdStuff Chr(11)
StartDisp 0
Stop
Cls
End
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 2 End
; 4 Cls
; 4 Goto
; 3 Let
; 4 PrintLn
; 3 If
; 1 DispFile
; 1 FOpen
; 1 FClose
; 4 FGet
; 1 StartDisp
; 1 Hangup
; 1 DefColor
; 2 Delay
; 1 Stop
; 1 KbdStuff
; 6 AnsiPos
; 1 PageOff
;
;
; ■ Functions used :
;
; 6 +
; 2 ==
; 1 <
; 1 <=
; 2 >=
; 1 !
; 2 &&
; 1 ||
; 1 Chr()
; 2 Asc()
; 1 Inkey()
; 2 PPEPath()
; 2 PPEName()
;
;------------------------------------------------------------------------------
;
; Analysis flags : B
;
; B - Brute hangup ■ 1
; Program hangup without notification. This may be a good way to
; disconnect a user, but if used randomly, may be very nasty
; ■ Search for : HANGUP, DTROFF
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 1 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------