home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TKGALORE.ZIP / TK-LOGON.ZIP / LOGON.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-05-17  |  2KB  |  121 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.     Integer  INTEGER001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetToken INTEGER001
  24.     If (INTEGER001 == 152) Then
  25.         Cls
  26.         DispFile PPEPath() + "LOGON.PCB", 0
  27.         AnsiPos 18, 4
  28.     Endif
  29.     If (INTEGER001 == 111) AnsiPos 18, 5
  30.     If (INTEGER001 == 265) AnsiPos 18, 6
  31.     If (INTEGER001 == 113) AnsiPos 18, 7
  32.     If (INTEGER001 == 114) AnsiPos 18, 8
  33.     If (INTEGER001 == 2) AnsiPos 18, 9
  34.     If (INTEGER001 == 556) AnsiPos 18, 10
  35.     If (INTEGER001 == 699) Then
  36.         AnsiPos 1, 13
  37.         Print " "
  38.         AnsiPos 18, 11
  39.     Endif
  40.     If (INTEGER001 == 700) AnsiPos 18, 12
  41.     If (INTEGER001 == 701) AnsiPos 18, 13
  42.     If (INTEGER001 == 702) AnsiPos 18, 14
  43.     If (INTEGER001 == 703) AnsiPos 18, 15
  44.     If (INTEGER001 == 704) AnsiPos 18, 16
  45.     If (INTEGER001 == 706) AnsiPos 18, 17
  46.     If (INTEGER001 == 708) Then
  47.         AnsiPos 19, 19
  48.         Print "Password Too Short Dudes at least 6 long"
  49.         Delay 20
  50.         AnsiPos 19, 19
  51.         Print "@CLREOL@"
  52.     Endif
  53.     If (INTEGER001 == 110) Then
  54.         AnsiPos 19, 19
  55.         Print "Passwords Dont Match Up :("
  56.         Delay 20
  57.         AnsiPos 19, 19
  58.         Print "@CLREOL@"
  59.     Endif
  60.     If (INTEGER001 == 709) Then
  61.         AnsiPos 19, 19
  62.         Print "That is a real shit password try again!"
  63.         Delay 20
  64.         AnsiPos 19, 19
  65.         Print "@CLREOL@"
  66.     Endif
  67.     If (INTEGER001 == 117) Then
  68.         AnsiPos 19, 19
  69.         Print "Answer The Question Lamer!"
  70.         Delay 20
  71.         AnsiPos 19, 19
  72.         Print "@CLREOL@"
  73.     Endif
  74.     If (INTEGER001 == 8) Then
  75.         AnsiPos 19, 19
  76.         Print "Fuck Around then you can FUCK OFF"
  77.         Delay 20
  78.         AnsiPos 19, 19
  79.         Print "@CLREOL@"
  80.     Endif
  81.  
  82. ;------------------------------------------------------------------------------
  83. ;
  84. ; Usage report (before postprocessing)
  85. ;
  86. ; ■ Statements used :
  87. ;
  88. ;    1       Cls
  89. ;    7       Goto 
  90. ;    11      Print 
  91. ;    19      If 
  92. ;    1       DispFile 
  93. ;    5       Delay 
  94. ;    1       GetToken 
  95. ;    25      AnsiPos 
  96. ;
  97. ;
  98. ; ■ Functions used :
  99. ;
  100. ;    1       +
  101. ;    19      ==
  102. ;    7       !
  103. ;    1       PPEPath()
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;
  107. ; Analysis flags : No flag
  108. ;
  109. ;------------------------------------------------------------------------------
  110. ;
  111. ; Postprocessing report
  112. ;
  113. ;    0       For/Next
  114. ;    0       While/EndWhile
  115. ;    7       If/Then or If/Then/Else
  116. ;    0       Select Case
  117. ;
  118. ;------------------------------------------------------------------------------
  119. ;                 AEGiS Corp - Break the routines, code against the machines!
  120. ;------------------------------------------------------------------------------
  121.