Update README.md

This commit is contained in:
Naruse
2024-11-08 11:22:13 +08:00
parent 27976c3ffd
commit dc904cbe90
2 changed files with 0 additions and 25 deletions

View File

@@ -51,37 +51,12 @@ also build patch from [MikuBH3-Patch](https://github.com/MikuLeaks/MikuBH3-PATCH
- Character Tutorial
### Connecting with the client (Fiddler method)
- Log in with the client to an official server at least once to download game data.
- Install and have [Fiddler Classic](https://www.telerik.com/fiddler) running.
- Copy and paste the following code into the Fiddlerscript tab of Fiddler Classic. Remember to save the fiddler script after you copy and paste it:
```
import System;
import System.Windows.Forms;
import Fiddler;
import System.Text.RegularExpressions;
class Handlers
{
static function OnBeforeRequest(oS: Session) {
if( (oS.host.EndsWith("global1.bh3.com")) || oS.host == "47.74.175.126" || oS.host.EndsWith(".yuanshen.com") || oS.host.EndsWith(".hoyoverse.com") || oS.host.EndsWith(".starrails.com") || oS.host.EndsWith(".bhsr.com") || oS.host.EndsWith(".kurogame.com") || oS.host.EndsWith(".zenlesszonezero.com") || oS.host.EndsWith(".g3.proletariat.com") || oS.host.EndsWith("west.honkaiimpact3.com") || oS.host.EndsWith("westglobal01.honkaiimpact3.com") || oS.host.EndsWith(".os.honkaiimpact3.com") || oS.host.EndsWith("overseas01-appsflyer-report.honkaiimpact3.com") || oS.host.EndsWith(".mihoyo.com") || (oS.host.EndsWith("global2.bh3.com") && !oS.host.Contains("bundle"))) {
oS.host = "127.0.0.1";
}
}
}
```
## Usage/Examples
To run the project use cmd or vscode and run
```python
py hi3
```
after game running wait for 20-30 seconds till patch loaded and press Try Again
![Patch](https://github.com/MikuLeaks/MikuBH3-PS/raw/main/patch.png)
till it look like this
## Change Stage Superstring Dimension (Abyss)

BIN
patch.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB