37 lines
1.5 KiB
C#
37 lines
1.5 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Config
|
|
// Assembly: Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 92DF2D60-35B0-4A06-AFD8-50A246F39510
|
|
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Builder\Client.exe
|
|
|
|
using System;
|
|
|
|
#nullable disable
|
|
internal class Config
|
|
{
|
|
public static string Version = "v4.0.0";
|
|
public static string Mutex = "silly1";
|
|
public static int pt = Convert.ToInt32("silly3");
|
|
public static string ht = "silly2";
|
|
public static bool Startup = Convert.ToBoolean("silly4");
|
|
public static int Delay = Convert.ToInt32("silly5");
|
|
public static bool ProcessCritical = Convert.ToBoolean("silly6");
|
|
public static bool HideFile = Convert.ToBoolean("silly7");
|
|
public static bool Box = Convert.ToBoolean("silly8");
|
|
public static string BoxMsg = "silly9";
|
|
public static string BoxIcon = "silly10";
|
|
public static bool UAC = Convert.ToBoolean("silly11");
|
|
public static bool Assist = false;
|
|
public static bool OpenWebsite = Convert.ToBoolean("silly13");
|
|
public static string Website = "silly14";
|
|
public static bool VM = Convert.ToBoolean("silly15");
|
|
public static string Tag = "silly16";
|
|
public static string BoxTit = "silly17";
|
|
public static bool HidProc = Convert.ToBoolean("silly18");
|
|
public static bool UACBy = false;
|
|
public static string Password = "silly20";
|
|
public static string Raw = "silly21";
|
|
public static int Reconnect = Convert.ToInt32("silly22");
|
|
public static bool Defender = Convert.ToBoolean("silly23");
|
|
}
|