Exemplo n.º 1
0
    public static bool _sMhhfUgb6MrcF41LT6KCITIMEBjA(bool steam)
    {
        try {
            if (!steam)
            {
IL_0003:
                num = 817047041;
                goto IL_0008;
            }

            string path = Settings.Default.ExaltSteamPath;
            goto IL_003b;
IL_0025:
            path = Settings.Default.ExaltLauncherPath;
            goto IL_003b;
IL_003b:
            ProcessInjection._zjgiwwJZUA8aZTeMCSZeihp47Dw zjgiwwJZUA8aZTeMCSZeihp47Dw =
                _KgZs1nuPvFKfOIInCAin5WfVfsb(path, string.Empty);
            _0kO1k5GUTQHAW84jJNygXOtABJW(zjgiwwJZUA8aZTeMCSZeihp47Dw._QjPrTpWj4dJdFgwgkKtVC8NhIyC,
                                         _cdyBaJMdzdveeFZzPT2GyKrT35Z);
            ProcessInjection._kQdGqTbeSNpbEs07G8GfCURPn6cA(zjgiwwJZUA8aZTeMCSZeihp47Dw
                                                           ._JwYWFGBftDuvPOaDpMAqYYZmRpM);
            int num = 344324600;
            goto IL_0008;
IL_0008:
            uint num2;
            switch ((num2 = (uint)num ^ 0x2FF73170u) % 3u)
            {
            case 0u:
                break;

            case 1u:
                goto IL_0025;

            default:
                return(true);
            }
        }
        catch (Exception ex) {
            string obj = ex?.ToString();
            MessageBox.Show("Failed to start Exalt Launcher:\n" + obj + "\nLast Error: " + Marshal.GetLastWin32Error(),
                            "RealmStock Multi-Tool", MessageBoxButtons.OK, MessageBoxIcon.Hand);
        }
    }
Exemplo n.º 2
0
 public static bool _xkSr2Dl3BGfiJPH2Sb33zOcYN0P(string guid, string password)
 {
     try {
         ProcessInjection._zjgiwwJZUA8aZTeMCSZeihp47Dw zjgiwwJZUA8aZTeMCSZeihp47Dw =
             _KgZs1nuPvFKfOIInCAin5WfVfsb(Settings.Default.ExaltGamePath,
                                          GetFormattedCredentials(guid, password));
         _0kO1k5GUTQHAW84jJNygXOtABJW(zjgiwwJZUA8aZTeMCSZeihp47Dw._QjPrTpWj4dJdFgwgkKtVC8NhIyC,
                                      _PyAy1AUj53IAIhfdIDSm8z1dUPT);
         ProcessInjection._kQdGqTbeSNpbEs07G8GfCURPn6cA(zjgiwwJZUA8aZTeMCSZeihp47Dw
                                                        ._JwYWFGBftDuvPOaDpMAqYYZmRpM);
         return(true);
     }
     catch (Exception ex) {
         MessageBox.Show(
             "Failed to start Exalt Game:\n" + ex?.ToString() + "\nLast Error: " + Marshal.GetLastWin32Error(),
             "RealmStock Multi-Tool", MessageBoxButtons.OK, MessageBoxIcon.Hand);
         return(false);
     }
 }