lmsmi1
-
Total Posts
:
27
- Scores: 2
-
Reward points
:
0
- Joined: 10/1/2011
-
Status: offline
|
VBS to EXE???
Thursday, October 06, 2011 11:04 AM
( permalink)
I have a copy of ScriptCryptor, and I was wondering: Is a compiled VBS file compiled as C++? If not, what other language is it? If it is C++, can't I just use a free C++ compiler like DevC++?
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:VBS to EXE???
Friday, October 07, 2011 2:29 AM
( permalink)
No it is not compiled. It is encrypted. When you run it it decrypts the regular VBS code and uses the regular WSH to run the code.
|
|
|
|
lmsmi1
-
Total Posts
:
27
- Scores: 2
-
Reward points
:
0
- Joined: 10/1/2011
-
Status: offline
|
Re:VBS to EXE???
Saturday, October 08, 2011 7:11 AM
( permalink)
So, do you know of any FREE VBS to EXE programs? All the ones I found are shareware. Are there any freeware VBS to EXE programs?
|
|
|
|
59cobalt
-
Total Posts
:
981
- Scores: 91
-
Reward points
:
0
- Joined: 7/17/2011
-
Status: offline
|
Re:VBS to EXE???
Saturday, October 08, 2011 7:52 AM
( permalink)
|
|
|
|
everstrike
-
Total Posts
:
12
- Scores: 0
-
Reward points
:
0
- Joined: 4/12/2007
-
Status: offline
|
Re:VBS to EXE???
Wednesday, November 30, 2011 8:26 PM
( permalink)
You can try ExeScript with some sort of compilation (it's own script engine).
|
|
|
|