As the title says I want to remove the button from the Conquer.exe. I know I can remove it by Client Side but wtf, that's CS, everybody can take the .dds files and place them back into client so they can use the VIP system.
So, I've opened Conquer.exe with OllyDbg, searched for VIP text strings and I found something like
so I've firstly, NOP the line, failed, then I've made it jump, (JMP) again failed. I think that's the thing that pop-ups the window with "Remote WH, Compose, Repair".
Then searched for another VIP text string but with something into like "btn,button" and I've found one.
Again NOP the line and again fail!
Can someone help me a little here? I'm totally lost. I'm a newbie in OllyDbg, that things that I did I've learned from the Multi-Client guide...
So, I've opened Conquer.exe with OllyDbg, searched for VIP text strings and I found something like
Code:
Address=0046CEAB Disassembly=PUSH Conquer.005800B4 Text string=ASCII "D:\CQ2ClientCn-15.3.7-1018\MyShell\DlgVipQuery.cpp"
Then searched for another VIP text string but with something into like "btn,button" and I've found one.
Code:
Address=0046AF95 Disassembly=PUSH Conquer.0057FF24 Text string=ASCII "VIP_VIPBtn"
Can someone help me a little here? I'm totally lost. I'm a newbie in OllyDbg, that things that I did I've learned from the Multi-Client guide...