从一个VBS脚本学习一点点东西
不知道是最近还是以前,反正就是这几天经常在网上看到一个刷QQ群的VBS代码。 复制代码 代码如下:SetWshShell=WScript.createObject("WScript.Shell") WshShell.AppActivate"群-Powers成员交流" fori=1to10"要发的次数 WScript.Sleep500"发送消息的时间间隔 WshShell.SendKeys"^v""要发的内容 WshShell.SendKeysi"这里拿每条...