打印

[其他] 教大家最好的破解网吧下载

本主题由 yofx 于 2008-4-17 20:54 移动

教大家最好的破解网吧下载

大家把下面的代码保存为.vbs 为后缀的文件,然后双击  就可以安装迅雷了
       Set xPost = CreateObject("Microsoft.XMLHTTP")
xPost.Open "GET","http://down.sandai.net/Thunder5.7.6.426.exe",0
xPost.Send()
Set sGet = CreateObject("ADODB.Stream")
sGet.Mode = 3
sGet.Type = 1
sGet.Open()
sGet.Write(xPost.responseBody)
sGet.SaveToFile "临武男孩.exe",2
本帖最近评分记录
  • yofx 金币 -2 发错地方 2008-4-17 20:54
钱不是问题,问题是没钱!

TOP

发错地方了···

Processed in 0.044657 second(s), 7 queries, Gzip enabled