home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TKGALORE.ZIP / TK-CNTD.ZIP / BYEIN10.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-05-18  |  1KB  |  85 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.2O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     String   STRING001
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING001 = ""
  25.     INTEGER001 = 10
  26.     Print Chr(13) + "@X0FA@X0Dut@X05omatic @X0FL@X0Dog@X05off @X0FI@X0Dn @X0F" + String(INTEGER001) + " S@X0Dec@X05onds. @X0F(@X0DEnter@X05=@X0DAbort@X0F)@X07 @X0F(@X0DH@X05=@X0DBye@X0F) " + Chr(7)
  27.     While (INTEGER001) Do
  28.         STRING001 = Upper(Inkey())
  29.         If (STRING001 == Chr(13)) Then
  30.             PrintLn "@X0C@X0FAborted!@X07"
  31.             KbdStuff "^K"
  32.             End
  33.         Endif
  34.         If (STRING001 == "H") Break
  35.         Delay 20
  36.         Dec INTEGER001
  37.         Print Chr(13) + "@X0FA@X0Dut@X05omatic @X0FL@X0Dog@X05off @X0FI@X0Dn @X0F" + String(INTEGER001) + " S@X0Dec@X05onds. @X0F(@X0DEnter@X05=@X0DAbort@X0F)@X07 @X0F(@X0DH@X05=@X0DBye@X0F) " + Chr(7)
  38.     EndWhile
  39.     PrintLn "@X0FGoodbye@X07"
  40.     KbdStuff "H"
  41.  
  42. ;------------------------------------------------------------------------------
  43. ;
  44. ; Usage report (before postprocessing)
  45. ;
  46. ; ■ Statements used :
  47. ;
  48. ;    1       End
  49. ;    4       Goto 
  50. ;    3       Let 
  51. ;    2       Print 
  52. ;    2       PrintLn 
  53. ;    3       If 
  54. ;    1       Delay 
  55. ;    1       Dec 
  56. ;    2       KbdStuff 
  57. ;
  58. ;
  59. ; ■ Functions used :
  60. ;
  61. ;    8       +
  62. ;    2       ==
  63. ;    2       !
  64. ;    1       Upper()
  65. ;    5       Chr()
  66. ;    1       Inkey()
  67. ;    2       String()
  68. ;
  69. ;------------------------------------------------------------------------------
  70. ;
  71. ; Analysis flags : No flag
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;
  75. ; Postprocessing report
  76. ;
  77. ;    0       For/Next
  78. ;    1       While/EndWhile
  79. ;    1       If/Then or If/Then/Else
  80. ;    0       Select Case
  81. ;
  82. ;------------------------------------------------------------------------------
  83. ;                 AEGiS Corp - Break the routines, code against the machines!
  84. ;------------------------------------------------------------------------------
  85.