/return-address-spoofing

works with most invokers, spoofs the return address to bypass the anti cheat and allow detected natives to be called.

Primary LanguageC++

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<void(*)(rage::scrNativeCallContext*)>(handler), static_cast<rage::scrNativeCallContext*>(&m_Context));