Hello guys, i am trying to create .dll file with this content below, but it seems i am out of my league. I tried to find some guides and i come across to some guides about Microsoft Visual Studio 2010 Ultimate but i am still hitting brick wall, because the guide is about something else... I need this dll so that i can hook it later to my main.exe in order to prevent the login bug with the Dark Lord stats transferring to BK character. If there is some guide how to make dll file with adding this content below i would realy appreciate it.
Code:int *MAIN_STATE = (int*)OFFSET; if (*MAIN_STATE == X) (X=Number of char screen main state) < code for disabling enter > (Enter in vc++ = VK_RETURN)




