Tutorial How to make a mod menu (modding tutorial)

i want to use frida to hook into reading energy value
// RVA: 0xC89738 Offset: 0xC89738 VA: 0xC89738 Slot: 4
public int get_energyAmount() { }

// RVA: 0xC8975C Offset: 0xC8975C VA: 0xC8975C Slot: 5
public int get_maxEnergyAmount() { }

then show it to the windows application (i use python) is there any solution or keyword to learn sir? .i mainly want to make auto for that game
 
I have a question, if we sign the APK but it still gets detected after trying to enter the game, is there a way to fix it?
I found a section about checking signatures but I don't know how to do it.
invoke-virtual {v0, p0}, Landroid/content/pm/PackageManager;->getInstallerPackageName(Ljava/lang/String;)Ljava/lang/String;
 
I am following your tutorial to mod a game "Disney Pixel RPG". there is no "lib" folder after decompiling the xapk file as mentioned in step 3 of the tutorial.
 

Attachments

  • 1764947184879.png
    1764947184879.png
    17.8 KB · Views: 2
Back
Top Bottom