mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-09 12:31:29 +12:00
update n00bs
This commit is contained in:
parent
9d50f23067
commit
dd7efc17e5
7 changed files with 40 additions and 6 deletions
|
@ -56,7 +56,7 @@ namespace MPN00BS
|
|||
HorseIsleClientExitCallback = callback;
|
||||
|
||||
clientProcess = new Process();
|
||||
clientProcess.StartInfo.FileName = "flash.dll";
|
||||
clientProcess.StartInfo.FileName = Path.Combine("flashplayer", "WINDOWS", "flash.exe");
|
||||
clientProcess.StartInfo.Arguments = "http://127.0.0.1/horseisle.swf?SERVER=" + serverIp + "&PORT=" + serverPort.ToString();
|
||||
|
||||
clientProcess.StartInfo.RedirectStandardOutput = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue