Ask some coders around here. They'll help you. G-Force got some good coders, like *****. Topblast might know something, too. But I'm not sure.
I have found the problem...
I was using CodeBlocks, because I can't install VC++.
With code blocks you need to put this where DllMain is:
extern "C" __declspec(dllexport) BOOL APIENTRY DllMain
Where You Got MessageBox Your Supposed To Have : MessageBoxA(0, "Your Text", "Your Text", 0);
You Missed Out The A I Think Anyway Lol If Im Wrong Sorry I Tried To Help
@_corn_