carniato Posted September 11 Share Posted September 11 Hello, I have an online private server that I use to learn more about IT and C#. At the moment, my few players are asking me to allow them to open more than two clients. However, I couldn’t find anything in my research. Can anyone help me? Note: My conquer.exe is encrypted with Themida. Note 2: Everything I’m saying here is just speculation. I am still very new and learning. Quote Link to comment Share on other sites More sharing options...
Konichu Posted September 12 Share Posted September 12 (edited) Its your Conquer.exe or its somebody else file? Because if its yours, just do the job in the unencrypted file and then encrypt it back. This is for 5035, but it probably still the same for many patches after. Quote 1. Open Conquer in OllyDBG. (File -> Open -> Browser for Conquer.exe) and let it process the exe 2. Right click on the CPU window -> Search for -> All referenced text strings 3. Scroll up in the list. 4. Right click -> Search for text and type in search box "TQ_CONQUER" 5. Double click the line that says "TQ_CONQUER" 6. Notice the line I have highlighted that says "PUSH 2". This line determines how many clients you can open. 7. You can change the value in it for anything between 0 and 7F (Hexa) 8. Ok, now we have changed the value to 7F! How to save ? 9. Right click CPU window -> Copy to executable -> All modifications -> Copy All 10. Now a new window openened -> Right click on it -> Save file -> Browser for location (don't save it on same folder as the original first) 11. Now you need to close OllyDBG and copy the Conquer.exe to Conquer folder! Credits to `tanelipe` in another board. Edited September 12 by Konichu Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.