Crystal_Mods100x Posted August 23, 2021 Posted August 23, 2021 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
BadCase Posted August 23, 2021 Posted August 23, 2021 Look for a float instead of a void if you want to edit at the start of method
Crystal_Mods100x Posted August 23, 2021 Author Posted August 23, 2021 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
AKidWithMidgetFriend Posted August 23, 2021 Posted August 23, 2021 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 ^.^
BadCase Posted August 23, 2021 Posted August 23, 2021 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
Question
Crystal_Mods100x
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
Archived
This topic is now archived and is closed to further replies.