Thanks for your reply but, the problem with BigInteger is that I can't handle with it as an int as the game will bug like crazy. I've already tried it.For the first one you could just Google it and you would know it. Just a quick Google search such as "BigInteger C#" would help you understand. The BigInteger type is an immutable type that represents an arbitrarily large integer whose value in theory has no upper or lower bounds. But since there isn't a BigInteger in C++, you could just hook the method as int but don't go over the limit of a primitive int in C++. The second one is an array How to hook arrays in Unity's Il2cpp - Platinmods.com - Android & iOS MODs, Mobile Games & Apps
Already tried using long but the class bugs out. I guess the value is also used for other methods...Hello there,
A big integer is a big int, so you could try uintptr_t or long, these definitions are big integers and should not lose informations.
Do you have to set a function pointer to it or hook it?Already tried using long but the class bugs out. I guess the value is also used for other methods...