# GTA-return-address-spoofing works with most public invokers, spoofs the return address to act as a bypass and allow checked natives to be called. Implement in your invoker EndCall example:
`spoof_call(g_GameVariables->GetNativeReturnAddress(), static_cast(handler), static_cast(&m_Context));` credits: namazso