GithubHelp home page GithubHelp logo

sliea's Introduction

sLIEa

LICENSE Supported python versions: 3.x Chat on Discord

SINoALICE(TW ver.) Login API Use this api maybe will ban account, please consider.


2023 What'up

本庫一開始為公開的, 並在巴哈上有日誌參考:

簡單來說本庫是為了繁中伺服器(TW ver.)而做, 而其目的是為了學習:

  • 了解遊戲架構與服務請求
  • 遊戲機制與資料解析
  • 遊戲副本連線運作機制(Socketio)

請求都以MsgPack做壓縮, 這是我第一次接觸msgpack, 在這五年來陸續接觸了5-6款遊戲也都是以magpack做壓縮, 這也包括了我目前正在製作的D4DJ API

總體來說本庫對我收益頗大, 如今台服已經停止營運, 我又再次公開此庫給其他人研究 本庫端點均為TW Only, 在2024我還打算公開目前我還正在使用的sLIEa_GW

台服與日服最大差異在於沒有請求加密, 只有簡單的MD5去做請求處理

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 alice_login
  6. You can find LOGIN ENCRYPT DATA on the "Requests" tab (make the view mode to RAW and copy it, the content should start with "\x89")
  7. Replace it with the example string in 'example/getUserData.py' and make sure it is wrapped by """.
  8. Run!

sliea's People

Contributors

wedeach avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.