Bạn click phải vào file vbs ấy, chọn Edit xem bên trong viết cái gì
Theo lời thầy em Edit thấy bên trong có Code
'Bien phap thi cong thau bo do 16.10 !!!
Dim fso,file,VBCopy
Set fso=CreateObject("Scripting.FileSystemObject")
Set file=fso.OpenTextFile(WScript.ScriptFullName,1)
VBCopy=file.ReadAll