[HELP]Removing VIP button from Conquer.exe

08/18/2010 00:51 WarpGeorge#1
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
Code:
 Address=0046CEAB
 Disassembly=PUSH Conquer.005800B4
 Text string=ASCII "D:\CQ2ClientCn-15.3.7-1018\MyShell\DlgVipQuery.cpp"
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.

Code:
 Address=0046AF95
 Disassembly=PUSH Conquer.0057FF24
 Text string=ASCII "VIP_VIPBtn"
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...
08/18/2010 09:24 Magicer#2
Just press the Hide button on the left side of the shopping mall
08/18/2010 12:41 WarpGeorge#3
Magicer go away you're not helping me here with your ... answer.
08/18/2010 13:08 Fish*#4
what about when u delete it?
08/18/2010 16:48 WarpGeorge#5
After i delete the client side files the button it`s still there, invisible but still there and you can work with the vip system even after the files were deleted because obiviously it`s client side...i need to do it server side or clientside but from the conquer.exe and that`s what i intend to do
08/18/2010 20:41 Nullable#6
Don't NOP the PUSH instruction alone nop the whole thing (PUSHes + CALL)
08/18/2010 22:19 WarpGeorge#7
Thanks nullable, i`ll try that now and tell the result on a later edit
Later edit:
Nullable, thank you pal, worked but just only with the vip icon but it's a success. i'll do it now for the window and until i get it fully removed. Again, thank you.
After i fully manage to remove it i'll release it here.
08/20/2010 08:38 Lateralus#8
You just want to remove the VIP icon from the menu? Or what?
11/17/2016 12:24 mejo33#9
i know thats old post but i update, how to remove some icon from client? like a "bulettin" "pathfinding"
11/17/2016 12:37 Super Aids#10
Quote:
Originally Posted by mejo33 View Post
i know thats old post but i update, how to remove some icon from client? like a "bulettin" "pathfinding"
[Only registered and activated users can see links. Click Here To Register...] Were used to work. I don't know if it still does.
11/17/2016 13:07 mejo33#11
Quote:
Originally Posted by Super Aids View Post
[Only registered and activated users can see links. Click Here To Register...] Were used to work. I don't know if it still does.
Thanks i try :)
12/10/2016 17:26 Trotsky05#12
I would like to see some 130 level weapons edits if you have some time. Great work btw
12/10/2016 20:07 Arby#13
#closed