_______________________________________________________________________

Vbs Encrypter 0.01 By [K]
Buenos Aires - Argentina - Jan/15/2001
Http://www.virii.com.ar
Virii Argentina - The biggest virii resource in the net.
Bugs, questions or comments: kalamar@virii.com.ar
_______________________________________________________________________

***You need Microsoft Visual Basic 6.0 Runtimes to use this program***
_______________________________________________________________________

**********************************************************************
This program if for educational purpose only, I take no responsabiliy
for any damage caused for any file created whit this 
program to anything.
**********************************************************************
_______________________________________________________________________

This program will encrypt your vbs worms with a very lame encryption,
but will make them unreadable.

You have two encryption methods, the full and the string encryption.
The first one will encrypt all the Worm code into a single string-line
and then it will execute that line. This only works with Wsh 5.0.
The secon one, wil encrypt all strings, but all the stuff that is not
a strimg won't be encrypted.

Ie:
Set fso=createobject("scripting.filesystemobject")
                      **************************
Only the marked stuff will be crytped, so the line will look like this
Set fso=createobject(Decr("thecryptedstuffherehereher"))
Decr is the name of the desencryption function, that will be diferent
in every crypted worm, and the stuff between "" will be the crypted
stuff string.
_______________________________________________________________________

I'm too lazy to write more, if you ahcve any question please contact me
E-mail= kalamar@virii.com.ar
Icq= 20972032
_______________________________________________________________________

Virii Argentina
Http://www.virii.com.ar
_______________________________________________________________________
