How to remove the cheat detection from GLU Games
Hello,
today I will show you how to remove cheat protection in Glu games, let's go !!
1. Decompile your modded apk. (I use AndroidMultiTool)
2. Go to "smali_classes2" > com > iqcz and open "r.smali" with notepad++ or any other text editor.
3. In the file, search for "verifySignature()V" (At the bottom) and remove lines between ".locals 1" and "return-void"
4. Save file and recompile your apk.
5. Sign your apk.
Credits:
1. Decompile your modded apk. (I use AndroidMultiTool)
2. Go to "smali_classes2" > com > iqcz and open "r.smali" with notepad++ or any other text editor.
3. In the file, search for "verifySignature()V" (At the bottom) and remove lines between ".locals 1" and "return-void"
4. Save file and recompile your apk.
5. Sign your apk.
Credits:
OSX A.K.A kar80
Comments
Post a Comment