Example #1
0
        // Token: 0x06000003 RID: 3
        public static void smethod_2()
        {
            string text = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789s87dash986YDSIUs7dtauhdvsahdt-87asjidasnxvbbznvsnd87as0910371031-VANITY=GOD-23013=1391293981273SAGAHJDsdVASJDFASsdTQsSAsUHvosds7t785vuashdgasd785hasbdhasd";

            char[] array  = new char[30];
            Random random = new Random();

            for (int i = 0; i < array.Length; i++)
            {
                array[i] = text[random.Next(text.Length)];
            }
            Console.Title = (new string(array) ?? "");
            if (!Directory.Exists("C:/Premium"))
            {
                Directory.CreateDirectory("C:/Premium");
            }
            Console.WindowHeight = 30;
            Console.WindowWidth  = 60;
            Class3.smethod_3("Premium Spoofer - Working\r\nExecutor coming soon");
            Class3.smethod_2();
            Console.Clear();
            Class3.smethod_0();
            Class3.smethod_4("Username: "******"C:\\Premium\\Username.txt", contents);
            Class3.smethod_4("Password: "******"C:\\Premium\\Password.txt", text2);
            if (Class11.smethod_4(contents, text2))
            {
                Console.Clear();
                Class3.smethod_0();
                Console.ForegroundColor = ConsoleColor.White;
                Class11.smethod_0(contents, "Logged in!");
                Console.WriteLine();
                Class3.smethod_3("User Info\n");
                Console.WriteLine("User : "******"ID : " + Class8.ID);
                Class3.smethod_3("Premium Spoofer - Working\r\nExecutor coming soon");
                Class3.smethod_6("Unlink XBOX");
                Class3.smethod_6("Unlink Discord");
                Class3.smethod_6("Clean Traces");
                Class3.smethod_6("(AMD) HWID Changer");
                Class3.smethod_6("(INT) HWID Changer");
                Class3.smethod_6("Exit");
                Class3.smethod_4("Select an option above : ");
                string a2 = Console.ReadLine();
                if (a2 == "1")
                {
                    Class4.smethod_4();
                    Thread.Sleep(3000);
                    Console.Clear();
                    Class0.smethod_2();
                    return;
                }
                if (a2 == "2")
                {
                    Class4.smethod_3();
                    Thread.Sleep(3000);
                    Console.Clear();
                    Class0.smethod_2();
                    return;
                }
                if (a2 == "3")
                {
                    Class4.smethod_2();
                    Class4.smethod_0();
                    Thread.Sleep(3000);
                    Console.Clear();
                    Class0.smethod_2();
                    return;
                }
                if (a2 == "4")
                {
                    Class4.smethod_7();
                    Class1.smethod_16();
                    Class1.smethod_2();
                    Class1.smethod_14();
                    Class1.smethod_15();
                    Class1.smethod_17();
                    Class1.smethod_23();
                    Class4.smethod_5();
                    Class4.smethod_6();
                    Thread.Sleep(3000);
                    Console.Clear();
                    Class0.smethod_2();
                    return;
                }
                if (a2 == "5")
                {
                    Class4.smethod_7();
                    Class1.smethod_2();
                    Class1.smethod_14();
                    Class1.smethod_15();
                    Class1.smethod_23();
                    Class4.smethod_5();
                    Class4.smethod_6();
                    Thread.Sleep(3000);
                    Console.Clear();
                    Class0.smethod_2();
                    return;
                }
                if (a2 == "6")
                {
                    Class3.smethod_3("Press any key to exit");
                    Console.ReadLine();
                    return;
                }
            }
        }
Example #2
0
        // Token: 0x06000046 RID: 70 RVA: 0x00008194 File Offset: 0x00006394
        private static Assembly smethod_3(object object_0, ResolveEventArgs resolveEventArgs_0)
        {
            Assembly result;

            lock (Class0.hashtable_0)
            {
                Assembly assembly = null;
                string   name     = resolveEventArgs_0.Name;
                string   text     = string.Empty;
                foreach (object obj2 in Class0.hashtable_1.Keys)
                {
                    string text2 = (string)obj2;
                    if (Class0.smethod_2(name, text2))
                    {
                        assembly = (Class0.hashtable_0[text2] as Assembly);
                        if (assembly != null)
                        {
                            return(assembly);
                        }
                        text = (Class0.hashtable_1[text2] as string);
                        break;
                    }
                }
                if (text.Length == 0)
                {
                    result = null;
                }
                else
                {
                    Assembly executingAssembly = Assembly.GetExecutingAssembly();
                    foreach (string text3 in executingAssembly.GetManifestResourceNames())
                    {
                        if (text3 == text)
                        {
                            Stream manifestResourceStream = executingAssembly.GetManifestResourceStream(text3);
                            byte[] array  = Class1.smethod_3(97L, manifestResourceStream);
                            byte[] array2 = null;
                            try
                            {
                                text += "#";
                                foreach (string text4 in executingAssembly.GetManifestResourceNames())
                                {
                                    if (text4 == text)
                                    {
                                        Stream manifestResourceStream2 = executingAssembly.GetManifestResourceStream(text4);
                                        array2 = Class1.smethod_3(97L, manifestResourceStream2);
                                    }
                                }
                            }
                            catch (Exception)
                            {
                            }
                            bool flag = false;
                            try
                            {
                                if (array2 == null)
                                {
                                    assembly = Assembly.Load(array);
                                }
                                else
                                {
                                    try
                                    {
                                        assembly = Assembly.Load(array, array2);
                                    }
                                    catch (Exception)
                                    {
                                        assembly = Assembly.Load(array);
                                    }
                                }
                            }
                            catch (FileLoadException)
                            {
                                flag = true;
                            }
                            catch (BadImageFormatException)
                            {
                                flag = true;
                            }
                            if (flag)
                            {
                                string string_ = Class0.smethod_4(name);
                                string path    = Class0.smethod_1(array, text, string_, ".dll");
                                if (array2 != null)
                                {
                                    Class0.smethod_1(array, text, string_, ".pdb");
                                }
                                assembly = Assembly.LoadFile(path);
                            }
                            Class0.hashtable_0[name] = assembly;
                            return(assembly);
                        }
                    }
                    result = null;
                }
            }
            return(result);
        }