Hi. In trying to load BNM into the Standoff 2. In the new version devs put some protection. For example: locking System.Reflection and AppDomain in il2cpp_class_from_name, empty methods(il2cpp_image_get_class, il2cpp_image_*, il2cpp_method_get_param_name, and etc.). I'm stuck on...
Do i need also hook this method?
// Token: 0x06003223 RID: 12835 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6003223")]
[Address(RVA = "0xC43EEC", Offset = "0xC43EEC", VA = "0xC43EEC")]
public void Apply()
{
It`s in the same file as "AddAmount"
I'm trying to make a Silent Aim for standoff 2, but when I try to hook the PlayerController and get a player offset, the game crashes on loading the map
I think this code causes crashes
if (player) {
if (!ptr)
ptr = * (void **)((uint64_t) player +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.