Hamster wrote: ↑Sat Feb 26, 2022 2:36 pm
Can u update it to 1.11.8 or can someone tell me, how to find the right value to exchange this part of the code:
"aobScanModule(UPG1b,$process, 2C 5F 00 84 C0 74 08 40 88 7B 08) // will break with update, check from 84 C0... usually 2.nd hit"
-> so i can do it myself ?
really like the upgrade max value 99 script
Sure, change line:
aobScanModule(UPG1b,$process, 2C 5F 00 84 C0 74 08 40 88 7B 08)
to:
aobScanModule(UPG1b,$process, 2? 5F 00 84 C0 74 08 40 88 7B 08)
Should be line 380. If you do an AOB scan for "84 C0 74 08 40 88 7B 08" (without the quotes) you usually get two hits, and it usually is the second one. Then just have a look at the three bytes before that, and update it.