By continuing to browse this site, you must accept the use and writing of Cookies on your connected device. These Cookies (small text files) allow you to follow your browsing, update your basket, recognize you on your next visit and secure your connection. To find out more and configure the tracers: http://www.cnil.fr/vos-obligations/sites-web-cookies-et-autres-traceurs/que-dit-la-loi/ | |
// dllmain.cpp #include <windows.h> #include "minhook.h" // MinHook library #include <lua.hpp>
Project-x64/FiveM-Exec: Source code for creating Lua executor fivem lua executor source
DWORD GetProcessIdByName(const char* procName) HANDLE snapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); PROCESSENTRY32 entry; entry.dwSize = sizeof(PROCESSENTRY32); // dllmain
FiveM employs an anti-cheat system known as "Anti-Cat" (and other proprietary mechanisms). This // dllmain.cpp #include <