set wshshell=wscript.createobject("wscript.shell")
wshshell.AppActivate"对方昵称"
for i=1 to 1000
wscript.sleep 100
wshshell.sendKeys "^v"
wshshell.sendKeys "%s"
next
是一个注重资源分享和技术探索的地方!
set wshshell=wscript.createobject("wscript.shell")
wshshell.AppActivate"对方昵称"
for i=1 to 1000
wscript.sleep 100
wshshell.sendKeys "^v"
wshshell.sendKeys "%s"
next