Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

DLL Hacking !!

Newbie Spellweaver
Joined
Apr 1, 2017
Messages
47
Reaction score
1
Helo guys,

Anyone know's how to fix DLL hacking on Windows 7 if i replace dbghelp.dll and fmod.dll and after 4 to 5 time i close and open it will show again DLL Hacking :$: Can anyone help me out from this? Please.

Thank you.
 
Experienced Elementalist
Joined
Oct 14, 2015
Messages
293
Reaction score
86
And only disable.

main.cpp:
Code:
//#ifndef _DEBUG
//    BYTE SHA_fmod[20] = {0x88,0x8f,0x1f,0x7b,0x7e,0x3c,0x43,0x38,0x4f,0x4b,0x80,0xb5,0x77,0xfe,0x09,0x1a,0xc0,0x45,0x38,0x3c};
//    BYTE SHA_dbghelp[20] = {0x8d,0x12,0xc4,0x3a,0x84,0x12,0xc2,0x1,0x58,0xb4,0x46,0x70,0x9,0x5,0xcb,0xd4,0xfa,0xb1,0xe2,0x4b}; 
//    if(!CheckDll("fmod.dll", SHA_fmod) ||
//        !CheckDll("dbghelp.dll", SHA_dbghelp) )
//    {
//        MessageBox(g_hWnd,"Dll Hacking detected",  NULL, MB_OK);
//        return false;
//    }
//
//#endif


//#ifndef LOCALE_NHNUSA
//    if (ZCheckHackProcess() == true)
//    {
//        MessageBox(NULL,
//            ZMsg(MSG_HACKING_DETECTED), ZMsg( MSG_WARNING), MB_OK);
//        mlog(ZMsg(MSG_HACKING_DETECTED));
//        mlog("\n");
//        mlog("I'm hacker.\n" );
//        return 0;
//    }
//#endif

Your problem will be solved.
 
Upvote 0
Back
Top