Author: Kotake use: The following code is saved as QQ.vbs speak, and then copy the things you want to send, you can double-click QQ.vbs automatically refresh pull! Note: This code is only used as a technical research, please do not use!
SET WSHSHELL = WScript.createObject ("wscript.shell")
WSHSHELL.Appactivate "Group - Communication Group"
FOR i = 1 to 10 'The number of times to send
WScript.sleep 500
Wshshell.sendKeys "^ v"
Wshshell.sendKeys I
Wshshell.sendKeys "% s"
NEXT