home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / F / FOODSTA2.ZIP / FOODSTA2.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-05-22  |  3KB  |  71 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.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     PrintLn "@CLS@@X07@CLS@"
  23.     PrintLn "@X0F________  __  ___  __  _.   ___  ________   ________  ___  __________________  "
  24.     PrintLn "\__ \__ \(__)/ ª \(__)/ ª__/__ \/____/__ \ / ___/ ! \/__ \/ ___/ !  /__ \___ \ "
  25.     PrintLn "/ __  --<      !        !   \___ \_   \___X  !        \___  !    --< \___  --< "
  26.     PrintLn "\_! \_!__\__/\___/\__/\___/\___/\___/\___/ \___/\_!_/\___/\___/\_!__\___/\_!_/ "
  27.     PrintLn "½*|=====\/===[food]=========================================[food]===\/=====|*╗"
  28.     PrintLn "@X02hANDLe.........: @X07@USER@                     @X02sLOt nr........: @X073               "
  29.     PrintLn "@X02lOCATIOn.......: @X07@CITY@            @X02pHONe nUMBEr...: @X07eNCRYPTED       "
  30.     PrintLn "@X02pASSWORd.......: @X07eNCRYPTEd                    @X02eXPERt mODe....: @X07oFf             "
  31.     PrintLn "½*|=========================================================================|*╗"
  32.     PrintLn "@X02aCCESs lEVEl...:@X07 @SECURITY@                         @X02nO. of lINEs...:@X07 23                "
  33.     PrintLn "@X02mSGs rEAD......:@X07 @MSGREAD@                        @X02tIMEs cALLEd...:@X07 @NUMCALLS@               "
  34.     PrintLn "@X02lEECHEd lATELY.:@X07 @DLBYTES@                  @X02lEECh lIMIt/dAy:@X07 99999999          "
  35.     PrintLn "½*|=========================================================================|*╗"
  36.     PrintLn "@X02aVAIl bYTES fOr lEECh..:@X07@UPBYTES@    @X02aVAIl fILEs FOr lEECH...:@X07@UPFILES@                "
  37.     PrintLn "@X02tOTAL tRANSFEREd bYTES.:@X07@UPBYTES@   @X02 tOTAl tRANSFEREd fILES..:@X07@DLBYTES@        "
  38.     PrintLn "@X02yOU hAVe pUMPEd........:@X07@UPBYTES@  @X02  bYTEs mORE tHEn yOU hAVe @X02lEECHEd          "
  39.     PrintLn "yOU hAVe pUMPEd........:@X07@UPFILES@        @X02    fILEs mORE tHEn yOU hAVe lEECHEd          "
  40.     PrintLn "@X0F½*|=====/\===========================================================/\=====|*╗"
  41.     PrintLn "   @X02pRIVILEGe cHECKEr@X0F v1.3 [F.O.O.D]  ⌐ 1994-95 by sPEED^rACER                  "
  42.  
  43. ;------------------------------------------------------------------------------
  44. ;
  45. ; Usage report (before postprocessing)
  46. ;
  47. ; ■ Statements used :
  48. ;
  49. ;    20      PrintLn 
  50. ;
  51. ;
  52. ; ■ Functions used :
  53. ;
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Analysis flags : No flag
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Postprocessing report
  62. ;
  63. ;    0       For/Next
  64. ;    0       While/EndWhile
  65. ;    0       If/Then or If/Then/Else
  66. ;    0       Select Case
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;                 AEGiS Corp - Break the routines, code against the machines!
  70. ;------------------------------------------------------------------------------
  71.