All selling stopped for temporary time.Because of ban issue.
Only device ban fix is selling for now
Device ban fix info-
My patch file find the point those get device id in the dex and replace it with a randomize code.no need root,no need host block,no need firewall, just apply a file and enjoy.file and tutorial will be provided.
For more @riyadmondol2006
Only device ban fix is selling for now
Device ban fix info-
My patch file find the point those get device id in the dex and replace it with a randomize code.no need root,no need host block,no need firewall, just apply a file and enjoy.file and tutorial will be provided.
For more @riyadmondol2006
π2
SignHook by Mr Riyad
All selling stopped for temporary time.Because of ban issue. Only device ban fix is selling for now Device ban fix info- My patch file find the point those get device id in the dex and replace it with a randomize code.no need root,no need host block,no needβ¦
64bit working safe π
I fuck those people who using without my permission like mvp and more.
I fuck those people who using without my permission like mvp and more.
libgamemaster.txt
4.2 MB
Here i have fully decompile some libs from pubg 1.8 32bit
Dump provided by @riyadmondol2006
For more @signhook
Dump provided by @riyadmondol2006
For more @signhook
CNFIX_3.3[leyzymoy MOD].apk
2.5 MB
Cnfix 3.3 modded
By leyzymoy sir.
By leyzymoy sir.
π1
This media is not supported in your browser
VIEW IN TELEGRAM
How to use SignHook signature killer app.
π2π©2π1
SignHook v1.1.apk
3.1 MB
SignHook v1.1
*Apk signature killer
*Fixed signature data error
*Fixed compatibly issues
*Fixed file not found issue
*Fixed all known bugs
How to use
*Apk signature killer
*Fixed signature data error
*Fixed compatibly issues
*Fixed file not found issue
*Fixed all known bugs
How to use
π₯6π©2
This media is not supported in your browser
VIEW IN TELEGRAM
Pak based signature hook/kill is ready.
Now you can also set your custom path for the hookapk now.
On this pak based hook the storage permission is not required to give manually,but if you want to load game faster than give it just.
Contact @riyadmondol2006 for more info.
On this pak based hook the storage permission is not required to give manually,but if you want to load game faster than give it just.
Contact @riyadmondol2006 for more info.
π4π©1
MT Manager_2.10.3-beta.apk
16.4 MB
Version: 2.10.3 beta π
±οΈ (22020451)
- Fixed problem that previous version does not automatically wrap text
- Fixed text editor probabilistic only one line issue and other known bugs
- Fixed problem that previous version does not automatically wrap text
- Fixed text editor probabilistic only one line issue and other known bugs
π©1
Frida script for hooking application md5,sha1
Credit @apkunpacker
Java.perform(function() {
var OrgMD5 = " ";
var OrgSHA1 = " ";
var NewMD5 = " ";
var NewSHA1 = " ";
function bytesToHex(arr) {
var str = '';
var k, j;
for (var i = 0; i < arr.length; i++) {
k = arr[i];
j = k;
if (k < 0) {
j = k + 256;
}
if (j < 16) {
str += "0";
}
str += j.toString(16);
}
return str;
}
var md = Java.use('java.security.MessageDigest');
md.digest.overload().implementation = function() {
var result = this.digest();
var Check = bytesToHex(result);
if (Check.indexOf(NewMD5) >= 0) {
console.log("MD5 Hash 0 Check with Crypto");
}
if (Check.indexOf(NewSHA1) >= 0) {
console.log("SHA1 Hash 0 Check with Crypto");
}
return result;
}
md.digest.overload('[B').implementation = function(a) {
var result = this.digest(a);
var Check = bytesToHex(result);
if (Check.indexOf(OrgMD5) >= 0) {
console.log("MD5 Hash Check with Crypto");
}
if (Check.indexOf(OrgSHA1) >= 0) {
console.log("SHA1 Hash Check with Crypto");
}
return result;
}
})Credit @apkunpacker
π3π©2