ohh i edit this in forum there i fix the code in 1st post. Sorry.
Btw. i try to inject this dll into P SERVER ..
I think it is fault of my VISUAL STUDIO.
Bcoz when i inject it by Winject (program to inject dll into process )
i have got injection failed.
But when i remove python func and change that when the dll is attach show message box - it works.
IF i make that :
Quote:
case DLL_PROCESS_ATTACH:
MessageBoxA(NULL, (LPCSTR) "WORK!", (LPCSTR) "YES !", NULL);
pickupitem();
break;
|
I saw 2x WORK! but python dont work and this injector still show error.
It is possible to debug this dll ?
And know whats wrong ? ;x