Quote:
Originally Posted by .SnoX
Check the salt of the Neuz and then you should change it in the flyff.exe too..
|
I know where to change in neuz but where in flyff.exe ? I have the source of the autopatch and i cant find anything about the salt(patom) there.
Edit: Look like the CreateProcess from runclient() is not working. The creatprocess is returning true but the neuz.exe is not executed. So i dont what else to do.
if( CreateProcess( NULL, szBuffer, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi ) ) ---->> this return true but not neuz.exe is created
{
if( AfxGetMainWnd() )
AfxGetMainWnd()->PostMessage( WM_CLOSE );
}
edit2 : the problem was the sunkist. szBuffer =neuz.exe sunkist , this comand is not working ( i tested using a .bat ) i used only neuz.exe and it worked.
before = int nCount = _snprintf( szBuffer, 2047, "neuz.exe %s", "sunkist" );
after = int nCount = _snprintf( szBuffer, 2047, "neuz.exe %s", "" );