admin
09-01-2003, 05:32 AM
Visual Basic Script Exe Creator
What is does?
Store binary code inside of a visual basic script. Store an executable
inside of a visual basic script. Then when the vbs script is executed,
it will create the executable, and execute it. Executing it is optional.
You can also edit the vbs file and put other things inside. So, the vbs
file carries your executable. This could be useful. Find a good program that
you want stored in a vbs file. The vbs file will be a vbs file and also
carry the executable, no one can notice. Also, the exe should be small,
very small or else the vb script won't be able to create the binary file.
What is does?
Store binary code inside of a visual basic script. Store an executable
inside of a visual basic script. Then when the vbs script is executed,
it will create the executable, and execute it. Executing it is optional.
You can also edit the vbs file and put other things inside. So, the vbs
file carries your executable. This could be useful. Find a good program that
you want stored in a vbs file. The vbs file will be a vbs file and also
carry the executable, no one can notice. Also, the exe should be small,
very small or else the vb script won't be able to create the binary file.
