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: 5
I want to make a mod menu, when i make a mod menu i dont get how to add the function to get the offset i got from the dumped il2cpp file and add it to the mod menu, either it errors or bug out, sometimes lgl dont work on my phone, and sometimes it doesnt which is weird, phone is okay, and im also not rooted i wanna learn how
 
Back
Top Bottom