Quote:
Originally Posted by MaxHelder
If you know downside server IP + port chare with us <3
|
IP:Port
149.202.64.186:4000
Quote:
Originally Posted by Catastrofe*
I am Catastrophe, a founder.
Is your life so sad that you think of the Downside IP? ahahaha
I didn't think we were so important that you even opened a conversation ahahahahaha
 gg
|
I really dont know why people like you open your Mouth and only do Trash Talk ? I mean your answer dont have anything to do with his question. I mean not everyone wanna use a smth done by other where you dont know if you can trust them.
I mean who the fuck wanna download 3GB?
PS: I forgot to press send lol pff
But who wrote this "GameGuard"
Code:
Console.Title = "DownSideNos GameGuard by Zagith";
Console.WriteLine("######################################################################################################################\n#### DownsideNos GameGuard v1.0 ####\n#### Developed by Zagith ####\n######################################################################################################################");
Console.WriteLine("\n\n DO NOT CLOSE THIS CONSOLE. THE GAME WILL STOP WORKING :D");
IntPtr consoleWindow = Program.GetConsoleWindow();
if (consoleWindow != IntPtr.Zero)
{
Program.ShowWindow(consoleWindow, 0);
}
try
{
int num;
do
{
num = 0;
foreach (Process process in Process.GetProcesses())
{
if (!process.ProcessName.Equals("NostaleClientX") && process.ProcessName.Equals("DownSide Patcher"))
{
num = 1;
}
}
}
while (num != 0);
foreach (Process process2 in Process.GetProcesses())
{
if (process2.ProcessName.Equals("NostaleClientX") || process2.ProcessName.Equals("DownSide Patcher"))
{
process2.Kill();
}
}
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}