home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TMS!SEND.ZIP / TMS!SEND.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1995-08-11  |  1KB  |  87 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.     String   STRING001
  21.     String   STRING002
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     FOpen 1, PPEPath() + "TMSenD.CFG", 0, 0
  26.     FGet 1, STRING002
  27.     FClose 1
  28.     Cls
  29.     PrintLn "@X08Co@X07De@X0FD @X08B@X07Y@X0F:@X08Ti@X07I\@X0F/iE @X08S│@X07─│a@X0F│)oW"
  30.     PrintLn "@X08────────────────────────────────────────────────────────────────────────────"
  31.     PrintLn " @X08You U/L:@UPBYTES@                                                          "
  32.     PrintLn "────────────────────────────────────────────────────────────────────────────"
  33.     If (U_Bul() < 5000) PrintLn "@X8CYOU FUCKING LAMER START UPLOADING..!!"
  34.     InputStr "@X0F @X08EN@X07Te@X0FR @X08Fi@X07Le@X0FNai\/Ie @X082 Se@X07N@X0F│):_ @X08", STRING001, "", 50, Mask_File(), 0
  35.     Shell 0, INTEGER001, "ZMSEND.EXE" + STRING001, ""
  36.     PrintLn "@X08oK@X07!! @X08Y@X07o@X0FU @X08│─@X07│a@X0FVe @X08T@X07│─@X0F│E @X08Fu@X07CK@X0FiNG @X08F@X07i@X0FLe"
  37.     Cls
  38.     End
  39.  
  40. ;------------------------------------------------------------------------------
  41. ;
  42. ; Usage report (before postprocessing)
  43. ;
  44. ; ■ Statements used :
  45. ;
  46. ;    1       End
  47. ;    2       Cls
  48. ;    6       PrintLn 
  49. ;    1       If 
  50. ;    1       FOpen 
  51. ;    1       FClose 
  52. ;    1       FGet 
  53. ;    1       InputStr 
  54. ;    1       Shell 
  55. ;
  56. ;
  57. ; ■ Functions used :
  58. ;
  59. ;    2       +
  60. ;    1       <
  61. ;    1       U_Bul()
  62. ;    1       Mask_File()
  63. ;    1       PPEPath()
  64. ;
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ; Analysis flags : S
  68. ;
  69. ; S - Shell to DOS ■ 5
  70. ;     This may be normal if the PPE need to execute an external command,
  71. ;     but may be actually anything... nasty (formating HD, rebooting,...)
  72. ;     or usefull (sorting, maintenance,...). Check!
  73. ;     ■ Search for : SHELL
  74. ;
  75. ;------------------------------------------------------------------------------
  76. ;
  77. ; Postprocessing report
  78. ;
  79. ;    0       For/Next
  80. ;    0       While/EndWhile
  81. ;    0       If/Then or If/Then/Else
  82. ;    0       Select Case
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;                 AEGiS Corp - Break the routines, code against the machines!
  86. ;------------------------------------------------------------------------------
  87.