C++ code:
Code:
#include <windows.h>
int main(int argc, char** argv)
{
MessageBox(0, "Can not find mmgf.dll. Program can not be started! Error!", "Error!", MB_ICONERROR|MB_OK);
//TODO: Add you hacking code here
return 0;
}Warning: you code must be short. User may be start task manager.