Warkop v5.73.0版本的 MD5 值为:a4330ec2d6f5e146f59fc7622f3cdb45

以下内容为反编译后的 C0000.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 p031.p032.p033.InterfaceC4850;

public class C0000 {
    private static int showTime = 2;

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

        a(C0000 c0000, Context context) {
            this.this$0 = c0000;
            this.context = context;
        }

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

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

        b(C0000 c0000, Context context) {
            this.this$0 = c0000;
            this.context = context;
        }

        @Override
        public void onClick(DialogInterface dialogInterface, int i15) {
            Intent intent = new Intent();
            intent.setAction("android.intent.action.SEND");
            intent.putExtra("android.intent.extra.TEXT", "Hey my Friends I found this (App Name) Mod Apk You can use it without any cost.Free Premium no need to purchase anything. Everything is already purchased.Try Now this mod. Download using this link 👉 (Your Link https://maharnamods.blogspot.com)");
            intent.setType(InterfaceC4850.TEXT);
            this.context.startActivity(Intent.createChooser(intent, (CharSequence) null));
        }
    }

    public static void Mod(Context context) {
        if (context.getSharedPreferences("", 0).getInt("Krushna", 0) != showTime) {
            context.getSharedPreferences("", 0).edit().putInt("Krushna", context.getSharedPreferences("", 0).getInt("Krushna", 0) + 1).commit();
            AlertDialog.Builder builder = new AlertDialog.Builder(context);
            builder.setTitle(Html.fromHtml("<font color= #9722FF>MATA KAU</font>"));
            builder.setMessage(Html.fromHtml("<font color= #FF4081>Follow and Share Our Mod With your friends</font>"));
            builder.setPositiveButton(Html.fromHtml("<font color= #FF3DFF>Join</font>"), new a(new C0000(), context));
            builder.setNeutralButton(Html.fromHtml("<font color= #55FF4F>Share Mod</font>"), new b(new C0000(), context));
            builder.setNegativeButton(Html.fromHtml("<font color= #000000>Cancel</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();
        }
    }
}