Jump to content

14 posts in this topic

Recommended Posts

Posted

Alright so, im attempting to modify the game Crash of Cars. And i recompiled/signed the apk so it would properly build. I copied it over to my LG G4 and installed it. Ran the game, and it popped up that message, Title: Crash of Cars, Body: Please download the game from Google Play.

My question is, what would i do to get around this message without needing to redownload it? Phones rooted, has Unknown Sources checked.

And the modification is just a test, im looking at changing the price for cars from the "Prize Machine" which typically are a value of 100 to 0 or Free. Since this game is Offline/Online this could potentially work, but this could be the issue to?

 

Thanks for your time.

Posted (edited)

Probably google play DRM.

not sure if they encoded their game totally but you can try thi

 

search in all smali files (using 'find in files') for: public boolean allowAccess ()

 

then Do this:

const v0, 0x1

return v0

 

Big chance it can be DRM 101 too.

 

this is harder to bypass. And can't tell this in steps lol.

 

download Lucky patcher & see if it says that there is a google play verification.

 

You can try the program 'AntiLVL too, this bypasses lots of DRM protection included Google Play Verification

Updated by Ted2
Posted

Ill look for DRM when im back on pc later. I just checked with LP and it says License Verification Found. Will attempt to patch this.

Appreciate the help. :teehee:

Posted
16 minutes ago, UnboundGodz said:

Ill look for DRM when im back on pc later. I just checked with LP and it says License Verification Found. Will attempt to patch this.

Appreciate the help. :teehee:

 

i think as you are rooted , removing license verification through lucky patcher should work , otherwise you can always look into the smali ( which i find confusing ) but some apps can be insanely secure so best of luck :)  

 

Posted
2 hours ago, Ted2 said:

Probably google play DRM.

not sure if they encoded their game totally but you can try thi

 

search in all smali files (using 'find in files') for: public boolean allowAccess ()

 

then Do this:

const v0, 0x1

return v0

 

Big chance it can be DRM 101 too.

 

this is harder to bypass. And can't tell this in steps lol.

 

download Lucky patcher & see if it says that there is a google play verification.

 

You can try the program 'AntiLVL too, this bypasses lots of DRM protection included Google Play Verification

 

1 hour ago, TheArmKing said:

i think as you are rooted , removing license verification through lucky patcher should work , otherwise you can always look into the smali ( which i find confusing ) but some apps can be insanely secure so best of luck :)  

 

Did all possible LP patches, nothing worked. Will put on hold till later to try the AntiLVL method, and or DRM method. Thanks for the help, will update later ;)

Posted
6 minutes ago, UnboundGodz said:

 

Did all possible LP patches, nothing worked. Will put on hold till later to try the AntiLVL method, and or DRM method. Thanks for the help, will update later ;)

 

Ok , if it works then you can share it with rest of us in case we ever encounter such problem , i think i have ... it said ( once when i modded a game ) Apk not signed under the right certificate 

Posted

Update 2: Searched for "public boolean allowAccess ()" did not locate throughout any smali files. Assuming it could be DRM 101. Unless there is in fact something else.

Posted
On 2017-5-3 at 8:40 AM, UnboundGodz said:

Update 2: Searched for "public boolean allowAccess ()" did not locate throughout any smali files. Assuming it could be DRM 101. Unless there is in fact something else.

the public boolean allowAccess could be encoded too, so it could have got any name.

Anyways, the error you get isn't written in the smali files or .so file either. So that's a bit weird, I'm gonna do some research 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines