home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAVGCRK.ZIP / VIGCRACK.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-02-22  |  2KB  |  115 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.     Integer  INTEGER002
  21.     String   TSTRING001(2)
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     StartDisp 1
  26.     Newlines 2
  27.     INTEGER002 = 1
  28.     TSTRING001(1) = Lower(ReadLine(PCBDat(), 2) + ReadLine(PCBDat(), 94))
  29.     TSTRING001(2) = Upper(ReadLine(PCBDat(), 2) + ReadLine(PCBDat(), 94))
  30.     FClose -1
  31.     For INTEGER001 = 1 To Len(TSTRING001(1)) Step 2
  32.         INTEGER002 = Left(INTEGER002 * Asc(Mid(TSTRING001(1), INTEGER001, 1)), 6)
  33.     Next
  34.     PrintLn "@X08Slogon    - (@X07" + String(INTEGER002) + "@X08)@X07"
  35.     INTEGER002 = 1
  36.     For INTEGER001 = 1 To Len(TSTRING001(1)) Step 3
  37.         INTEGER002 = Left(INTEGER002 * Asc(Mid(TSTRING001(1), INTEGER001, 1)), 6)
  38.     Next
  39.     PrintLn "@X08Schat     - @X08(@X07" + String(INTEGER002) + "@X08)@X07"
  40.     INTEGER002 = 1
  41.     For INTEGER001 = 1 To Len(TSTRING001(2)) Step 3
  42.         INTEGER002 = Left(INTEGER002 * Asc(Mid(TSTRING001(2), INTEGER001, 1)), 6)
  43.     Next
  44.     PrintLn "@X08ProVote   - @X08(@X07" + String(INTEGER002) + "@X08)@X07"
  45.     INTEGER002 = 1
  46.     For INTEGER001 = 1 To Len(TSTRING001(2)) Step 2
  47.         INTEGER002 = Left(INTEGER002 * Asc(Mid(TSTRING001(2), INTEGER001, 1)), 6)
  48.     Next
  49.     PrintLn "@X08ProMatrix - @X08(@X07" + String(INTEGER002) + "@X08)@X07"
  50.     Newline
  51.     PrintLn "@X08Happy Registering@X07!"
  52.     End
  53.  
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Usage report (before postprocessing)
  57. ;
  58. ; ■ Statements used :
  59. ;
  60. ;    1       End
  61. ;    8       Goto 
  62. ;    18      Let 
  63. ;    5       PrintLn 
  64. ;    4       If 
  65. ;    1       FClose 
  66. ;    1       StartDisp 
  67. ;    1       Newline
  68. ;    1       Newlines 
  69. ;
  70. ;
  71. ; ■ Functions used :
  72. ;
  73. ;    1       -
  74. ;    4       *
  75. ;    14      +
  76. ;    4       <
  77. ;    4       <=
  78. ;    8       >=
  79. ;    4       !
  80. ;    8       &&
  81. ;    4       ||
  82. ;    8       Len(
  83. ;    1       Lower()
  84. ;    1       Upper()
  85. ;    4       Mid()
  86. ;    4       Left()
  87. ;    4       Asc()
  88. ;    4       String()
  89. ;    4       PCBDat()
  90. ;    4       ReadLine()
  91. ;
  92. ;------------------------------------------------------------------------------
  93. ;
  94. ; Analysis flags : d
  95. ;
  96. ; d - Access PCBOARD.DAT ■ 2
  97. ;     Program gets the full pathname to PCBOARD.DAT, this may be usefull
  98. ;     for many PPE so they can find various informations on the system
  99. ;     (system paths, max number of lines in messages, ...) but it may also
  100. ;     be a way to gather vital informations.
  101. ;     ■ Search for : PCBDAT()
  102. ;
  103. ;------------------------------------------------------------------------------
  104. ;
  105. ; Postprocessing report
  106. ;
  107. ;    4       For/Next
  108. ;    0       While/EndWhile
  109. ;    0       If/Then or If/Then/Else
  110. ;    0       Select Case
  111. ;
  112. ;------------------------------------------------------------------------------
  113. ;                 AEGiS Corp - Break the routines, code against the machines!
  114. ;------------------------------------------------------------------------------
  115.