This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a8ff28
commit 243343e
Showing
59 changed files
with
24,935 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,43 @@ | ||
# A9 Script | ||
##### 基于AHK的A9脚本 | ||
|
||
|
||
名称:A9 Script | ||
作者:CodeInDreams | ||
适用于:MuMu模拟器 | ||
适用于:MuMu模拟器、BlueStacks模拟器 | ||
分辨率:2160×1080 | ||
|
||
本项目遵守GPL开源协议,协议内容请见LICENSE.TXT。 | ||
This project is licensed under the terms of the GPL license. See full license in LICENSE.TXT. | ||
#### 使用说明: | ||
1. 安装最新版的AutoHotKey(官网下载地址:https://www.autohotkey.com/download/ahk-install.exe) | ||
2. 安装MuMu模拟器,启动后一键安装Google环境,同时自行安装好科学上网软件和Play游戏 | ||
3. 打开MuMu安卓系统内的设置-应用兼容性,关闭兼容模式。 | ||
4. 用apk文件安装好A9,将A9图标置于安卓桌面左上的第一个位置 | ||
5. 根据需要自行修改配置项(Ctrl+F搜索配置项,都附有明确的注释):APP_INDEX、TICKET_LIMIT、CAREER_CARS、RUN_HOURS | ||
6. 启动模拟器至首页,双击脚本运行即可 | ||
7. 快捷键:Ctrl+F10 暂停/恢复、Ctrl+F11 重置、Ctrl+F12 退出 | ||
#### 特性: | ||
1. 限时赛和生涯交替刷(每小时100000+积分、6*冠军声望),多人赛WIP | ||
1. 多模拟器支持(很容易扩展到任意可用的模拟器) | ||
1. 随机时间、位置点击,随机选路,模拟器物理隔离防检测 | ||
1. 可处理游戏崩溃、网络重试等,出现异常都会在几秒到几分钟内完整重置 | ||
1. 可以配置运行时段,和手肝无缝对接 | ||
1. 可处理各种奖励、促销弹窗 | ||
1. 在最大化容错能力的前提下,有着很快的响应速度 | ||
#### 使用方法: | ||
1. 配置环境、更改脚本设置(Config.ahk) | ||
1. 双击运行模拟器和脚本(A9 Script.ahk) | ||
#### 详细步骤: | ||
1. 安装最新版的AutoHotKey(官网下载地址:https://www.autohotkey.com/download/ahk-install.exe) | ||
1. 安装模拟器,同时自行安装好科学上网软件 | ||
1. 安装好A9并登录Play账号同步数据 | ||
1. 根据需要自行修改Config.ahk中的配置(每个配置都有详细的解释) | ||
1. 启动模拟器,启动完成后双击脚本运行即可 | ||
#### 注意事项: | ||
1. Ctrl+F8 暂停/恢复、Ctrl+F9 重置、Ctrl+F10 关闭A9并退出 | ||
1. 如果模拟器是以管理员身份运行,那么本脚本也需要以管理员身份运行 | ||
2. 不要超出屏幕,不要有其他窗口置顶遮挡,以免影响点击和坐标计算 | ||
3. 保持显示顶栏和底栏,不要显示侧栏等,以免影响坐标计算 | ||
|
||
1. 尽量保持模拟器默认布局,不要显示侧栏,不要超出屏幕,也不要有其他窗口置顶遮挡,以免影响点击和坐标计算 | ||
1. MuMu模拟器需要一键安装Google环境和Play游戏 | ||
1. MuMu模拟器需要将A9图标置于安卓桌面左上的第一个位置 | ||
1. 本脚本完整适配中文界面,本人不处理其他语言可能出现的颜色判定问题 | ||
1. 因本人肝有限,首氪前的广告未做处理,欢迎提交PR,欢迎反馈其他问题 | ||
#### 快捷键: | ||
| 快捷键 | 功能 | | ||
| :--- | :--- | | ||
| Ctrl+F8 | 暂停/恢复 | | ||
| Ctrl+F9 | 重置 | | ||
| Ctrl+F10 | 关闭A9并退出 | | ||
| Ctrl+F11 | 仅退出 | | ||
| Ctrl+F12 | 强制退出 | |
Oops, something went wrong.