hkrpg-go

module
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2024 License: AGPL-3.0

README

hkrpg-go

EN | 简中 | 繁中 | JP | RU | FR | KR | VI

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.

Directories

Path Synopsis
cmd
app
sdk
app
app
muipserver
api
db
multiserver
db
nodeserver
api
app
pkg
alg
email
Package email is designed to provide an "email interface for humans." Designed to be robust and flexible, the email package aims to make sending email easy without getting in the way.
Package email is designed to provide an "email interface for humans." Designed to be robust and flexible, the email package aims to make sending email easy without getting in the way.
kcp
Package kcp-go is a Reliable-UDP library for golang.
Package kcp-go is a Reliable-UDP library for golang.
mq
rpc
sys
protocol
cmd
tools

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL