diff --git a/Program.cs b/Program.cs index 9b41c1e..a55204c 100644 --- a/Program.cs +++ b/Program.cs @@ -17,7 +17,7 @@ namespace MHFNoGG static void Main(string[] args) { - Console.WriteLine("按下回车结束"); + Console.WriteLine("按下回车启动MHF,并干掉GG。(Press Enter, Run mhf.exe with Fix GG) by axibug.com"); Console.ReadLine(); string path = Directory.GetCurrentDirectory(); @@ -29,7 +29,8 @@ namespace MHFNoGG uint pid = 0; try { - pid = device.Spawn(path + "\\mhf.exe", new string[] { path + "\\mhf.exe", ""}, new string[] { }, new string[] { }, ""); + //pid = device.Spawn(path + "\\mhf.exe", new string[] { path + "\\mhf.exe", ""}, new string[] { }, new string[] { }, ""); + pid = device.Spawn("mhf.exe", new string[] { path + "mhf.exe", "" }, new string[] { }, new string[] { }, ""); } catch (Exception ex) {