home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / F / FOODUPLD.ZIP / PROMPT.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-10-16  |  3KB  |  86 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.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     Goto LABEL001
  23.     PrintLn "   _____                    ___                                      "
  24.     PrintLn " .( ___/_______ ______ ____|_  |------------. Hi there cracker!      "
  25.     PrintLn " |   ___/ _,   | _,   |  ___/  |  fOOd 1996 | This PPE was coded by  "
  26.     PrintLn " |---'dNo------'------`--------'  pRESENTs  | Master of Magic /FOOD. "
  27.     PrintLn " |-========================================-|                        "
  28.     PrintLn " |  automated blind upload for any pcb sys  | If you're here to learn"
  29.     PrintLn " |       coded by : master of magic         | it's ok, but if not... "
  30.     PrintLn " `-[16-10-96]-------------------------[1/1]-' FUCK YOU!              "
  31.     Return
  32.     :LABEL001
  33.     Wait
  34.     Cls
  35.     PrintLn "@X08 @X07  _ ____:___ _ __________ ______   __ ______ _ ________ _ ________"
  36.     PrintLn "   //    |   \ _\______ _\\_    /___   ___   \__\___    \__\_____  \_"
  37.     PrintLn "  _//    |  _\\_     ______/   /    \_   /    /  __/   _\\_     |   _\_"
  38.     PrintLn "  \_____       /_____| _\\_____    _//_______/___\        /____     / //_"
  39.     PrintLn "@X08.----@X07_\\______/@X08-------------@X07_\\_____/@X08-----------@X07_\\______/@X08--@X07_\\______/@X08----.@X07"
  40.     PrintLn "@X08|    @X03  __/\__ @X07      DO @X0FNOT @X07UPLOAD @X08:                         @X03 __/\__      @X08 |@X07"
  41.     PrintLn "@X08|     @X03 \(oO)/       @X07 FILES OLDER THAN @X0F10@X07 DAYS               @X03 \(Oo)/      @X08 |@X07"
  42.     PrintLn "@X08|     @X03 /__._\       @X07 PICTURES (JPG/GIF/PCX/ETC)             @X03 /_.__\      @X08 |@X07"
  43.     PrintLn "@X08|     @X03   \/         @X07 NO @X0F+30@X07 DiSKS RELEASES                  @X03   \/         @X08|@X07"
  44.     PrintLn "@X08|                    @X07FILES STORED IN ARJ/LZH/RAR                          @X08|@X07"
  45.     PrintLn "@X08|                                                                         |@X07"
  46.     PrintLn "@X08|                   @X07DO UPLOAD @X08:                                           |@X07"
  47.     PrintLn "@X08|                    @X07MAJOR RELEASES (GAMES/UTILS/ETC)                     @X08|@X07"
  48.     PrintLn "@X08|                    @X07@X0FOWN @X07RELEASES / @X0FGROUP @X07RELEASES                        @X08|@X07"
  49.     PrintLn "@X08|                    @X07@X0F0 DAYS @X07STUFF WILL BE AWARED (@X0F2x@X07 CREDIT)              @X08|@X07"
  50.     PrintLn "@X08`-------------------------------------------------------------------------'@X07"
  51.     Print "@X07Cmds: @X08(@X0FG@X08)@X07oodbye @X08(@X0FP@X08)@X07rotocol @X08(@X0FA@X08)@X07bort @X08- (@X0FEnter@X08)=@X03continue@X08? "
  52.  
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ; Usage report (before postprocessing)
  56. ;
  57. ; ■ Statements used :
  58. ;
  59. ;    1       Cls
  60. ;    1       Wait
  61. ;    1       Goto 
  62. ;    1       Print 
  63. ;    24      PrintLn 
  64. ;    1       Return
  65. ;
  66. ;
  67. ; ■ Functions used :
  68. ;
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;
  72. ; Analysis flags : No flag
  73. ;
  74. ;------------------------------------------------------------------------------
  75. ;
  76. ; Postprocessing report
  77. ;
  78. ;    0       For/Next
  79. ;    0       While/EndWhile
  80. ;    0       If/Then or If/Then/Else
  81. ;    0       Select Case
  82. ;
  83. ;------------------------------------------------------------------------------
  84. ;                 AEGiS Corp - Break the routines, code against the machines!
  85. ;------------------------------------------------------------------------------
  86.