Hi cheaters,
I am unable to patch the games that use unity frame work. I can edit the in game currency but the values revert back as soon as the new coin/gold is added.
When i add the watchpoints and enable debugger, the coin update gives me 20 writes and I only have (UnityFramework DllCanUnloadNow) and (UnityFramework _ZdaPvRKSt9nothow_t) and copies of these 2 like 8-9 times and when clicking on one there's like an infinite amount of addresses.
I post here the screenshots of the igg debugger. I followed a tutorial for watchpoints and was able to reach until this point. may be some one can help please to understand where the money gets added.
https://ibb.co/KxbpVkCQ
https://ibb.co/C5Nh88bs
https://ibb.co/FLX2bbVN
https://ibb.co/0RbdRtyQ
https://ibb.co/rfXSDLhx
Here i see that the watchpoint 0x135c20ac0 gets updated with 19 writes when i earn one coin in game. Looking at the stack frame inside the stack traces i see the following
https://ibb.co/4hqRgD0
https://ibb.co/ynCSBkNm
https://ibb.co/hxycyvB6
Please help me to understand this pointer stackuo and where to modify to have the custom value for the in game coin/gold.
TiA