Editing Bfkey?

05/02/2012 05:38 U2_Caparzo#1
as the title says, what is the correct way to edit it?, i have searched a lot here, but i just find how to get it with notepad++ (Fang posted that as answer).

i hope someone can tell me how to edit it, i would really appreciate it.

Thanks in advance.
05/02/2012 05:40 _DreadNought_#2
Break out the OlyDbg!
05/02/2012 07:15 U2_Caparzo#3
Quote:
Originally Posted by _DreadNought_ View Post
Break out the OlyDbg!
got it :p thanks (for show me that i won't get the exact answer, so i saw some videos ^^), i think there was a "easiest" way, but now i see that it is really easy lol,
05/02/2012 07:26 I don't have a username#4
1. Open Conquer.exe in notepad
2. Search "TQServer"
3. The BFKey is right beside it
4. Edit it and save
5. Done

No need to open it in Olly.
05/02/2012 07:38 U2_Caparzo#5
Quote:
Originally Posted by I don't have a username View Post
1. Open Conquer.exe in notepad
2. Search "TQServer"
3. The BFKey is right beside it
4. Edit it and save
5. Done

No need to open it in Olly.
that don't works, i tried b4 lol
05/02/2012 08:47 I don't have a username#6
Quote:
Originally Posted by U2_Caparzo View Post
that don't works, i tried b4 lol
It works perfect unless the client is edited.
05/02/2012 12:55 _DreadNought_#7
lolwut? You cant do that conversion I don't have a username..

Conquer->.txt you can do
.txt ->.exe you cannot do.

I've tryed changing the blowfish key ^ that method so many times, failed every time, even nullable said you cant :p

OlyDbg is easier imo too.
05/02/2012 13:38 funhacker#8
Quote:
Originally Posted by _DreadNought_ View Post
lolwut? You cant do that conversion I don't have a username..

Conquer->.txt you can do
.txt ->.exe you cannot do.

I've tryed changing the blowfish key ^ that method so many times, failed every time, even nullable said you cant :p

OlyDbg is easier imo too.
If you don't change the size of the byte block you edit it would work no problem. Assuming your input is correct.
05/02/2012 14:01 Kiyono#9
So wouldn't a hex editor work for this?
05/02/2012 15:21 _DreadNought_#10
Quote:
Originally Posted by funhacker View Post
If you don't change the size of the byte block you edit it would work no problem. Assuming your input is correct.
:p

as for hex editor I think the same rule applies, not sure though.
05/02/2012 16:34 I don't have a username#11
You can do it in notepad++, because I've always done that. It doesn't matter when you're only changing the ascii. It could be an encoding problem, but certainly not a problem with editing the bfkey.

Quote:
Originally Posted by Kiyono View Post
So wouldn't a hex editor work for this?
A hex editor will do the exact same, but it's just replacing the bytes instead the ascii string. Will make no difference, it's either Dread and OP doing it wrong or something really weird is going on, because editing the ascii string will make no difference no matter which you do it as long you aren't changing any other bytes than you're supposed to.
05/02/2012 19:00 Korvacs#12
The new string just needs to be the same length as the old one and it will work just fine.