首页 行业资讯 宠物日常 宠物养护 宠物健康 宠物故事

怎么在一个游戏上自动按键

发布网友 发布时间:2022-04-26 21:20

我来回答

2个回答

热心网友 时间:2023-11-03 21:25

Dim WshShell

Set WshShell=WScript.CreateObject("WScript.Shell")

For K=0 To 90
WshShell.SendKeys "{3}"
WshShell.SendKeys "{3}"
WshShell.SendKeys "{3}"

For J=0 To 9
WshShell.SendKeys "{2}"
WshShell.SendKeys "{2}"
WshShell.SendKeys "{2}"

For I=0 To 1
WshShell.SendKeys "{1}"
WshShell.SendKeys "{1}"
WshShell.SendKeys "{1}"
WScript.Sleep 3000

Next

Next

Next

把以上内容复制到记事本文件保存为1.vbs 双击运行 运行时间为一个半小时 . `` 缺点是中间需要结束不是很方便 需要打开任务管理器结束那个wscript进程.

经测试,这个符合你的要求```

参考资料:原创```

热心网友 时间:2023-11-03 21:25

怎么写我不知道,我知道网上有一种按键精灵,可以设置时间来按键。http://www.skycn.com/soft/6854.html

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com