/rLIEzx

牧羊人之心API

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

rLIEzx

LICENSE Supported python versions: 3.x Chat on Discord

牧羊人之心(繁中服) Login API 僅供學術研究用, 使用此API將可能被鎖號!!


Requirement

The linepy module only requires Python 3. You can download from here.

How to use

  1. Install and start mitmproxy
  2. Start Android emulator by using command: emulator -avd "YOUR_AVD_NAME" -http-proxy 127.0.0.1:8080(You can also use your phone and set up a wifi proxy)
  3. Open browser and navigate to http://mitm.it/ to trust the certificate on your emulator.
  4. Login to SINoALICE(TW ver.) and until you see the main lobby
  5. Go to http://127.0.0.1/8081 and filter the sniffered traffic by /loginUser
  6. You can find LOGIN ENCRYPT DATA on the "Requests" tab (make the view mode to RAW and copy it)
  7. Replace it with the example string in 'getUserData.py'
  8. Run!