home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
Q-ENSE99.ZIP
/
CHECK.PPE
(
.txt
)
next >
Wrap
PCBoard Programming Language Executable
|
1995-06-06
|
3KB
|
164 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 2.OO (plain) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer INTEGER001
Integer INTEGER002
Integer INTEGER003
Integer INTEGER004
String STRING001
String STRING002
String STRING003
String STRING004
String STRING005
;------------------------------------------------------------------------------
GetUser
INTEGER003 = 1
INTEGER002 = 1
INTEGER004 = 1
INTEGER001 = CurSec()
If (INTEGER001 == 10) Then
INTEGER002 = 2
STRING005 = " NEW"
Endif
If (INTEGER001 == 20) Then
INTEGER002 = 13
STRING005 = "LAMA"
Endif
If (INTEGER001 == 30) Then
INTEGER002 = 16
STRING005 = "Okay"
Endif
If (INTEGER001 == 40) Then
INTEGER002 = 19
STRING005 = "Good"
Endif
If (INTEGER001 == 50) Then
INTEGER002 = 22
STRING005 = "Well"
Endif
If (INTEGER001 == 60) Then
INTEGER002 = 25
STRING005 = "Kewl"
Endif
If (INTEGER001 == 70) Then
INTEGER002 = 28
STRING005 = "Rule"
Endif
If (INTEGER001 == 80) Then
INTEGER002 = 32
STRING005 = "CSys"
Endif
If (INTEGER001 == 90) Then
INTEGER002 = 36
STRING005 = "!!!!"
Endif
Cls
DispFile PPEPath() + "gfx\enh_sec.mid", 7
AnsiPos 40, 5
:LABEL001
STRING001 = "@X04░"
If (INTEGER003 > 14) STRING001 = "@X04▒"
If (INTEGER003 > 26) STRING001 = "@X04▓"
If (INTEGER003 > 33) STRING001 = "@X04█"
Print STRING001
If (INTEGER003 == INTEGER002) Goto LABEL002
Inc INTEGER003
Delay 1
Goto LABEL001
Stop
:LABEL002
AnsiPos 47, 19
Print "@X07" + STRING005
AnsiPos 73, 19
Print "@X07" + INTEGER001
AnsiPos 47, 20
Print "@X07" + U_Name()
AnsiPos 39, 11
STRING004 = INTEGER001
FOpen 1, PPEPath() + "infos\sec." + STRING004, 0, 0
:LABEL003
FGet 1, STRING003
Print "@X07" + STRING003
If (STRING003 == "") Goto LABEL004
If (INTEGER004 == 6) Goto LABEL004
AnsiPos 39, 11 + INTEGER004
Inc INTEGER004
Goto LABEL003
Stop
:LABEL004
STRING002 = Inkey()
If (STRING002 > "") Goto LABEL005
Goto LABEL004
Stop
:LABEL005
Cls
PrintLn "@X07Thanks for using Enhanced Security Show V.99 by Cosmic.Qtip"
Stop
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 2 Cls
; 16 Goto
; 28 Let
; 5 Print
; 1 PrintLn
; 16 If
; 1 DispFile
; 1 FOpen
; 1 FGet
; 1 GetUser
; 1 Delay
; 2 Inc
; 4 Stop
; 6 AnsiPos
;
;
; ■ Functions used :
;
; 8 +
; 12 ==
; 4 >
; 9 !
; 1 U_Name()
; 1 Inkey()
; 2 PPEPath()
; 1 CurSec()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 9 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------