重复发送消息
创建一个记事本,代码复制进去即可,改掉文件后缀名为vbs
set wshshell=wscript.createobject("wscript.shell")
wshshell.AppActivate"要发送的人的名字"
for i=1 to 100
wscript.sleep 100
wshshell.sendKeys "^v"
wshshell.sendKeys "%s"
next