home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TFT-DOS.ZIP / MATRIX.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-07-03  |  3KB  |  176 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.     Int      INT001
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     Cls
  25.     PrintLn "@POFF@"
  26.     PrintLn 
  27.     PrintLn 
  28.     PrintLn "@X0BL@X03O@X08GIN MATRIX BY: aLC 'o h0Le -@X039@X0B6"
  29.     PrintLn 
  30.     :LABEL001
  31.     STRING001 = ""
  32.     Print "@X07C:\" + ReadLine(PPEPath() + "MATRIX.CFG", 1) + ">"
  33.     InputStr "_", STRING001, 13, 21, "abcdefghijklmnopqrstuvwxyzåäöABCDEFGHIJKLMNOPQRSTUVWXYZÅÄÖ: ", 8 + 4096
  34.     Select Case (Upper(STRING001))
  35.         Case "LOGIN"
  36.             End
  37.         Case "HANGUP"
  38.             Hangup
  39.             End
  40.         Case "PAGE"
  41.             PrintLn 
  42.             PrintLn "@X07Pageing " + ReadLine(PCBDat(), 2) + "!"
  43.             Call ReadLine(PPEPath() + "MATRIX.CFG", 2)
  44.             PrintLn 
  45.             Goto LABEL001
  46.         Case "DIR"
  47.             PrintLn 
  48.             Print "@X07Searching"
  49.             Delay 5
  50.             Print "@X07."
  51.             Delay 5
  52.             Print "@X07."
  53.             Delay 5
  54.             Print "@X07."
  55.             Delay 5
  56.             Print Chr(10) + Chr(13)
  57.             PrintLn "@X07.            <SUB-DIR>"
  58.             PrintLn "..           <SUB-DIR>"
  59.             PrintLn "hangup.com        2682"
  60.             PrintLn "login.exe         7059"
  61.             PrintLn "page.com           580"
  62.             PrintLn 
  63.             PrintLn "Found 3 file(s) and 2 sub-dir(s) in directory C:\" + ReadLine(PPEPath() + "MATRIX.CFG", 1) + "\"
  64.             PrintLn "         Total:         10321 bytes"
  65.             PrintLn "         Free:      790918805 bytes"
  66.             PrintLn 
  67.             Goto LABEL001
  68.         Case ""
  69.             PrintLn 
  70.             Goto LABEL001
  71.         Case "WIN"
  72.             PrintLn 
  73.             PrintLn "@X07Windoze is phor lamahz!"
  74.             PrintLn 
  75.             Goto LABEL001
  76.         Case "NC"
  77.             PrintLn 
  78.             PrintLn "@X07NC rewlz!"
  79.             PrintLn 
  80.             Goto LABEL001
  81.         Case "FORMAT C:"
  82.             PrintLn 
  83.             PrintLn "@X07Securety system interferance, sending commandline to users OS!"
  84.             PrintLn 
  85.             Goto LABEL001
  86.         Case "HACK"
  87.             PrintLn 
  88.             Print "@X07Downloading the userlist.............OK"
  89.             PrintLn 
  90.             Print "@X07Please wait, encrypting drive C:......."
  91.             For INT001 = 1 To 100
  92.                 Backup Len(INT001 - 1) + 1
  93.                 Print String(INT001) + "%"
  94.                 Delay 3
  95.             Next
  96.             Hangup
  97.         Case Else
  98.             PrintLn 
  99.             PrintLn "@X07Wrong command or filename!"
  100.             PrintLn 
  101.             Goto LABEL001
  102.     End Select
  103.  
  104. ;------------------------------------------------------------------------------
  105. ;
  106. ; Usage report (before postprocessing)
  107. ;
  108. ; ■ Statements used :
  109. ;
  110. ;    2       End
  111. ;    1       Cls
  112. ;    27      Goto 
  113. ;    3       Let 
  114. ;    9       Print 
  115. ;    34      PrintLn 
  116. ;    10      If 
  117. ;    2       Hangup
  118. ;    1       InputStr 
  119. ;    5       Delay 
  120. ;    1       Call 
  121. ;    1       Backup 
  122. ;
  123. ;
  124. ; ■ Functions used :
  125. ;
  126. ;    14      +
  127. ;    1       -
  128. ;    9       ==
  129. ;    1       <
  130. ;    1       <=
  131. ;    2       >=
  132. ;    10      !
  133. ;    2       &&
  134. ;    1       ||
  135. ;    1       Len(
  136. ;    9       Upper()
  137. ;    2       Chr()
  138. ;    1       String()
  139. ;    1       PCBDat()
  140. ;    3       PPEPath()
  141. ;    4       ReadLine()
  142. ;
  143. ;------------------------------------------------------------------------------
  144. ;
  145. ; Analysis flags : BCd
  146. ;
  147. ; B - Brute hangup ■ 1
  148. ;     Program hangup without notification. This may be a good way to
  149. ;     disconnect a user, but if used randomly, may be very nasty
  150. ;     ■ Search for : HANGUP, DTROFF
  151. ;
  152. ; C - Call child PPE ■ 3
  153. ;     This is usually normal, but may be a tricky way to launch some
  154. ;     sysop-only commands.
  155. ;     ■ Search for : CALL
  156. ;
  157. ; d - Access PCBOARD.DAT ■ 2
  158. ;     Program gets the full pathname to PCBOARD.DAT, this may be usefull
  159. ;     for many PPE so they can find various informations on the system
  160. ;     (system paths, max number of lines in messages, ...) but it may also
  161. ;     be a way to gather vital informations.
  162. ;     ■ Search for : PCBDAT()
  163. ;
  164. ;------------------------------------------------------------------------------
  165. ;
  166. ; Postprocessing report
  167. ;
  168. ;    1       For/Next
  169. ;    0       While/EndWhile
  170. ;    0       If/Then or If/Then/Else
  171. ;    1       Select Case
  172. ;
  173. ;------------------------------------------------------------------------------
  174. ;                 AEGiS Corp - Break the routines, code against the machines!
  175. ;------------------------------------------------------------------------------
  176.