home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / ne-code0.zip / NE-CODE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-12-30  |  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 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Declare  Procedure PROC001(Integer INTEGER001, Integer INTEGER002)
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     Cls
  24.     PrintLn "@X0B@POS:25@nE0N ^ pRESENTS pWA cODEMAKER 1.oo"
  25.     PrintLn "@X08-------------------------------------------------------------------------------"
  26.     PrintLn "@X07  tHERE aRE sERVAL cODE pOSSIBILITIES! tRY&eRROR ;)"
  27.     Print "@X07     cODE #01 -=> @X0F"
  28.     PROC001(500, 3)
  29.     Print "@X07     cODE #02 -=> @X0F"
  30.     PROC001(300, 2)
  31.     Print "@X07     cODE #03 -=> @X0F"
  32.     PROC001(100, 1)
  33.     Print "@X07     cODE #04 -=> @X0F"
  34.     PrintLn Len(Lower(ReadLine(PCBDat(), 2))) * 153 + Len(Lower(ReadLine(PCBDat(), 94))) + (719 * Len(ReadLine(PCBDat(), 94))) * 367
  35.     PrintLn "@X08-------------------------------------------------------------------------------"
  36.     PrintLn "@X08 tHiS sN gENERATOR iS sPECiFiC fOR tHiZ bOARD rESTART iF yA cHANGE bOARD nAME!"
  37.     PrintLn "@X03@POS:24@pATCH dONE bY mIGHTY j!^nE0N iN 1995"
  38.     End
  39.  
  40. ;------------------------------------------------------------------------------
  41.  
  42.     Procedure PROC001(Integer INTEGER001, Integer INTEGER002)
  43.  
  44.     Integer  INTEGER003
  45.     Integer  INTEGER004
  46.     String   STRING001
  47.  
  48.     INTEGER003 = INTEGER001
  49.     STRING001 = Lower(ReadLine(PCBDat(), 2)) + Lower(ReadLine(PCBDat(), 94))
  50.     For INTEGER004 = 1 To Len(STRING001) Step INTEGER002
  51.         INTEGER003 = Left(INTEGER003 * Asc(Mid(STRING001, INTEGER004, 1)), 6)
  52.     Next
  53.     PrintLn INTEGER003
  54.  
  55.     EndProc
  56.  
  57.  
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ; Usage report (before postprocessing)
  61. ;
  62. ; ■ Statements used :
  63. ;
  64. ;    1       End
  65. ;    1       Cls
  66. ;    2       Goto 
  67. ;    5       Let 
  68. ;    4       Print 
  69. ;    8       PrintLn 
  70. ;    1       If 
  71. ;    1       EndProc
  72. ;
  73. ;
  74. ; ■ Functions used :
  75. ;
  76. ;    4       *
  77. ;    4       +
  78. ;    1       <
  79. ;    1       <=
  80. ;    2       >=
  81. ;    1       !
  82. ;    2       &&
  83. ;    1       ||
  84. ;    5       Len(
  85. ;    4       Lower()
  86. ;    1       Mid()
  87. ;    1       Left()
  88. ;    1       Asc()
  89. ;    5       PCBDat()
  90. ;    5       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. ;    1       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.