I think i found all that i need with some search and google, please give me conformation if i am correct and thank you for this valuable info. So i make a .DLL file with the code from below with this guide http://forum.ragezone.com/f302/use-c-make-dll-875550/ after that i hook this .DLL file to the main using this guide http://forum.ragezone.com/f196/hooki...-quick-762082/ and this should probably do 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)