can't dmca me now omegalul
This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
挽歌歌吖 c3f628b094 Update the Mitrproxy solution to enhance its aesthetic appeal
Update the Mitrproxy solution to enhance its aesthetic appeal
2025-01-22 10:38:38 +00:00
.config format with csharpier 2024-05-29 18:07:19 +08:00
.github/workflows Action yml 2024-06-02 11:23:54 +08:00
.vscode format with csharpier 2024-05-29 18:07:19 +08:00
SCHALE.Common update dbs, unlock raid lunatic mode 2025-01-20 09:13:01 -05:00
SCHALE.GameServer update dbs, unlock raid lunatic mode 2025-01-20 09:13:01 -05:00
Scripts add readme for redirecting server 2024-06-04 11:05:09 +08:00
.dockerignore dockersss 2024-05-23 09:11:58 +07:00
.gitattributes Add .gitattributes, .gitignore, and README.md. 2024-04-18 14:12:04 +07:00
.gitignore Enable Action 2024-06-02 11:22:57 +08:00
Command.md 上传文件至 / 2025-01-20 14:24:14 +00:00
Dockerfile dockersss 2024-05-23 09:11:58 +07:00
Mitmproxy_Readme_EN.md Update Mitrproxy solution (#2) 2025-01-01 06:10:56 +00:00
Mitmproxy_Readme_ZH.md Update the Mitrproxy solution to enhance its aesthetic appeal 2025-01-22 10:38:38 +00:00
README.md Update Mitrproxy solution (#2) 2025-01-01 06:10:56 +00:00
README_zh.md Update Mitrproxy solution (#2) 2025-01-01 06:10:56 +00:00
SCHALE.GameServer.sln HUGE UPDATE by suna-aquatope 2024-12-29 11:52:25 -05:00
compose.yaml docker non readable volume, TODO: fix later 2024-05-23 19:22:25 +07:00

README.md

SCHALE.GameServer

中文教程 (by shunner114514)

Mitmproxy Solution (by KitanoSakura)

Prerequisites

Steps

  1. Start SQL server
  2. Start private game server
  3. Start LD Player
  4. Start Frida server
  5. Start ブルアカ
  6. Inject Frida script
  7. Enjoy 😄

SQL server

Use SSMS to connect with default settings except that you have to check "Trust server certificate".

Game server

# in this repo
cd SCHALE.GameServer
dotnet run

Frida server

  1. Extract frida-server-16.2.5-android-x86_64.xz to LDPlayer/frida-server-16.2.5-android-x86_64.
  2. Turn on LD Player
  3. Turn on root and adb in the settings of LD Player.
# in LDPlayer
cd LDPlayer9
./adb.exe push ../frida-server-16.2.5-android-x86_64 /data/local/tmp/frida-server
./adb.exe shell
su
cd /data/local/tmp
chmod 755 frida-server
./frida-server

Inject Frida script

[!NOTE]
Edit line 5 of ba.js to your own server IP.

[!WARNING]
Do this fast when you open ブルアカ and see the Yostar logo.

# in this repo
frida -U "ブルアカ" -l ba.js --realm=emulated