I managed to enable the UM Button..
But i think they check it serversided again, 'cause u'll lose connection after pressing 'OK' :(
Maybe I'm wrong and only forgot to edit something? o:
In that case I hope the exe may help (it's the german one) to finish it o:
Using Ollydbg simply right-click in the code -> Search For -> All Commands -> LEA EDI,DWORD PTR DS:[ESI+675C] .. that's where the game decides to enabled or disable the button (:
//Edit:
Forgot to say, what I've changed o:
CMP BYTE PTR DS:[21E2703],3 -> CMP BYTE PTR DS:[21E2703],2
so it takes the next jump and doesn't do the call where it disables the button (:
But i think they check it serversided again, 'cause u'll lose connection after pressing 'OK' :(
Maybe I'm wrong and only forgot to edit something? o:
In that case I hope the exe may help (it's the german one) to finish it o:
Using Ollydbg simply right-click in the code -> Search For -> All Commands -> LEA EDI,DWORD PTR DS:[ESI+675C] .. that's where the game decides to enabled or disable the button (:
//Edit:
Forgot to say, what I've changed o:
CMP BYTE PTR DS:[21E2703],3 -> CMP BYTE PTR DS:[21E2703],2
so it takes the next jump and doesn't do the call where it disables the button (: