1 2 3 4 5 6 7 8 9 10 11 12
#include <windows.h> #include "typedef.h" int __stdcall DllMain( void* hinst, U32 reason, void* reserved ) { // coca cola yayo bought me this if( reason == DLL_PROCESS_ATTACH ) { // do a fucking EPIC here return 1; } }