Jump to content
  • 0

Problem with editing methods with opcodes


Crystal_Mods100x

Question

Posted

Question? when im editing methods with opcodes do i use the app from the appstore or download the apk version because

when i try to edit a method with the current instruction ~A MOVW R0, #65000 and the address under it ~A BX LR the damage doesn't change

Game: https://play.google.com/store/apps/details?id=com.abi.pixelshooter.blockcraft.zombie

offset and method name: 

public void set_damage(float value) {}

offset: 0x6AA6C8

virtual: dual space + default game guardian

android version: 9

4 answers to this question

Recommended Posts

Posted

 

7 minutes ago, BadCase said:

Look for a float instead of a void if you want to edit at the start of method

Hi badcase 😄  so you are saying the method must have a data type in order for it to be modified correct

Posted
3 hours ago, Crystal_Mods100x said:

Question? when im editing methods with opcodes do i use the app from the appstore or download the apk version because

when i try to edit a method with the current instruction ~A MOVW R0, #65000 and the address under it ~A BX LR the damage doesn't change

Game: https://play.google.com/store/apps/details?id=com.abi.pixelshooter.blockcraft.zombie

offset and method name: 

public void set_damage(float value) {}

offset: 0x6AA6C8

virtual: dual space + default game guardian

android version: 9

Downloading it from the playstore gives me a 64bit version and a 32 bit version from APKPure I'd use whichever version you dumped memory from

Another recommendation would to edit the float value directly to test if a float edit on that value is working

Hope this helps ^.^

Posted
15 minutes ago, Crystal_Mods100x said:

 

Hi badcase 😄  so you are saying the method must have a data type in order for it to be modified correct

to edit the void method you would need to find the part of it that loads that actual float value

But if you find the float method it gets the value from you can edit directly

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.