home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / DOD_FO.ZIP / FUQOFF.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1994-02-06  |  1KB  |  108 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 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.     String   STRING001
  21.     String   STRING002
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     If (FileInf(PPEPath() + "FUQOFF.CNF", 1) == 0) Then
  26.         FCreate 1, PPEPath() + "FUQOFF.CNF", 2, 2
  27.         FPutLn 1, "Yes"
  28.         FPutLn 1, "^M~~~+++~~~ATH0^M"
  29.         FPutLn 1, ""
  30.         FPutLn 1, "─────  Config imported by FUQOFF v1.0 Coded by Baphomet/dφD  ─────"
  31.         FPutLn 1, ""
  32.         FPutLn 1, "─■ Line1 - Turbo Disconnect? [Yes/No]   "
  33.         FPutLn 1, "─■ Line2 - Modem HangUp String...   "
  34.         FClose 1
  35.     Endif
  36.     Color 8
  37.     SPrintLn "FUQOFF v1.0 Coded by Baphomet/dφD"
  38.     STRING001 = Upper(ReadLine(PPEPath() + "FUQOFF.CNF", 2))
  39.     If (Upper(ReadLine(PPEPath() + "FUQOFF.CNF", 1)) == "YES") Goto LABEL001
  40.     Color 7
  41.     For INTEGER001 = 1 To 3000
  42.         STRING002 = Random(255)
  43.         Print Chr(STRING002)
  44.     Next
  45.     :LABEL001
  46.     Log "FUQOFF v1.0 Coded by Baphomet/dφD", 0
  47.     SendModem STRING001
  48.     End
  49.  
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Usage report (before postprocessing)
  53. ;
  54. ; ■ Statements used :
  55. ;
  56. ;    1       End
  57. ;    2       Color 
  58. ;    4       Goto 
  59. ;    4       Let 
  60. ;    1       Print 
  61. ;    3       If 
  62. ;    1       FCreate 
  63. ;    1       FClose 
  64. ;    7       FPutLn 
  65. ;    1       Log 
  66. ;    1       SendModem 
  67. ;    1       SPrintLn 
  68. ;
  69. ;
  70. ; ■ Functions used :
  71. ;
  72. ;    5       +
  73. ;    2       ==
  74. ;    1       <
  75. ;    1       <=
  76. ;    2       >=
  77. ;    2       !
  78. ;    2       &&
  79. ;    1       ||
  80. ;    2       Upper()
  81. ;    1       Chr()
  82. ;    1       Random()
  83. ;    4       PPEPath()
  84. ;    2       ReadLine()
  85. ;    1       FileInf()
  86. ;
  87. ;------------------------------------------------------------------------------
  88. ;
  89. ; Analysis flags : M
  90. ;
  91. ; M - Send text to modem only ■ 4
  92. ;     Some informations are sent only to the modem, not to the local
  93. ;     screen, this is a well known way to make stealth backdoors, Check!
  94. ;     ■ Search for : SENDMODEM, MPRINT, MPRINTLN
  95. ;
  96. ;------------------------------------------------------------------------------
  97. ;
  98. ; Postprocessing report
  99. ;
  100. ;    1       For/Next
  101. ;    0       While/EndWhile
  102. ;    1       If/Then or If/Then/Else
  103. ;    0       Select Case
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;                 AEGiS Corp - Break the routines, code against the machines!
  107. ;------------------------------------------------------------------------------
  108.