我做了一个按键精灵后台鼠标点击脚本 用于游戏上的 但最后一个点击后游戏却没反应

最后一个是点击 确定 但点击后游戏没反应 之前点击的都有效果
Call Plugin.Bkgnd.LeftClick(590560, 708, 442)
Delay 600
Call Plugin.Bkgnd.LeftClick(590560, 704, 374)
Delay 600
Call Plugin.Bkgnd.LeftClick(590560, 1009, 324)
Delay 600
Call Plugin.Bkgnd.LeftClick(590560, 1203, 615)
Delay 600
Call Plugin.Bkgnd.LeftClick(590560, 938, 467)
Delay 600
如果是前台像这样点击就有效 使用物品也一样后台已经点击了确定但物品并没有被使用还是有确定按钮的那个界面

Hwnd=plugin.window.MousePoint
Rem a
Call Plugin.Bkgnd.LeftClick(Hwnd, 708, 442)
Delay 600
Call Plugin.Bkgnd.LeftClick(Hwnd, 704, 374)
Delay 600
Call Plugin.Bkgnd.LeftClick(Hwnd, 1009, 324)
Delay 600
Call Plugin.Bkgnd.LeftClick(Hwnd, 1203, 615)
Delay 600
Call Plugin.Bkgnd.LeftClick(Hwnd, 938, 467)
Delay 600
Goto a

先把鼠标移动到需要运行脚本的窗口上,再启动脚本追问

关键是点了没效果啊

追答

你确定坐标对吗?
前后台脚本的坐标可是不一样的,自己看看帖子吧http://hi.baidu.com/aiyowei_2/blog/item/c75aa2f99fcde679034f56f1.html
另外,有些游戏/软件不支持按键精灵后台插件的运行,识别方法在上面的帖子里有介绍。

追问

不黑屏 坐标对不然的话应该所有都不行

温馨提示:答案为网友推荐,仅供参考