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
pythonandadbcommand available in your terminal. -
Connect your device with computer via USB, type
adb devicesto 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
modeis optional. Default value is--material.Available
modevalues: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
atxdirectory.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 theatxdirectory by sending command in your terminal likecd ~/yyhelper/atx.
Finally, you can start the fight using this cmdpython YysHelper -c 10which means the explonation of chapter 10. -
Enjoy it!