home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TNH!NOM.ZIP / HANGUP.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-02-13  |  1KB  |  107 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     Integer  INTEGER002
  21.     String   STRING001
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     FGet 1, STRING001
  26.     INTEGER001 = 2
  27.     Cls
  28.     AnsiPos 0, 1
  29.     PrintLn "@X07reading ''LOGOFF''"
  30.     Delay 3
  31.     AnsiPos 19, 0
  32.     PrintLn "."
  33.     Delay 1
  34.     AnsiPos 20, 0
  35.     PrintLn "."
  36.     Delay 1
  37.     AnsiPos 21, 0
  38.     PrintLn "."
  39.     Delay 1
  40.     AnsiPos 22, 0
  41.     PrintLn "."
  42.     Delay 1
  43.     AnsiPos 23, 0
  44.     PrintLn "."
  45.     Delay 1
  46.     AnsiPos 24, 0
  47.     PrintLn "."
  48.     Delay 1
  49.     AnsiPos 25, 0
  50.     PrintLn "."
  51.     Delay 1
  52.     AnsiPos 26, 0
  53.     PrintLn "."
  54.     Delay 1
  55.     AnsiPos 27, 0
  56.     PrintLn ".."
  57.     AnsiPos 29, 0
  58.     PrintLn ".."
  59.     AnsiPos 31, 0
  60.     PrintLn "..."
  61.     Delay 5
  62.     AnsiPos 34, 0
  63.     PrintLn "complete!"
  64.     Delay 1
  65.     INTEGER002 = 0
  66.     Hangup
  67.  
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Usage report (before postprocessing)
  71. ;
  72. ; ■ Statements used :
  73. ;
  74. ;    1       Cls
  75. ;    2       Let 
  76. ;    13      PrintLn 
  77. ;    1       FGet 
  78. ;    1       Hangup
  79. ;    11      Delay 
  80. ;    13      AnsiPos 
  81. ;
  82. ;
  83. ; ■ Functions used :
  84. ;
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ; Analysis flags : B
  89. ;
  90. ; B - Brute hangup ■ 1
  91. ;     Program hangup without notification. This may be a good way to
  92. ;     disconnect a user, but if used randomly, may be very nasty
  93. ;     ■ Search for : HANGUP, DTROFF
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ; Postprocessing report
  98. ;
  99. ;    0       For/Next
  100. ;    0       While/EndWhile
  101. ;    0       If/Then or If/Then/Else
  102. ;    0       Select Case
  103. ;
  104. ;------------------------------------------------------------------------------
  105. ;                 AEGiS Corp - Break the routines, code against the machines!
  106. ;------------------------------------------------------------------------------
  107.