3.Sav.Modz
Platinian
i know about this
platinmods.com
i know how to hook the mono array , the problem is i dont know how to use it after i hook it
according to that tutorial , i am getting the list of the players , but how to use this list , for example to make a masskill
<i know how to make masskill by position and ismine stuff , but with getting pkayers list , idk >
i really hope someone tells me with an example .
How to hook arrays in Unity's Il2cpp
Okay, so apparently I've been asked many times on how to modify arrays, not gonna get deep into this, but here we go. First of all, you need a monoArray struct, which I will provide. template struct monoArray { void* klass; void* monitor; void* bounds; int max_length...

according to that tutorial , i am getting the list of the players , but how to use this list , for example to make a masskill
<i know how to make masskill by position and ismine stuff , but with getting pkayers list , idk >
i really hope someone tells me with an example .