Why does it always say: "Connecting to server. Fail."???
Ok, needed to create an exception for the updater.exe process...
Didn't need to do that before though.
The code doesn't work here I think...
I used following code:
using System;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using ArcheBuddy.Bot.Classes;
namespace Scarecrow
{
public class Scarecrow : Core
{
public void...