What's new

Closed Anti Mode JAVA

Status
Not open for further replies.

Beshie

Eternal Poster
Joined
Nov 26, 2016
Posts
170
Reaction
2,294
Points
342
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.

Similar threads

Back
Top