how to fix so no site pops up when exitin co

01/04/2009 18:51 westernnoob#1
lol i firgured out the music when u start co now i want to get rid of the gay site when u exit co plz help >_< im stupid with this stuff xD
01/08/2009 02:04 _fobos_#2
Quote:
Originally Posted by westernnoob View Post
lol i firgured out the music when u start co now i want to get rid of the gay site when u exit co plz help >_< im stupid with this stuff xD
Alright well, Do you want a how to? read the Ollydbg guide in this section it show how to do it, but anyway I'll tell u how to do it, and I'll give u the addresses too.
First the how to, alright..

Open up Olly and load Conquer.exe right click -> hover over Search for -> click All referenced text strings.
A new window pops up, now scroll up and select the first line and right click -> press Search for text and enter co.91 and double click it you'll see this:
Code:
00495491              68 38935C00          PUSH Conquer.005C9338                               ; ASCII "http://co.91.com/signout/"
now the line under it jumps to some code that opens ur internet explorer,
So when u take that jump you'll end here:
Code:
00495571              68 F4925C00          PUSH Conquer.005C92F4                               ; ASCII "http://conquista.91.com/signout/"
00495576              53                   PUSH EBX
00495577              FF76 20              PUSH DWORD PTR DS:[ESI+20]
0049557A              FF15 30875700        CALL DWORD PTR DS:[<&SHELL32.ShellExecuteA>]        ; SHELL32.ShellExecuteA
00495580              EB 02                JMP SHORT Conquer.00495584
Now just adjust that jump to jump to that last line in my code block.
when you did that go back to searchin for another co.91 string and do the same.

Now ill give u the exact 2 lines that needs to be changed and into what:

Code:
00495496             /E9 E5000000          JMP Conquer.00495580

004959E4             /E9 E5000000          JMP Conquer.00495ACE
That should do. :) any questions????
01/08/2009 02:16 BoboDundo#3
How do you disable the music?

Quote:
Originally Posted by westernnoob View Post
lol i firgured out the music when u start co now i want to get rid of the gay site when u exit co plz help >_< im stupid with this stuff xD
01/08/2009 02:25 high6#4
I think the music is built into the flash file. Just delete the music files.
02/14/2009 04:50 legend0091#5
Quote:
Originally Posted by BoboDundo View Post
How do you disable the music?
x:\games\Conquer 2.0\ini\flashLogin.ini

I changed following are in it:

[bgMusic]
path=music.mp3
loopTime=0
volume=00

[sound]
volume=020


Original was:

[bgMusic]
path=music.mp3
loopTime=0
volume=40

[sound]
volume=100
02/15/2009 16:19 2f2fman08#6
Quote:
Originally Posted by legend0091 View Post
x:\games\Conquer 2.0\ini\flashLogin.ini

I changed following are in it:

[bgMusic]
path=music.mp3
loopTime=0
volume=00

[sound]
volume=020


Original was:

[bgMusic]
path=music.mp3
loopTime=0
volume=40

[sound]
volume=100
is that only for the begining? or the whole thing?
02/20/2009 04:19 legend0091#7
Quote:
Originally Posted by 2f2fman08 View Post
is that only for the begining? or the whole thing?
I just quoted the appropriate part of the file...

I'll repost the full text version of what I currently have.


[logo]
xPos=776
yPos=2

[loginFlash]
xPos=0
yPos=0

[topDragon]
xPos=267
yPos=26

[bottomDragon]
xPos=426
yPos=620

[rsDragon]
xPos=183
yPos=73

[poetry]
xPos=900
yPos=230

[bgMusic]
path=music.mp3
loopTime=0
volume=00

[sound]
volume=020



[dialogBox]
show=error.mp3
hide=error.mp3
rollOver_OK=Button_2.mp3
click_OK=Button_1.mp3
rollOver_Cancel=Button_2.mp3
click_cancel=Button_2.mp3


[serverSelection]
show=Dragon.mp3
rollOver_region=Glide.mp3
click_region=
rollOver_server=Glide.mp3
click_server=click_2.mp3
dragonMov=Dragon.mp3
rollOver_leftPage=Button_2.mp3
click_leftPage=page.mp3
rollOver_rightPage=Button_2.mp3
click_rightPage=page.mp3


[accountPanel]
rollOver_popBtn=Button_2.mp3
click_popBtn=Button_1.mp3
popAccount=Button_1.mp3
rollOver_clsBtn=Button_2.mp3
click_clsBtn=Button_1.mp3
rollOver_saveBtn=Button_2.mp3
click_saveBtn=Button_1.mp3
rollOver_account=Button_2.mp3
rollOver_password=Button_2.mp3

rollOver_enterBtn=Button_2.mp3
click_enterBtn=Confirm.mp3
rollOver_exitBtn=Button_2.mp3
click_exitBtn=Button_1.mp3
rollOver_registerBtn=Button_2.mp3
click_registerBtn=Button_1.mp3
rollOver_chargeBtn=Button_2.mp3
click_chargeBtn=Button_1.mp3
rollOver_helpBtn=Button_2.mp3
click_helpBtn=Button_1.mp3
keyboardDown_0=key_1.mp3
keyboardDown_1=key_2.mp3
keyboardDown_2=key_3.mp3

[tip]
saveAccount=Save Account
clearAccount=Clear Account
popAccountList=Accounts List
enterGame=Enter
exitGame=Exit
register=Register
paid=Purchase Conquer Points
help=Help
leftPage=Previous
rightPage=Next
capsLock=Caps Lock

[URL]
URL_charge=us.91.com/tq/tqcard.htm
URL_help=co.91.com



and, to give credit where it's due: http://www.elitepvpers.com/forum/co2-exploits-hacks-tools/171024-multiclient-no-pop-up-scanner-login-without-sound.html