home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / AXREAD12.ZIP / REPLY.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-08-03  |  723b  |  79 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.     String   STRING001
  20.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING001 = PPEPath() + "REPLY" + String(PcbNode())
  25.     If (Exist(STRING001)) Then
  26.         FOpen 1, STRING001, 0, 0
  27.         FGet 1, STRING002
  28.         FClose 1
  29.         KbdStuff STRING002 + "^M"
  30.         End
  31.     Else
  32.         KbdFlush
  33.         KbdStuff "^M"
  34.     Endif
  35.     End
  36.  
  37. ;------------------------------------------------------------------------------
  38. ;
  39. ; Usage report (before postprocessing)
  40. ;
  41. ; ■ Statements used :
  42. ;
  43. ;    2       End
  44. ;    2       Goto 
  45. ;    1       Let 
  46. ;    1       If 
  47. ;    1       FOpen 
  48. ;    1       FClose 
  49. ;    1       FGet 
  50. ;    2       KbdStuff 
  51. ;    1       KbdFlush
  52. ;
  53. ;
  54. ; ■ Functions used :
  55. ;
  56. ;    3       +
  57. ;    1       !
  58. ;    1       String()
  59. ;    1       PPEPath()
  60. ;    1       PcbNode()
  61. ;    1       Exist()
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;
  65. ; Analysis flags : No flag
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;
  69. ; Postprocessing report
  70. ;
  71. ;    0       For/Next
  72. ;    0       While/EndWhile
  73. ;    1       If/Then or If/Then/Else
  74. ;    0       Select Case
  75. ;
  76. ;------------------------------------------------------------------------------
  77. ;                 AEGiS Corp - Break the routines, code against the machines!
  78. ;------------------------------------------------------------------------------
  79.