Free yourself from YinYangShi.
- Automatic fight for Yuhun
- Automatic fight for Juexing Materials
- Automatic accept invite and ready when fight with group
- Automatic fighting skills
- Automatic fight for chapters
-
Ensure
python
andadb
command available in your terminal. -
Connect your device with computer via USB, type
adb devices
to check if the connect is successful.$ adb devices List of devices attached cf264b8f device
Any connect issue can reference here to resolve.
-
Open YinYangShi and turn to Yuhun or Juexing Materials or other UI you are going to fight.
-
Run command:
python YyHelper.py [mode]
Argument
mode
is optional. Default value is--material
.Available
mode
values:arguments meaning -m or --material Yuhun or Juexing Materials -s or --skill Fighting skills -g or --group Materials with group -c or --chapter Fight for chapters -
For the case of fighting inside chapter, we strongly recommended you to use the script under the
atx
directory.In short, we use the atx framework for image recognizing.
To use it, firstly you should install the atx. See details here.
Then, you should go to theatx
directory by sending command in your terminal likecd ~/yyhelper/atx
.
Finally, you can start the fight using this cmdpython YysHelper -c 10
which means the explonation of chapter 10. -
Enjoy it!