Skip to content

rafi1212122/SCHALE.GameServer

Repository files navigation

SCHALE.GameServer

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