[go: up one dir, main page]

0% found this document useful (0 votes)
2K views2 pages

remove pairip

Uploaded by

isinguzochinonso
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views2 pages

remove pairip

Uploaded by

isinguzochinonso
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

First of all thanks to Ali for sharing regexs and concept of restoring pairip

strings and also thanks for testing my script again and again.

And also thanks to some unknown people for sharing the latest pairip bypass.

Firstly download the termux from here:

https://github.com/HardcodedCat/termux-monet

Give storage permission to termux,update pkgs and install python using below
command:

termux-setup-storage && pkg update -y && pkg upgrade -y && pkg i python -y

Now place script and apk in one folder then use script.(Make sure folder contain
only one APK)

Install generated patched APK directly and open it,then goto MT manager and
translate dex using translation mode.(Choose Provider in translation mode to our
newly generated dictionary.)

For Non-VIP users change dictionary name to DefaultDictionary.mtd and translate.

After that
=============================
Search 1:

(# direct methods\n.method public static )appkiller\(\)V([\s\S]*?.end method)[\w\


W]*

Replace 1:

$1constructor <clinit>()V$2

=============================
Search 2:

sget-object.*\s+.*const-string v1,(.*\s+).*.line.*\n+.+.*\n.*invoke-static \{v0\},


Lmt/Objectlogger;->logstring\(Ljava/lang/Object;\)V

Replace 2:

const-string v0,$1
=============================
Search 3:

invoke-static \{\}, .*;->callobjects\(\)V\n

Replace with nothing(means empty)


=============================

Search 4:

(\.method public.*onReceive\(Landroid/content/Context;Landroid/content/Intent;\)V\n
\.registers) .[\s\S]*const-string/jumbo.*\s+.*\s+.*\s+(return-void)

Replace 4:
$1 3\n $2
=============================
Search this without regex

Search 5:

pairip

Now search in current results and enable regex

Again Search 5.1:

.*pairip.*

Replace with nothing(means empty)


=============================
Goto this class

com.pairip.application.Application

then go inside super class line then copy class name(by tapping on class name it
will show menu)after that delete com/pairip folder...

After this choose all options in removing debug info and save it.

Now open AndroidManifest.xml with "String Pool" search/filter .*pairip.* and


replace it with the class name that we copied.

You might also like