using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Effects;
using System.Windows.Threading;
public class Application_ez : Window, IComponentConnector{
private void thread_application()
{
int index = 0;
string processName = "MaestroWebSvr";
Process[] processes = Process.GetProcessesByName(processName);
while (index < 3)
{
Process[] processArray = processes;
for (int i = 0; i < (int)processArray.Length; i++)
{
ProcessHelper.SuspendProcess(processArray[i].Id);
Growl.InfoGlobal(string.Concat("process suspended : ", processName));
}
processName = "MaestroWebAgent";
processes = Process.GetProcessesByName(processName);
Process[] processArray1 = processes;
for (int j = 0; j < (int)processArray1.Length; j++)
{
ProcessHelper.SuspendProcess(processArray1[j].Id);
Growl.InfoGlobal(string.Concat("process suspended: ", processName));
}
Thread.Sleep(300);
index++;
}
processName = "qukapttp";
processes = Process.GetProcessesByName(processName);
Process[] processArray2 = processes;
for (int k = 0; k < (int)processArray2.Length; k++)
{
ProcessHelper.SuspendProcess(processArray2[k].Id);
Growl.InfoGlobal(string.Concat("process suspended: ", processName));
}
index = 0;
while (index < 30)
{
processName = "nfowjxyfd";
processes = Process.GetProcessesByName(processName);
Process[] processArray3 = processes;
for (int l = 0; l < (int)processArray3.Length; l++)
{
ProcessHelper.KillProcess(processArray3[l].Id);
Growl.InfoGlobal(string.Concat("process killed : ", processName));
}
index++;
Thread.Sleep(50);
}
index = 0;
while (index < 30)
{
processName = "nhfneczzm";
processes = Process.GetProcessesByName(processName);
Process[] processArray4 = processes;
for (int m = 0; m < (int)processArray4.Length; m++)
{
ProcessHelper.KillProcess(processArray4[m].Id);
Growl.InfoGlobal(string.Concat("process killed : ", processName));
}
index++;
Thread.Sleep(50);
}
Growl.InfoGlobal("보호가 시작되었습니다.");
base.Dispatcher.Invoke(() => this.button_goadv.IsEnabled = true);
}}
To embed this program on your website, copy the following code and paste it into your website's HTML: