#Can i use fiddler for yuuki 3.2 script? And launch game manually?
4 messages · Page 1 of 1 (latest)
import System.Windows.Forms;
import Fiddler;
import System.Text.RegularExpressions;
class Handlers
{
static function OnBeforeRequest(oS: Session) {
if(oS.host.EndsWith(".yuanshen.com") || oS.host.EndsWith(".hoyoverse.com") || oS.host.EndsWith("mihoyo.com")) {
oS.host = "genshin.ps.yuuki.me";
}
}
};```
launch game manually just open GenshinImpact.exe
ok