process id stuff

This commit is contained in:
Bitl 2019-12-13 11:34:15 -07:00
parent 1e479ab993
commit 5487e67c5b
1 changed files with 6 additions and 0 deletions

View File

@ -311,8 +311,14 @@ namespace NovetusCMD
SecurityFuncs.Base64Encode(GlobalVars.SelectedClient)
};
string URI2 = "novetus://" + SecurityFuncs.Base64Encode(string.Join("|", lines2));
Process currentProcess = Process.GetCurrentProcess();
int pid = currentProcess.Id;
string text = GlobalVars.MultiLine(
"Process ID: " + pid.ToString(),
"Don't copy the Process ID when sharing the server.",
"--------------------",
"Server Info:",
"Client: " + GlobalVars.SelectedClient,
"IP: " + IP,
"Port: " + GlobalVars.RobloxPort.ToString(),