Search results

  1. Tutorial How to backup app data using Swift Backup app (Root only)

    A heartfelt 'thank you' for the information provided. The key question is. How is this any different from just copying everything from the game's installation folder? Please let me know so I can go ahead and accomplish it by hand. I've tried a few other applications that offer to back up your...
  2. Tutorial How to Mod PlayerPrefs of Unity Games (including IL2CPP)

    PlayerPrefs on Android are kept in either '/data/data/pkg-name/shared_prefs/pkg-name.v2.playerprefs.xml' or '/data/data/pkg-name/shared_prefs/pkg-name.playerprefs.xml'. To use the smali files, you must first generate them by compiling the source code in Android Studio, and then reference them in...