高一时写的,仅自用
-
键盘暂停支持,通过键盘X键作为控制键,分别可以实现
- 按下第一次暂停,按下第二次继续
- 按下时游戏暂停,松开时游戏继续
- 松开时游戏暂停,按下时游戏继续
- 每次按下运行一帧(按
Update
计算)- 每次按下运行两帧(按
Update
计算)
$ git clone https://github.com/ChaomengCFX/Arknights-Assist.git
$ cd Arknights-Assist/
$ npm install
$ frida -Uf com.hypergryph.arknights.bilibili -l _arknights.js
$ frida -Uf com.hypergryph.arknights -l _arknights.js
To continuously recompile on change, keep this running in a terminal:
$ npm run watch
And use an editor like Visual Studio Code for code completion and instant type-checking feedback.