diff --git a/CrepePackage.zip b/CrepePackage.zip index 21e42a4..913ebca 100644 Binary files a/CrepePackage.zip and b/CrepePackage.zip differ diff --git a/CrepePackage/MITM.bat b/CrepePackage/MITM.bat deleted file mode 100644 index 88ccab7..0000000 --- a/CrepePackage/MITM.bat +++ /dev/null @@ -1,5 +0,0 @@ -cd %cd%\py -@echo off -title CrepeSR mitmdump -timeout /t 3 -mitmdump -s proxy.py -k diff --git a/CrepePackage/Save b/CrepePackage/Save new file mode 100644 index 0000000..d50cb07 --- /dev/null +++ b/CrepePackage/Save @@ -0,0 +1 @@ +To disable the proxy, head to system settings - Network and internet - - proxy - up - a proxy server checked off - diff --git a/CrepePackage/inode.bat b/CrepePackage/inode.bat deleted file mode 100644 index 2f75f23..0000000 --- a/CrepePackage/inode.bat +++ /dev/null @@ -1,3 +0,0 @@ -npm install -timeout /t 3 -exit \ No newline at end of file diff --git a/CrepePackage/py/__pycache__/proxy.cpython-310.pyc b/CrepePackage/py/__pycache__/proxy.cpython-310.pyc index 633b7b6..33665ba 100644 Binary files a/CrepePackage/py/__pycache__/proxy.cpython-310.pyc and b/CrepePackage/py/__pycache__/proxy.cpython-310.pyc differ diff --git a/CrepePlus-beta.zip b/CrepePlus-beta.zip deleted file mode 100644 index bf592dd..0000000 Binary files a/CrepePlus-beta.zip and /dev/null differ diff --git a/CrepePlus-beta/FiddlerSetup.exe b/CrepePlus-beta/FiddlerSetup.exe deleted file mode 100644 index 114043f..0000000 Binary files a/CrepePlus-beta/FiddlerSetup.exe and /dev/null differ diff --git a/CrepePlus-beta/readme.md b/CrepePlus-beta/readme.md deleted file mode 100644 index 4518ba3..0000000 --- a/CrepePlus-beta/readme.md +++ /dev/null @@ -1,42 +0,0 @@ -***CrepePlus currently does not support CBT3, so please follow these steps instead.*** - -# **Step 1** -### Download and install the Honkai: Star Rail (Beta) launcher and game [here](https://autopatchos.starrails.com/client/download/20230202113937_NE7YVwlt4XBAMuNL/StarRail_setup_20230202111955.exe). Launch the game to make sure it runs, then close it. (You don't have to sign in, obviously) - -# **Step 2** -### Download and setup Fiddler Classic (file provided in the CrepePlus-beta folder.) -### If you have used Fiddler before, paste this script in the FiddlerScript tab: - -## **If not** - -### Top left corner -> `Tools` -> `Options` -> `HTTPS` -> `Decrypt HTTPS traffic (on)` -### To the right of `Capture HTTPS CONNECTs` -> `Actions` -> `Trust Root Certificate` -> Agree to all certs. -### Close the `Options` page, and press the `FiddlerScript` tab near the top right region. -### Then paste the script below and press `Save Script` ------ - -``` -import Fiddler; - -const list = [".yuanshen.com", ".hoyoverse.com", ".mihoyo.com", "starrails.com", ".kurogame.com", "zenlesszonezero.com", "api.g3.proletariat.com", "west.honkaiimpact3.com"] - -class Handlers { - static function OnBeforeRequest(oS: Session) { - for (var i = 0; i < list.length; i++) { - if (oS.host.EndsWith(list[i])) { - oS.host = "sr.crepe.moe"; // This can also be replaced with another IP address. - //oS.oRequest.headers.Remove("Sec-WebSocket-Protocol"); - } - - if(oS.host.Contains("overseauspider.yuanshen.com")){ - oS.oRequest.FailSession(404, "Blocked", "your mom"); - } - } - } -} -``` - ------ - -# **Step 2** -Login with any username and password and play the game \ No newline at end of file diff --git a/readme.md b/readme.md index 1da0293..4be5c9a 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,3 @@ # CrepePackages -### Packages used for updating or downloading additional files for CrepePlus. +### Packages used for updating or downloading additional files for CrepePlus. \ No newline at end of file