amdxx64.dll&nviapi64.dllAre both whitelisted DLL's, that roblox allow's to be loaded therfore you can useSetWindowsHookExA- Another method of injection is
Cert Spoofing, Spoofing the Cert to any Whitelisted DLL's Cert, Require's a REG edit though to allow fake cert's https://github.com/secret-blox/secret-blox-sign - Rename any DLL to
amdxx64.dllornviapi64.dlland in boblox.py change theDLL_PATH&DLL_CALLBACK Python12.9must run env as Admin forOpenProcess
Dll must have an Hook Export Boblox Callback can be called anything
extern "C" __declspec(dllexport) LRESULT Boblox(int Code, WPARAM WParam, LPARAM LParam) {
return CallNextHookEx(nullptr, Code, WParam, LParam);
}