HTTP Team VPN v8.5版本的 MD5 值为:3b55feb1dfe50d13aac742ed9741c669

以下内容为反编译后的 C0001.java 源代码,内容仅作参考


package Hub;

import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.GradientDrawable;
import android.net.Uri;
import android.text.Html;
import org.conscrypt.BuildConfig;
public class C0001 {
    private static int showTime = 1;

    public class a implements DialogInterface.OnClickListener {
        Context context;
        private final C0001 this$0;

        a(C0001 c0001, Context context) {
            this.this$0 = c0001;
            this.context = context;
        }

        @Override
        public void onClick(DialogInterface dialogInterface, int i) {
            this.context.startActivity(new Intent("android.intent.action.VIEW").setData(Uri.parse("https://t.me/iMadeaux")));
            dialogInterface.dismiss();
        }
    }

    class b implements DialogInterface.OnClickListener {
        Context context;
        private final C0001 this$0;

        b(C0001 c0001, Context context) {
            this.this$0 = c0001;
            this.context = context;
        }

        @Override
        public void onClick(DialogInterface dialogInterface, int i) {
            Intent intent = new Intent();
            intent.setAction("android.intent.action.SEND");
            intent.putExtra("android.intent.extra.TEXT", ".");
            intent.setType("text/plain");
            this.context.startActivity(Intent.createChooser(intent, null));
        }
    }

    public static void Mod(Context context) {
        if (context.getSharedPreferences(BuildConfig.FLAVOR, 0).getInt("Krushna", 0) != showTime) {
            context.getSharedPreferences(BuildConfig.FLAVOR, 0).edit().putInt("Krushna", context.getSharedPreferences(BuildConfig.FLAVOR, 0).getInt("Krushna", 0) + 1).commit();
            AlertDialog.Builder builder = new AlertDialog.Builder(context);
            builder.setTitle(Html.fromHtml("<font color= #9722FF>MOD BY. Madeaux</font>"));
            builder.setMessage(Html.fromHtml("<font color= #FF4081>Join My Official Channel for More Mods</font>"));
            builder.setPositiveButton(Html.fromHtml("<font color= #FF3DFF>Telegram</font>"), new a(new C0001(), context));
            builder.setNeutralButton(Html.fromHtml("."), new b(new C0001(), context));
            builder.setNegativeButton(Html.fromHtml("<font color= #000000>OK</font>"), (DialogInterface.OnClickListener) null);
            int parseColor = Color.parseColor("#CEF87E");
            GradientDrawable gradientDrawable = new GradientDrawable();
            gradientDrawable.setColor(Color.parseColor("#FFFFFF"));
            gradientDrawable.setStroke(7, parseColor);
            gradientDrawable.setCornerRadius(25);
            AlertDialog create = builder.create();
            create.getWindow().setBackgroundDrawable(gradientDrawable);
            create.setCancelable(false);
            create.show();
        }
    }
}