Here's the problem:
I succeeded in finding the address of the value I wanted to change through the field offset finder, changing it, and confirming that it applies to the game.
Field Offset Finder (#yyzay1k)
(thanks to @Rxhacker for cool script)
However, if I end the matching and back into the another match, the address changes and the value I changed becomes useless, so I have to find it again.
Instead of shutting down the game completely and turning it back on, the problem arises just by leaving and rejoin the match in the game. Whether it's online or offline.
This is not a matter of freezing or incorrect offset. Literally, the address for that method has been changed and is not applied.
For example, if the address of the range of weapons was ABCDEF before, the address changed to ABFFFEF when it went out of the matching and came in, and it became useless to modify ABCDEF.
I don't know if I explained it well, please let me know if you don't understand.
So, why does this happen? Is there any way to solve the problem?