This commit is contained in:
HolographicHat
2022-06-12 22:38:36 +08:00
parent 180ab8bab7
commit 08ccdb203e
6 changed files with 49 additions and 43 deletions

View File

@@ -58,7 +58,9 @@ StartAndWaitResult(@"D:\Genshin Impact Dev\2.8\YuanShen.exe", evt => {
case PipeRecvEvent @event: {
var bytes = @event.GetData();
GlobalVars.UnexpectedExit = false;
return BitConverter.ToUInt32(bytes, 2) == 123456;
Console.WriteLine("On PRE");
Console.WriteLine(Convert.ToBase64String(bytes));
return false;
}
default:
return false;