/yyhelper

free yourself from yinyangshi

Primary LanguagePythonApache License 2.0Apache-2.0

YyHelper

Free yourself from YinYangShi.

Features

  • 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

Usage

  1. Ensure python and adb command available in your terminal.

  2. 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.

  3. Open YinYangShi and turn to Yuhun or Juexing Materials or other UI you are going to fight.

  4. 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
  5. 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 the atx directory by sending command in your terminal like cd ~/yyhelper/atx.
    Finally, you can start the fight using this cmd python YysHelper -c 10 which means the explonation of chapter 10.

  6. Enjoy it!