home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
PWAEF21.ZIP
/
EXTERNAL.ZIP
/
SCUMNUKE.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1994-12-03
|
1KB
|
125 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Boolean BOOLEAN001
String STRING001
String STRING002
;------------------------------------------------------------------------------
If (TokCount() < 1) Then
PrintLn "@X0CError: No filename passed to SCUMNUKE. Aborting.@X07"
Delay 25
Newline
End
Else
STRING001 = GetToken()
Endif
BOOLEAN001 = 0
If (Exist(PPEPath() + "USERS.CFG")) Then
GetUser
FOpen 5, PPEPath() + "USERS.CFG", 0, 2
FGet 5, STRING002
:LABEL001
If (Ferr(5)) Goto LABEL002
If (Upper(STRING002) == Upper(U_Name())) Then
BOOLEAN001 = 1
Goto LABEL002
Endif
FGet 5, STRING002
Goto LABEL001
:LABEL002
FClose 5
Endif
If (BOOLEAN001 == 0) Then
PrintLn "@X0CSorry, you are not allowed to nuke files.@X07"
Delay 25
Newline
End
Endif
GetUser
If (ReadLine(ReadLine(PPEPath() + "FLAG.CFG", PcbNode()) + "FNUKE." + String(PcbNode()), 1) <> U_Name()) Then
If (Exist(ReadLine(PPEPath() + "FLAG.CFG", PcbNode())) + "FNUKE." + String(PcbNode())) Delete ReadLine(PPEPath() + "FLAG.CFG", 1) + "FNUKE." + String(PcbNode())
FAppend 6, ReadLine(PPEPath() + "FLAG.CFG", PcbNode()) + "FNUKE." + String(PcbNode()), 2, 0
FPutLn 6, U_Name()
FClose 6
Endif
FAppend 6, ReadLine(PPEPath() + "FLAG.CFG", PcbNode()) + "FNUKE." + String(PcbNode()), 2, 0
FPutLn 6, STRING001
FClose 6
PrintLn "@X0CFile flagged for nuking! Don't forget to run NUKER!@X07"
Delay 25
Newline
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 2 End
; 9 Goto
; 3 Let
; 3 PrintLn
; 7 If
; 1 FOpen
; 2 FAppend
; 3 FClose
; 2 FGet
; 2 FPutLn
; 2 GetUser
; 1 Delete
; 3 Delay
; 3 Newline
;
;
; ■ Functions used :
;
; 17 +
; 2 ==
; 1 <>
; 1 <
; 6 !
; 2 Upper()
; 1 Ferr()
; 3 U_Name()
; 5 String()
; 7 PPEPath()
; 9 PcbNode()
; 6 ReadLine()
; 1 GetToken()
; 2 Exist()
; 1 TokCount()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 5 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------