Help! Help please

public static GarageCarData AddOnlineCar(string prefab, string name, string instanceID, ObscuredInt sellPrice, byte[] data)

How can I intercept the obscured value in the sell price parameters
 
Last edited:
Obscured stuff is a codestage anticheat thing. You will have to figure out how to bypass the anticheat.

You will need to build a struct for obscured in order to modify obscured values. It is a more advanced modding and not a easy task for new modders.

Best bet is take your time to learn more about modding and possibly find a game that doesn't have an anticheat to start out on.
 
Obscured stuff — это codestage античит. Вам придется придумать, как обойти античит.

Вам нужно будет построить структуру для obscured, чтобы изменить значения obscured. Это более продвинутый моддинг и непростая задача для новых моддеров.

Лучший вариант — уделить время изучению моддинга и, по возможности, найти игру, в которой нет античита, для начала.
There the anti-cheat does not work, I calmly change the obscured field values, so I need to know how to change the obscured parameter
 
You say you know how to modify

ObscuredInt sellPrice

The obscuredint part. If you have and it didnt work then its not going to work. thats part of the codestage anticheat process. Sometimes modifiying the ObscuredInt etc doesnt work and sometimes it does. If it does then good. if it doesn't then you'll need to bypass codestage anticheat. Which you will need to figure out how to do yourself.
 
Вы говорите, что знаете, как модифицировать

ObscuredInt цена продажи

Часть obscuredint. Если у вас есть и это не сработало, то это не сработает. Это часть процесса codestage anticheat. Иногда изменение ObscuredInt и т. д. не работает, а иногда работает. Если работает, то хорошо. Если нет, то вам нужно обойти codestage anticheat. Что вам нужно будет выяснить самостоятельно.
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
 
Back
Top Bottom