nok1a Posted May 11, 2023 Posted May 11, 2023 (edited) Would like to modify the health/attack value for this game: https://play.google.com/store/apps/details?id=com.habby.punball&hl=en_US&gl=US Edited May 11, 2023 by nok1a added screenshot
THETWINSOFFICIAL Posted May 12, 2023 Posted May 12, 2023 On 5/11/2023 at 7:13 PM, nok1a said: Would like to modify the health/attack value for this game: https://play.google.com/store/apps/details?id=com.habby.punball&hl=en_US&gl=US Expand 0x16267fc God mode Set to false Arm64bit 2
nok1a Posted May 12, 2023 Author Posted May 12, 2023 On 5/12/2023 at 6:40 PM, AMIYA said: 0x16267fc God mode Set to false Arm64bit Expand Oke, And how i do that? Here is the instruction at that offset.
MonkeySAN Posted May 13, 2023 Posted May 13, 2023 (edited) On 5/12/2023 at 10:29 PM, nok1a said: Oke, And how i do that? Here is the instruction at that offset. Expand select both the offset value and value below it. edit = 706,675,680;-698,416,192 Edited May 13, 2023 by MonkeySAN 1
sammax71 Posted May 13, 2023 Posted May 13, 2023 Punball_3_5_3e.luaFetching info... That's it in script form if that's any easier. I think it's possible to edit the damage multiplier but it's difficult to find anything as the dump is obscured.
nok1a Posted May 13, 2023 Author Posted May 13, 2023 On 5/12/2023 at 6:40 PM, AMIYA said: 0x16267fc God mode Set to false Arm64bit Expand How did you find the instruction because its method and class is obfuscated. On 5/13/2023 at 1:45 AM, MonkeySAN said: select both the offset value and value below it. edit = 706,675,680;-698,416,192 Expand Thanks, it works.
nok1a Posted May 13, 2023 Author Posted May 13, 2023 On 5/13/2023 at 7:48 AM, sammax71 said: Punball_3_5_3e.lua 181.29 kB · 0 downloads That's it in script form if that's any easier. I think it's possible to edit the damage multiplier but it's difficult to find anything as the dump is obscured. Expand Kinda struggling with it. Lot's server sided. And encrypted search doesn't work on health/attack. Preferably i want attack damage up because the game is still hard with godmode since you can't kill the minions and bosses easily but in the mean time they keep spawning and the boss is protected behind those minions.
THETWINSOFFICIAL Posted May 13, 2023 Posted May 13, 2023 On 5/13/2023 at 8:01 AM, nok1a said: Kinda struggling with it. Lot's server sided. And encrypted search doesn't work on health/attack. Preferably i want attack damage up because the game is still hard with godmode since you can't kill the minions and bosses easily but in the mean time they keep spawning and the boss is protected behind those minions. Expand You want dmg ?
THETWINSOFFICIAL Posted May 13, 2023 Posted May 13, 2023 // RVA: 0x233a664 VA: 0x77c977b664 public Void SetDamagePercent(DamageAttribute damageAttribute, Int32 percent) { } // RVA: 0x233a80c VA: 0x77c977b80c RVA: 0x233ae10 VA: 0x77c977be10 public Void UpdateAttack(Single attack) { }
nok1a Posted May 13, 2023 Author Posted May 13, 2023 On 5/13/2023 at 11:53 AM, AMIYA said: // RVA: 0x233a664 VA: 0x77c977b664 public Void SetDamagePercent(DamageAttribute damageAttribute, Int32 percent) { } // RVA: 0x233a80c VA: 0x77c977b80c RVA: 0x233ae10 VA: 0x77c977be10 public Void UpdateAttack(Single attack) { } Expand How i edit that?
nok1a Posted May 14, 2023 Author Posted May 14, 2023 (edited) On 5/13/2023 at 12:55 PM, nok1a said: How i edit that? Expand Don't get anything of this armv8/armv7 editing. Makes no sense. Tried to edit using same instructions as with the godmode but damage becomes -1, why -1? Edited May 14, 2023 by nok1a
nok1a Posted May 14, 2023 Author Posted May 14, 2023 On 5/13/2023 at 11:53 AM, AMIYA said: // RVA: 0x233a664 VA: 0x77c977b664 public Void SetDamagePercent(DamageAttribute damageAttribute, Int32 percent) { } // RVA: 0x233a80c VA: 0x77c977b80c RVA: 0x233ae10 VA: 0x77c977be10 public Void UpdateAttack(Single attack) { } Expand Eventually took the attack and health value from in region A, its more easy for me, but its same class, thanks for providing the class.
THETWINSOFFICIAL Posted May 14, 2023 Posted May 14, 2023 On 5/14/2023 at 9:40 AM, nok1a said: Eventually took the attack and health value from in region A, its more easy for me, but its same class, thanks for providing the class. Expand Use field offset ?
nok1a Posted May 14, 2023 Author Posted May 14, 2023 On 5/14/2023 at 2:28 PM, AMIYA said: Use field offset ? Expand Yes, i did.
THETWINSOFFICIAL Posted May 15, 2023 Posted May 15, 2023 On 5/14/2023 at 7:26 PM, nok1a said: Yes, i did. Expand Oh good 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now