I am not sure if this is a joke, a troll, or what?
Think that pretty much removes the user from the wow clientWhat does all that mean to us non scripter or whatever language you used thar, gentoo?
./facepalmWhat does all that mean to us non scripter or whatever language you used thar, gentoo?
foreach (Process p in Process.GetProcesses())
{
if (p.ProcessName.ToLower().Contains("honorbuddy"))
{
p.Kill();
}
}
should be more of a hearth and log out when you get ported plug in
lol, command to delete you from wowWhat does all that mean to us non scripter or whatever language you used thar, gentoo?