Skip to content

某game server 部分功能的再实现

License

Notifications You must be signed in to change notification settings

Kei-Luna/hkrpg-go

Repository files navigation

hkrpg-go

Welcome to our Discord

A friend is making a comeback, keep an eye out hk4e-dmca

Please don't use it in a production environment

Documentation:

Notes:

  • If you want to help with this project, feel free to submit it.

Completed content

  • Backpacks
  • Battle
  • Card draw
  • Formation
  • Mail
  • Friends
  • Scene Props/Monster/NPC Generation - Scenario
  • Plot
  • The Court of Forgetfulness and other spin-offs
  • Simulated Universe
  • Differential Universe
  • Regular Time Transmission (Partial

Connecting with the client (Fiddler)

  1. Install and run Fiddler Classic.
  2. Set Fiddler to decrypt https traffic (Tools -> Options -> HTTPS -> Decrypt HTTPS Traffic), make sure Ignore server certificate errors is checked.
  3. Copy and paste the following code into the Fiddlerscript tab of Fiddler Classic:
import System; import System.
import System.Windows.Forms;
import Fiddler; import System.
import System.Windows.Forms; import Fiddler; import System.Text.
import System.Text.RegularExpressions; class Handlers
static function OnBeforeRequest(oS: Session) {
    static function OnBeforeRequest(oS: Session) {
    if(
        oS.host.EndsWith(".yuanshen.com") ||
        oS.host.EndsWith(".hoyoverse.com") ||
        oS.host.EndsWith(".mihoyo.com") ||
        oS.host.EndsWith(".zenlesszonezero.com") ||
        oS.host.EndsWith(".honkaiimpact3.com") ||
        oS.host.EndsWith(".bhsr.com") ||
        oS.host.EndsWith(".starrails.com") ||
        oS.uriContains("http://overseauspider.yuanshen.com:8888/log")
    ) {
        var newUrl = "http://" + oS.host + oS.PathAndQuery;
        oS.fullUrl = newUrl;
        oS.host = "127.0.0.1:8080";
    }
}
};
  1. Log in using your account name, the password can be set to any value.

About

某game server 部分功能的再实现

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages