您的位置:首页 > 其它

按键精灵自动发QQ消息

2015-08-26 13:32 323 查看

按键精灵介绍

模拟键盘,鼠标

具有录制功能

延时与控制

常用来挂机

代码

windows = 6820016
Call Plugin.window.Hide(windows)
Delay 2000
Call Plugin.window.Show(windows)
Call plugin.window.Active(windows)
For 10
SayString "hello"
KeyPress "Enter", 1
Delay 5000
Next


说明

6820016 是窗口句柄,可以通过” 抓取->句柄 “获得



plugin.window.Active(windows) 激活窗口。

for 10 … next 循环10次

在脚本属性中可以设置脚本运行时间与次数

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: