@@ -16,7 +16,7 @@ namespace HTEXKiller
/// <param name="args"></param>
static void Main(string[] args)
{
- int port = 5000;
+ int port = 9527;
Process p = new Process();
p.StartInfo.FileName = "cmd.exe";
p.StartInfo.UseShellExecute = false;