can't dmca me now omegalul
Go to file
game4353 1b042d98e6 PVP 2024-05-29 00:57:43 +08:00
Resources update readme 2024-05-26 16:26:37 +08:00
SCHALE.Common new update stuff 2024-05-22 21:22:57 +08:00
SCHALE.GameServer PVP 2024-05-29 00:57:43 +08:00
Scripts sql server + items,character,tuts & echelons impl. 2024-05-01 16:11:11 +07: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 sql server + items,character,tuts & echelons impl. 2024-05-01 16:11:11 +07:00
Dockerfile dockersss 2024-05-23 09:11:58 +07:00
README.md update readme 2024-05-26 16:26:37 +08:00
SCHALE.GameServer.sln Add project files. 2024-04-18 14:12:10 +07:00
ba.js update readme 2024-05-26 16:26:37 +08:00
compose.yaml docker non readable volume, TODO: fix later 2024-05-23 19:22:25 +07:00

README.md

SCHALE.GameServer

[!TIP] For original README please refer to https://github.com/rafi1212122/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.

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