🔒 Closed Anti Mode JAVA

Status
Not open for further replies.

Beshie

Eternal Poster
Anti Mode Using Signiture Java


build.gradle add this code

compile 'com.github.javiersantos:PiracyChecker:1.2.2'


Create Custom Keystore sa Settings (see the screen shots)

then sa Keystore file input mo yung full location ng ginawa mong keystore


>ito paano kunin ang Keystore mo

Log.e("SIGNATURE", PiracyCheckerUtils.getAPKSignature(this));



>Refresh Build Run Open then back sa Aide tognan mo Logcat my signiture kana


>Signiture checker

if (!sign.equals(sigvalue)) {

setContentView(R.layout.mod_warning);

}

>open layout create mod_warning.xml then balik sa java


> ito para d ma open ng iba ang app mo

public void artsign (){



String sigvalue = "3uMvX2DC2gPSmKeRacm/zbS6JK8=";


new PiracyChecker(this)

.enableSigningCertificate(sigvalue)

.start();

}


>add this Code Sa baba ng setContentView(R.layout.activity_main);


artsign();


done Run Open The App.. then lalabas jan parang walang ng yari


punta ka ulit sa setting Tanggalin mo Custom Keystore then uninstall mo muna yung app.. run the app the youll see its donE Naka anti mode kana

You do not have permission to view the full content of this post. Log in or register now.
 
Anti Mode Using Signiture Java


build.gradle add this code

compile 'com.github.javiersantos:piracyChecker:1.2.2'


Create Custom Keystore sa Settings (see the screen shots)

then sa Keystore file input mo yung full location ng ginawa mong keystore




Log.e("SIGNATURE", PiracyCheckerUtils.getAPKSignature(this));








if (!sign.equals(sigvalue)) {

setContentView(R.layout.mod_warning);

}






public void artsign (){



String sigvalue = "3uMvX2DC2gPSmKeRacm/zbS6JK8=";


new PiracyChecker(this)

.enableSigningCertificate(sigvalue)

.start();

}





artsign();


done Run Open The App.. then lalabas jan parang walang ng yari


punta ka ulit sa setting Tanggalin mo Custom Keystore then uninstall mo muna yung app.. run the app the youll see its donE Naka anti mode kana

You do not have permission to view the full content of this post. Log in or register now.
Paps, pa check naman yung pm ko. Salamat.
 
Status
Not open for further replies.

About this Thread

  • 11
    Replies
  • 903
    Views
  • 6
    Participants
Last reply from:
evandro5

Trending Topics

Online now

Members online
710
Guests online
898
Total visitors
1,608

Forum statistics

Threads
2,274,613
Posts
28,957,057
Members
1,233,382
Latest member
misugami
Back
Top