星塔旅人1.2电脑一键端

星塔旅人1.2电脑一键端

星塔旅人1.2电脑一键端-承心识梦
星塔旅人1.2电脑一键端
此内容为付费资源,请付费后查看
10积分
付费资源

注意!要使用国际服客户端!

客户端下载链接:Stella Sora Official Website

服务端点击一键启动运行

代理使用方法:

  1. 安装并运行Fiddler Classic。
  2. 将以下代码复制粘贴到 Fiddler Classic 的 Fiddlerscript 标签页中。记得复制粘贴后保存脚本:
import System;
import System.Windows.Forms;
import Fiddler;
import System.Text.RegularExpressions;

class Handlers
{
    static function OnBeforeRequest(oS: Session) {
        if (oS.host.EndsWith(".yostarplat.com") || oS.host.EndsWith(".stellasora.global")) {
            oS.oRequest.headers.UriScheme = "http";
            oS.host = "localhost"; // This can also be replaced with another IP address.
        }
    }
};

 

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容