Lucky Patcher Worning

Active 6 Replies 611 Views 2018-07-22 19:04:52 Questions

Hello, I have a problem

I want to launch the app but I can not

such a message is shown


"You Using AdBlock App Remove AllAdBlocker App And try Again!!!"

I do not have Xposed and I can not hide Lucky Patcher 

It is possible to block it somehow?



Sharing is caring, show love and share the thread with your friends.


poki replied
5 Years

@tomas4


thanks for the extensive description, I will look a little further and leave it probably.

I do not need the application, but it made me curious

Ps. I thought that somewhere the server is checked by a script

thanks again


tomas4 replied
5 Years

So I looked inside and found this http://i.prntscr.com/ku5XhUYTQcmOBBYLY0p8gw.png . This piece of code is there few times with some changes, but method "isPackageInstalled" is always there and it's same. Inside method: http://i.prntscr.com/E8zPHUBuSM_4O6CCSyNZnA.png

Method returns bool, when it returns false package (e.g. LuckyPatche a.k.acom.android.vending.billing.InAppBillingService.COIN) isn't  installed and app run correctly, but when it returns true, the banned package is installed and the pop up menu is showed with that text about AddBlocker and activity is closed and app die.... List of banned packages is everytime downloaded from authors website when app is launched so I can't edit local file because it doesn't exist.... In my opinion the best will be patch that method "isPackageInstalled" so it always return false (if package is installed or not), but I can't do this because I can't loaded classes.dex into HexRays IDA (it loading database forever, and create database with size around GigaBytes, and then IDA stop working, I don't know why, if someone can fix it, please write post here) So I can't create custom patch for you :frowning: Maybe try it by yourself with never version of IDA, or with other disassembler. Good luck.

tomas4 replied
5 Years
So probably it's only because that app look for LP at beggining, e.g "onCreate" method and if it find out that LP is installed, it will say that message and ot doesn't matter if you turn on or off the adds on device as I said in earlier post... So there are only two ways... 1. UNINSTALL LP 2. Disassemble app and try to find that piece of code and remove it and share your result.

What app said that warning?

poki replied
5 Years

The problem is that I do not have any Adblock, all ads are getting confused in the hosts file, this information will appear when using LuckyPatcher and the application requests its removal


When I uninstall Lucky Patcher everything works

tomas4 replied
5 Years
Hello same happens to me... Open Lucky Patcher, find button on the bottom "Toolbox" (it's second), click on it, than click on "Block adds"( it's third) and than click on "Unblock adds on device" and "Turn on Google adds service". Thats all noe you can run your app without problems, if you don't have installed other Add blocker app.
daksh44 replied
5 Years
Try to forcefully stop ad blocker type app if installed in your device  

Path : Setting --> Installed Apps --> Open adblocker type app --> Stop app forcefully. 

- After open lucky patchr app

- if doesn’t work then uninstall this ad blocker type app and try it

loading...