Replies: 26 comments 47 replies
-
现在解决了吗?g502 降价了,好多ghub用户。。。。 |
Beta Was this translation helpful? Give feedback.
-
ghub据我目前已知的是不能实现连点 |
Beta Was this translation helpful? Give feedback.
-
我研究了下我之前发的另外i一家的
GHUB的脚本操作很蛋疼,好像无法实现通过应用自动识别,必须设置为永久配置文件才行
相较而言,感觉还是LGS更好用一些……
kiccer ***@***.***> 于2021年4月2日周五 下午5:11写道:
… 我现在面临的难题是 SetMKeyState 没法用了,我需要一个新的能替代的解决方案,可以做到循环,且循环的过程中可以准确跳出。
大佬,有个问题,我改好了左键或者G5都可以压枪,但是当G5绑定连点宏的时候无法实现压枪这是怎么回事呢,LGS上就可以,GHub不行
这些无关主题的问题你另开一个讨论,或者加群请教群友
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5KBVBPZWV5ZTO33YHNZQ3TGWC2XANCNFSM4VE6JE7Q>
.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
我发现GHub对于不同的按键响应是多线程运行的.比如程序在event MOUSE_BUTTON_PRESSED and arg == 1里做循环,这时按下右键会同时运行event MOUSE_BUTTON_PRESSED and arg == 3的程序,所以是否不必要用M_PRESSED也可以实时响应其它按键. |
Beta Was this translation helpful? Give feedback.
-
其实压枪宏里用到SetMKeyState方法的只有连点 普通的压枪效果使用普通循环就已经解决了 |
Beta Was this translation helpful? Give feedback.
-
为什么导入后 58行以后会报错? |
Beta Was this translation helpful? Give feedback.
-
难道除了罗技的鼠标,其他的鼠标就不支持这个脚本了吗? |
Beta Was this translation helpful? Give feedback.
-
解决兼容GHub了吗,lua脚本跑不起来 |
Beta Was this translation helpful? Give feedback.
-
function pubg.shooting() 这地方按下鼠标左键会秒触发Stop Shooting.在PUBG外面是正常的 |
Beta Was this translation helpful? Give feedback.
-
是的,目前我也正常了,所以不知道之前一段时间偶现自动停止~~
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Kaaaaa_w ***@***.***>
发送时间: 2022年3月20日 03:41
收件人: kiccer/Soldier76 ***@***.***>
抄送: ChenNotFoundException ***@***.***>, Comment ***@***.***>
主题: 回复:[kiccer/Soldier76] 【讨论】如何兼容GHub | [discussion] how to be compatible with ghub (Discussion #118)
群文件里面那个G-HUB的脚本大概是这个思路实现的,我试了下并没中断鼠标下移啊?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, where is link to g-hub supported script |
Beta Was this translation helpful? Give feedback.
-
关于使用哪个版本 有说明吗? 群是加不进去了 |
Beta Was this translation helpful? Give feedback.
-
我无法使用不知道为啥 我是g502 按照教程导入了lua 但是没效果 |
Beta Was this translation helpful? Give feedback.
-
使用老版本的驱动
…------------------ 原始邮件 ------------------
发件人: "kiccer/Soldier76" ***@***.***>;
发送时间: 2022年8月1日(星期一) 晚上8:13
***@***.***>;
***@***.******@***.***>;
主题: Re: [kiccer/Soldier76] 【讨论】如何兼容GHub | [discussion] how to be compatible with ghub (Discussion #118)
我无法使用不知道为啥 我是g502 按照教程导入了lua 但是没效果
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
老版驱动连接502的话,会一直提示用ghub。 |
Beta Was this translation helpful? Give feedback.
-
试试老版本的驱动,比如2020年的Ghub
ysanimals ***@***.***> 于2023年1月13日周五 05:16写道:
… 我也是48行报错,然后209行报错
—
Reply to this email directly, view it on GitHub
<#118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVGWWSW6IZIAPHOC3PU3VP3WSFBQ5ANCNFSM4VE6JE7Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
群还能进人吗? 进不去啊 大佬~ |
Beta Was this translation helpful? Give feedback.
-
为什么我用默认设置 的下蹲系数没任何反应? |
Beta Was this translation helpful? Give feedback.
-
罗技 GHUB 自某个版本后,按键按下不弹起的重复宏,执行逻辑不是按下不动,而是重复执行按下的操作。 |
Beta Was this translation helpful? Give feedback.
-
正在使用翻译器 在GHUB还不能使用吗? |
Beta Was this translation helpful? Give feedback.
-
朋友,我安装了这个Lua,快速采集有效,但是宏不起作用,串行求助。 |
Beta Was this translation helpful? Give feedback.
-
2024了, 官方还是没修复这个问题 |
Beta Was this translation helpful? Give feedback.
-
目前兼容GHub驱动已知的最大难题就是“无法触发或者监听到罗技键盘M键”。
Solider76
脚本的压枪循环依赖SetMKeyState
方法,但是在新版GHub驱动的测试中,发现使用SetMKeyState
方法时,无法监听到M_PRESSED
事件被触发(吐槽:应该是罗技新版GHub驱动存在缺陷)。本来是想等罗技官方解决问题的,然而官方人员 似乎没注意到这个BUG ,即使在官方论坛反馈也没用。
而使用 GHub 的人数似乎也在不断增加,越来越多的人来问我什么时候能兼容 GHub 驱动,可是我实在拿不出什么完美的点子解决这个问题。所以我现在将问题抛出来给大家,希望可以集思广益,听听不同的想法。
请在此页发表你的看法。
Beta Was this translation helpful? Give feedback.
All reactions