Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 17:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Can't login to client patched with blowfish or w/e

Discussion on Can't login to client patched with blowfish or w/e within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 05/13/2012, 12:41   #16


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by 12tails View Post
no....
the OS is running perfectly....
no errors or anything like....
other applications work just fine....

EDIT: At least i've never heard something like it...
If your downloading multiple sources and clients, and your having a problem with all of them, then its natural to assume that its either your visual studio installation that has a problem, or your os. I make this deduction as every source comes with its own .dlls for the encryption which work for everyone else.
Korvacs is offline  
Old 05/13/2012, 12:43   #17
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 773
Received Thanks: 441
@Korvacs
I see...
I'll check what i can do...

@Zeroxelli
yeah i'm sure....
that happens on original coemu too... where i get the base codes just to test the login...
u.u i'm going to do a 4351.... no blowfish thing..... since i'm not willing to loss so many time on this ..... i'll try later to update this ****...

thanks anyway you all.... i'm open to sugestions .... private msg me if you're willing to help.... or just post here
12tails is offline  
Old 05/13/2012, 13:55   #18
 
Zeroxelli's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,142
So running a fresh source (i.e. not yours, but a source downloaded from ePvP) gives the same errors?
Zeroxelli is offline  
Old 05/13/2012, 14:10   #19

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 924
Quote:
Originally Posted by Zeroxelli View Post
So running a fresh source (i.e. not yours, but a source downloaded from ePvP) gives the same errors?
Quote:
Originally Posted by 12tails View Post
Code:
len: 2634161525 - _junk_len: 2275965716
But...... i want to know why... even using abetros or impulse or any source ... i'm getting the same error at the same line without changing ANYTHING....
i'm assuming that's a DLL problem.... but wich one o.O
He tried albetros and impulse's source so yes.
Kiyono is offline  
Old 05/13/2012, 15:38   #20
 
elite*gold: 0
Join Date: Mar 2012
Posts: 50
Received Thanks: 1
ummm try to build a new debug

then go to the debug folder and open it

with out debugging the source from c# itself

if no ?

then i would support you to change your windows

i would support SP 3 or windows 7


!!!!!!!edit

dam man just noticed you are using VS 2000

Lols

try installing 2010 and i would say it will work fine
Mr_Hitch is offline  
Old 05/13/2012, 16:50   #21
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 773
Received Thanks: 441
lol..... i have both and both of them give the same problem... lol
12tails is offline  
Old 05/13/2012, 17:46   #22
 
elite*gold: 0
Join Date: Mar 2012
Posts: 50
Received Thanks: 1
then change your system operation
Mr_Hitch is offline  
Old 05/13/2012, 18:20   #23


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Reinstall visual studio like i pointed out, it must be a problem with your VS installation, or a problem with your OS. So try reinstalling VS first....
Korvacs is offline  
Old 05/13/2012, 20:36   #24
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 773
Received Thanks: 441
thanks korvacs i'll....
if not them i'll reinstall the os as stated ....
Thanks :]
12tails is offline  
Old 05/13/2012, 22:26   #25


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,434
Received Thanks: 1,147
As all the implementation relay on ManagedOpenSSL, maybe, by using my independant implementation, it will work? If, it's a problem related to these DLLs.
CptSky is offline  
Old 05/13/2012, 23:08   #26
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
Quote:
Originally Posted by 12tails View Post
Code:
len: 2634161525 - _junk_len: 2275965716
But...... i want to know why... even using abetros or impulse or any source ... i'm getting the same error at the same line without changing ANYTHING....
i'm assuming that's a DLL problem.... but wich one o.O
Code:
try
                {
                    Key = new CryptoClient([COLOR="Red"]buffer[/COLOR]).PublicKey;
                }
                catch (Exception ex) { Console.WriteLine(ex.ToString()); }
                Console.WriteLine("Client replying to handshake.");
                m_encServer = m_cptServer.HandleClientKeyPacket(Key, m_encServer);
The buffer is it decrypted correctly? because if not you will most likely end up with such values...len: 2634161525 - _junk_len: 2275965716

I wold break point on:
Key = new CryptoClient(buffer).PublicKey;

And when it lands on that break point check the buffer values and see if its been decrypted correctly... idk use the calculator lol

if not and its net being decrypted then the problem is indeed related to one of those dlls ManagedOpenSSL | libeay32.dll

idk i think if it was the libeay32.dll the only problem wold be the version of that dll im not sure tho just guessing here
{ Angelius } is offline  
Old 05/14/2012, 01:16   #27
 
12tails's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 773
Received Thanks: 441
ic... thanks angellius will check that...
and yes the packet is being decrypted....
12tails is offline  
Reply


Similar Threads Similar Threads
[Release] blowFisher [get blowfish key of ANY client]
02/11/2024 - SRO PServer Guides & Releases - 77 Replies
So, here is a really simple, modified gfxfilemanager dll, which will print blowfish key which is passed to it's functions by silkroad launcher. Just copy this modified dll file (GFXFileManager.dll) into client folder from which you wanna get BF key, and launch silkroad.exe. Ver: 1.0, will be updated if needed. blowFishFek.rar Should work with all clients known so far (till release date) - no matter packed/not. Credits: Chernobyl
[Release] Patched Client
02/23/2015 - Shaiya Hacks, Bots, Cheats & Exploits - 6 Replies
Hi, hier mein kleiner patched Client(game.exe | Deutsch). Was ist patched? Direktes Starten(Doppelklick auf game.exe kein Updater benötigt zum starten) Multiclient Alle Buchstaben in Namen erlaubt Kein Freeze
Alter Client with Patched Exe
05/24/2011 - Last Chaos - 6 Replies
Guten Tag Da ich versuchen wollte den ersten Client von Lc Usa durch eine Patched Exe zu starten aber da der Patcher von Deluxe Dose net mehr kompatibel ist bekomme ich die Meldung ,This programme is already running' Hat jemand ne Idee will mir den alten Item Shop back holen :) (Sry für schreibfehlehr ist mit Iphone gschrieben) Ich denke einer der Älteste Patcher oder einer der Extra angefertigt wäre würde gehen.... Liebe Grüsse
Patched Client + Some Information.
08/01/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 5 Replies
Habe mal aus Spass ein bisschen Mit odbg rumgespielt und ein par interessante Sachen herausgefunden. Also erstmal sind die Dateien metin2client.bin und devil.dll mit upx gepackt. (UPX 0.89.6 - 1.02 / 1.05 - 2.90 -> Markus & Laszlo) (PEID) Die Unpacked Versionen findet ihr im Anhang. Um zu verhindern das der Client diese gleich wieder aufs Orginal zurück patcht müssen wir den Client selbst etwas modifizieren.



All times are GMT +2. The time now is 17:09.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.