Set WshShell= WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "与 AAAA 聊天中"
for i=1 to 35
WScript.Sleep 700
WshShell.SendKeys "^v"
WshShell.SendKeys i
WshShell.SendKeys "%s"
Next
1
Set WshShell= WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "与 AAAA 聊天中"
for i=1 to 35
WScript.Sleep 700
WshShell.SendKeys "^v"
WshShell.SendKeys i
WshShell.SendKeys "%s"
Next
3
Set WshShell= WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "与 AAAA 聊天中"
for i=1 to 35
WScript.Sleep 700
WshShell.SendKeys "^v"
WshShell.SendKeys i
WshShell.SendKeys "%s"
Next
4