How to mod .apk

Xaber

New User
3
02/04/16
0
Thread Author
Hello! Recently I started to be interested in modding .apk. At the beginning I took Case Clicker to see how it looks. I know how to edit the game data, add money, skins and other basic things. At the moment it is not enough, I would like to learn more about modding. I unpacked the original .apk file to see what is inside. Some files attracted my attention:

- lib folder
- config.bin

1. Could someone explain to me what is in the lib folder and is it worth it to edit them?
2. Is there any possibility to decode the .bin file? I would like to open it and see what is inside.
 
Please see the tutorials here to understand how to do modding first
Link is Broken
 
Hello! Recently I started to be interested in modding .apk. At the beginning I took Case Clicker to see how it looks. I know how to edit the game data, add money, skins and other basic things. At the moment it is not enough, I would like to learn more about modding. I unpacked the original .apk file to see what is inside. Some files attracted my attention:

- lib folder
- config.bin

1. Could someone explain to me what is in the lib folder and is it worth it to edit them?
2. Is there any possibility to decode the .bin file? I would like to open it and see what is inside.
To determine if its native or unity open the lib folder if it has lib.unity then its unity game if not then its native. Then from here follow the tut's here to learn how to mod game.
 
Back
Top Bottom