Is there available VBScript Obfuscator that written in AutoIt?
Or could anybody here point me a good VBScript Obfuscator that support command line?
Thank you
http://support.microsoft.com/kb/184740 http://support.microsoft.com/kb/184740/en
http://msdn.microsoft.com/en-us/library/aa227633%28v=VS.60%29.aspx
Page Of Vbs Code
http://stackoverflow.com/questions/4252419/free-vbscript-obfuscator
$ScriptControl = ObjCreate("MSScriptControl.ScriptControl")
With $ScriptControl
.Language = "VBScript"
.AllowUI = True
EndWith
$VbCodeText = _
'set fso = CreateObject("Scripting.FileSystemObject")' & @CRLF & _
'fileName = Inputbox("Enter Path of the Fi