We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过adb操作真的有些低效( 不知几秒的延迟大家是怎么解决的) 我之前写过用winAPI向模拟器发送消息自动操作的 获取屏幕可以使用GetDC, 模拟点击可以使用PostMessage, 另外模拟器从没被鬼使黑发现过, 桌面版倒是被发现过.
The text was updated successfully, but these errors were encountered:
我改成其他游戏寻怪点怪没反应,但看到确实点击了,点静态的似乎没问题
Sorry, something went wrong.
是桌面客户端么,鼠标动了没点击,一般是权限问题,我在LOL遇到过,用管理员权限运行命令行来执行脚本就行了
No branches or pull requests
通过adb操作真的有些低效( 不知几秒的延迟大家是怎么解决的)
我之前写过用winAPI向模拟器发送消息自动操作的
获取屏幕可以使用GetDC,
模拟点击可以使用PostMessage,
另外模拟器从没被鬼使黑发现过, 桌面版倒是被发现过.
The text was updated successfully, but these errors were encountered: