I saw a post of whether it's detected or not. It's detected and I thought I post the sig for it here
static void TRIGGER_SCRIPT_EVENT(int eventGroup, uint64_t* args, uint64_t argCount, uint32_t bit)
{
static auto func = reinterpret_cast<void(*)(int, uint64_t*, uint64_t, uint32_t)>(Memory::pattern("48 8B C4 48 89 58 08 48 89 68 10 48 89 70 18 48 89 78 20 41 56 48 81 EC ? ? ? ? 45 8B F0 41 8B F9").count(1).get(0).get<void>(0));
func(eventGroup, args, argCount, bit);
}
fully working (gtao 1.44)
static void TRIGGER_SCRIPT_EVENT(int eventGroup, uint64_t* args, uint64_t argCount, uint32_t bit)
{
static auto func = reinterpret_cast<void(*)(int, uint64_t*, uint64_t, uint32_t)>(Memory::pattern("48 8B C4 48 89 58 08 48 89 68 10 48 89 70 18 48 89 78 20 41 56 48 81 EC ? ? ? ? 45 8B F0 41 8B F9").count(1).get(0).get<void>(0));
func(eventGroup, args, argCount, bit);
}
fully working (gtao 1.44)