There the anti-cheat does not work, I calmly change the obscured field values, so I need to know how to change the obscured parameterObscured stuff — это codestage античит. Вам придется придумать, как обойти античит.
Вам нужно будет построить структуру для obscured, чтобы изменить значения obscured. Это более продвинутый моддинг и непростая задача для новых моддеров.
Лучший вариант — уделить время изучению моддинга и, по возможности, найти игру, в которой нет античита, для начала.
Codestage anti-cheat is not configured for hidden values because I change the fields as I want and to what I want I do not know how to change the hidden value in the method parameters that's allВы говорите, что знаете, как модифицировать
ObscuredInt цена продажи
Часть obscuredint. Если у вас есть и это не сработало, то это не сработает. Это часть процесса codestage anticheat. Иногда изменение ObscuredInt и т. д. не работает, а иногда работает. Если работает, то хорошо. Если нет, то вам нужно обойти codestage anticheat. Что вам нужно будет выяснить самостоятельно.
How are you trying to modify it? hexpatching the .so file?Codestage anti-cheat is not configured for hidden values because I change the fields as I want and to what I want I do not know how to change the hidden value in the method parameters that's all
What patching? Function hookHow are you trying to modify it? hexpatching the .so file?
Would be easier if i can see your current hook for itWhat patching? Function hook
void (*old_AddOnlineCar)(monoString* prefab, monoString* name, monoString* instanceID, int sellPrice, byte* data);Было бы проще, если бы я мог увидеть ваш текущий крючок для этого.
Yeah you can't modify obscuredint etc that way. You have to make a custom struct to be able to mod it which requires looking at the obscured struct in codestage anticheat.void (*old_AddOnlineCar)(monoString* prefab, monoString* name, monoString* instanceID, int sellPrice, byte* data);
old_AddOnlineCar(CreateString("STRING_B"), CreateString("STRING B"), CreateString("STRING"), 1, nullptr);
old_AddOnlineCar = (void(*)(monoString*, monoString*, monoString*, int, byte*)) getAbsoluteAddress(targetLibName, 0xD5C5F4);
struct ObscuredInt {Yeah you can't modify obscuredint etc that way. You have to make a custom struct to be able to mod it which requires looking at the obscured struct in codestage anticheat.
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies