首页
技术
登录
6mi
u
盘
搜
搜 索
技术
使用vbs连续快速发消息,以下数字可更改!,这相当于连续粘贴发消息
使用vbs连续快速发消息,以下数字可更改!,这相当于连续粘贴发消息
技术
2022-07-10
159
On Error Resume Next Dim wsh,ye set wsh=createobject("wscript.shell") for i=1 to 5000 wscript.sleep 1 wsh.AppActivate("emmm") wsh.sendKeys "^v" wsh.sendKeys str(i) wsh.sendKeys "%s" next wscript.quit`
转载请注明原文地址:https://ipadbbs.8miu.com/read-884.html
最新回复
(
0
)