Put together a quick plugin that will send you a email, and then log you out on GM detection.
using System;
using System.Drawing;
using System.Threading;
using System.Collections.Generic;
using System.Linq;
using ArcheBuddy.Bot.Classes;
using System.Net.Mail;
using System.Text...