Solved game mod

Status
Not open for further replies.

mimmo59

Platinian
Original poster
Jul 9, 2021
30
4
8
65
Milano
Hello
I apologize for the inconvenience
Question why with outdated versions I can make mods,
while with the latest versions of (ToonBlast) I can't?
Example I try to change get_move, get_coin, unlimitedLife, Instant Win etc .. etc ...
in obsolete versions the Mod result correct and perfect.
While in the latest versions I try to change all the offsets, doing all the steps regularly, but when the game starts
it looks like nothing has been changed, i couldn't figure out why.
Thanks and good job.
 

Hiyall360

Awesome Active Platinian
Jan 14, 2018
132
3,987
193
Mr.Pringlez
I apologize if I'm making any assumptions here, it's just that you provided very little details on what you are doing.

My questions are:

how are you locating the offsets?
are you finding the new offsets in the updated game? Or are you trying to use the offsets from the previous version?

If so, the game could have added protection. When that happens, you need to start thinking outside the box and find alternative ways of achieving the same mods.
 

mimmo59

Platinian
Original poster
Jul 9, 2021
30
4
8
65
Milano
I apologize if I'm making any assumptions here, it's just that you provided very little details on what you are doing.

My questions are:

how are you locating the offsets?
are you finding the new offsets in the updated game? Or are you trying to use the offsets from the previous version?

If so, the game could have added protection. When that happens, you need to start thinking outside the box and find alternative ways of achieving the same mods.
using with these codes
 

Attachments

Yaskashije

PMT Elite Modder
Staff member
Modding-Team
Sep 9, 2018
4,384
851,120
1,213
Minkowski Space
If in previous versions it worked, but now it doesn't, then either:
>Devs changed how the game works, meaning you will have to remod it
>That stuff is now server sided
 

mimmo59

Platinian
Original poster
Jul 9, 2021
30
4
8
65
Milano
That's not what I asked about, I'm asking how you are finding the offsets in the updated game. All you showed me are common Op Codes.

Everytime a game updates, there are new offset addresses. Are you using the new ones?
Hello
Every time a game updates, there are new offset addresses Ok,
but i always used common opcodes, maybe the error is here.
The procedure I perform, first Decompiled APK with APK Easy Tool
then I use Il2CppDumper.exe, which creates the DummyDll for me.
1 I open Dnspy I try get_move I find offset
2 I open HxD and enter the new updated offset address found, for example I replace the new code (14 00 90 E5 1E FF 2F E1) with (E7 03 00 E3 1E FF 2F E1 = 999)
3 except libil2cpp.so
4 Recompiled APK
5 the game works but the change you made does not work.
So I think these changes I make are already out of date, I am a beginner and not a Modder, I just do it to pass the time.
so if I can it's fine, otherwise patience
I think as Yaskashije said the developers have changed the way the game works.
And if the developers tell me how they do it, I'm not offended. (Joke).
 

Attachments

  • Like
Reactions: Hiyall360
Status
Not open for further replies.