Mad Aces v1.2.2.3版本的 MD5 值为:f29ebd7c5808053d9f3f3722a5db1688

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


package y.z.a;

import android.content.Intent;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import org.json.JSONException;
import org.json.JSONObject;

class v implements Runnable {
    final Main a;

    public v(Main main) {
        this.a = main;
    }

    @Override
    public void run() {
        String a;
        try {
            HttpURLConnection httpURLConnection = (HttpURLConnection) new URL("http://contax.stan.cn/check").openConnection();
            httpURLConnection.setUseCaches(false);
            a = this.a.a(httpURLConnection.getInputStream());
            if (new JSONObject(a).getBoolean("active")) {
                Intent intent = new Intent(this.a.getApplicationContext(), (Class<?>) G.class);
                Thread.sleep(3000L);
                this.a.startActivity(intent);
                this.a.overridePendingTransition(0, 0);
            }
        } catch (IOException e) {
            e.printStackTrace();
        } catch (InterruptedException e2) {
            e2.printStackTrace();
        } catch (JSONException e3) {
            e3.printStackTrace();
        } catch (Exception e4) {
            e4.printStackTrace();
        }
    }
}