home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAULTP3.ZIP / PWAPRGMS.A02 / PWA95 / PWANK082.ZIP / PWANUKE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-04-09  |  1KB  |  106 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.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     STRING003 = GetToken()
  27.     STRING001 = PPEPath() + "flagnuke.cfg"
  28.     If (Exist(STRING001)) Goto LABEL001
  29.     FreshLine
  30.     PrintLn "Error: Flag.ppe is setup to use NUKE.PPE but cannot"
  31.     PrintLn "find FLAGNUKE.CFG, please contact sysop"
  32.     End
  33.     :LABEL001
  34.     STRING002 = ReadLine(STRING001, 1) + "\work\bcnk" + String(CurConf()) + "." + String(PcbNode())
  35.     If (Upper(ReadLine(STRING002, 1)) <> U_Name()) Then
  36.         FClose -1
  37.         Delete STRING002
  38.         FAppend 1, STRING002, 1, 0
  39.         FPutLn 1, U_Name()
  40.     Else
  41.         FClose -1
  42.         FAppend 1, STRING002, 1, 0
  43.     Endif
  44.     STRING004 = String(PCBMac("@DIRNUM@"))
  45.     If (STRING004 == "") Then
  46.         STRING004 = String(PCBMac("@NUMDIR@"))
  47.     Endif
  48.     If (STRING003 <> "") FPutLn 1, STRING003 + " " + STRING004
  49.     FClose 1
  50.     PrintLn "@X0CFile targetted for nuking...."
  51.     Delay 20
  52.  
  53. ;------------------------------------------------------------------------------
  54. ;
  55. ; Usage report (before postprocessing)
  56. ;
  57. ; ■ Statements used :
  58. ;
  59. ;    1       End
  60. ;    4       Goto 
  61. ;    5       Let 
  62. ;    3       PrintLn 
  63. ;    4       If 
  64. ;    2       FAppend 
  65. ;    3       FClose 
  66. ;    2       FPutLn 
  67. ;    1       Delete 
  68. ;    1       Delay 
  69. ;    1       FreshLine
  70. ;
  71. ;
  72. ; ■ Functions used :
  73. ;
  74. ;    2       -
  75. ;    7       +
  76. ;    1       ==
  77. ;    2       <>
  78. ;    3       !
  79. ;    1       Upper()
  80. ;    2       U_Name()
  81. ;    4       String()
  82. ;    1       CurConf()
  83. ;    1       PPEPath()
  84. ;    1       PcbNode()
  85. ;    2       ReadLine()
  86. ;    1       GetToken()
  87. ;    1       Exist()
  88. ;    2       PCBMac()
  89. ;
  90. ;------------------------------------------------------------------------------
  91. ;
  92. ; Analysis flags : No flag
  93. ;
  94. ;------------------------------------------------------------------------------
  95. ;
  96. ; Postprocessing report
  97. ;
  98. ;    0       For/Next
  99. ;    0       While/EndWhile
  100. ;    2       If/Then or If/Then/Else
  101. ;    0       Select Case
  102. ;
  103. ;------------------------------------------------------------------------------
  104. ;                 AEGiS Corp - Break the routines, code against the machines!
  105. ;------------------------------------------------------------------------------
  106.