Ejemplo n.º 1
0
        private static void Init()
        {
            if (!ForceElevation.Invoke())
            {
                MessageBox((IntPtr)0, "Force Elevation protection detected. You need to start the program as admin.", "Rzy Protector | Private version | by RZY#2000", 0);

                Environment.Exit(0);
            }
        }
Ejemplo n.º 2
0
        private static void Init()
        {
            if (!ForceElevation.Invoke())
            {
                MessageBox((IntPtr)0, " You need to start the program as admin.", "SkiDzEX | .NET Protector & Obfuscator", 0);

                Environment.Exit(0);
            }
        }