Exemplo n.º 1
0
 public static void a(a.d A_0, string A_1, a.b A_2)
 {
     c = A_1;
     b = A_0;
     d = A_2;
     f.Clear();
     g.Clear();
     CoreManager.get_Current().add_CommandLineText(new EventHandler <ChatParserInterceptEventArgs>(a.a));
     CoreManager.get_Current().add_ChatNameClicked(new EventHandler <ChatClickInterceptEventArgs>(a.a));
     if (ff.a(null, new Version("1.0.0.14")))
     {
         b();
         e = true;
     }
 }
Exemplo n.º 2
0
    // Methods
    public static string a_(string A_0, string A_1)
    {
        List <string> list = new List <string>();

        a.c c = new a.c();
        a.b b = new a.b();
        list.AddRange(c.a2(A_0 + A_1));
        list.AddRange(b.a2(A_0 + A_1));
        List <byte> list2 = new List <byte>();

        for (int i = 0; i < list.Count; i++)
        {
            int num2 = 1;
            for (int j = 0; j < list[i].Length; j++)
            {
                num2 = ((3 * num2) + list[i][j]) + 7;
            }
            list2.Add((byte)(num2 % 0xfd));
        }

        string res = Convert.ToBase64String(list2.ToArray());

        return(res);
    }