MODS in ANDROID INFINITE LIVES?

This video is about MODS on MDICKIE'S game INFINITE LIVES on Android, exploring the concept and finding working alternatives. SAVEFILE: https://drive.google.com/file/d/1Y1iK... Use a computer, root or shizuku to put this file in android/data/com.MDickie.InfiniteLives/files Save Editor: www.saveeditonline.com Notepad++: notepad-plus-plus.org Tutorial: Go to Save Editor online import your save and download the text version of it, keep save editor open so that you can reimport the modified text version at the end of the process and have a working savefile. Open the file with notepad++ and under the search tab find "Replace", Set the search mode as Regular Expression, Copy paste this expression into find what: "stat":\s*\{\s*"0":\s*[^,}]+(?:,\s*"[1-5]":\s*[^,}]+){5},\s*"6":\s*[^,}]+\s*\} Copy paste this into replace with: "stat": { "0": 50, "1": 50, "2": 50, "3": 50, "4": 50, "5": 50, "6": 50 } and apply to all.