Register for your free account! | Forgot your password?

You last visited: Today at 09:33

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

Advertisement



Formal Release

Discussion on Formal Release within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 12/04/2010, 22:11   #91
 
elite*gold: 0
Join Date: Sep 2008
Posts: 178
Received Thanks: 62
If someone want it, here is the Hybridefender.dll that was used for Project Manifest in 5135 version.
Attached Files
File Type: rar HybridDefender.rar (117.9 KB, 94 views)
.Kob is offline  
Old 12/05/2010, 14:33   #92
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
Is the cryptography incorrect?

Code:
static unsafe void Auth_ClientReceive(NetworkClient nClient, byte[] Received)
        {
            AuthClient Client = nClient.Owner as AuthClient;
            Client.Crypto.Decrypt(Received, Received, Received.Length);

            fixed (byte* pReceived = Received)
            {
                ushort Type = *((ushort*)(pReceived + 2));
                switch (Type)
                  {}
When it comes to Client.Crypto.Decrypt, Received is 276 (which it should be, same goes for length).
When it first sets pReceived, it is '0x014c9108', and Type becomes '45847', when it should be 1086.

Any ideas?
_Emme_ is offline  
Old 12/05/2010, 17:15   #93
 
ImFlamedCOD's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 378
Received Thanks: 141
Everything is fine with the source eme.

Just download Visual Stuido 2008; The source was built under 2008 and since we don't have the sources , or your just lazy to port out the issues, download visual studio 2008 off the internet and build under 2008 conditions.

Other than that , if anyone needs help with the spell issue , use a skill and you dc right away. I got the fix for that.
ImFlamedCOD is offline  
Old 12/05/2010, 17:59   #94
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
Quote:
Originally Posted by ImFlamedCOD View Post
Everything is fine with the source eme.

Just download Visual Stuido 2008; The source was built under 2008 and since we don't have the sources , or your just lazy to port out the issues, download visual studio 2008 off the internet and build under 2008 conditions.

Other than that , if anyone needs help with the spell issue , use a skill and you dc right away. I got the fix for that.
You don't seem to understand the problem. The source builds fine and runs fine, no problems when it comes to that. But whenever a client logs in (or tries, lol), it never reach the 1086 hence the Receive is wrong, which I think comes down to the Crypto.Decrypt.

Anyone else got any suggestions?
_Emme_ is offline  
Thanks
1 User
Old 12/05/2010, 18:28   #95

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 925
Quote:
Originally Posted by ImFlamedCOD View Post
Everything is fine with the source eme.

Just download Visual Stuido 2008; The source was built under 2008 and since we don't have the sources , or your just lazy to port out the issues, download visual studio 2008 off the internet and build under 2008 conditions.

Other than that , if anyone needs help with the spell issue , use a skill and you dc right away. I got the fix for that.
I haven't encountered that, is there anything else that you need to do to trigger it? Beause my spells work just fine, the ones that are coded that is, not coded ones obviously don't work.
Kiyono is offline  
Thanks
1 User
Old 12/05/2010, 19:08   #96
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by Kiyono View Post
I haven't encountered that, is there anything else that you need to do to trigger it? Beause my spells work just fine, the ones that are coded that is, not coded ones obviously don't work.
He's using an untouched client, that starts without hybrid's defender...which means the auth crypto is wrong. (in client file in auth project, the good auth crypto is '//', replace it and it's fine)
-impulse- is offline  
Old 12/05/2010, 20:09   #97
 
ImFlamedCOD's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 378
Received Thanks: 141
Yea if you don't inject hybrid defender the spells will not work. He changed the spell crypto as well as the auth crypto in the defender.
ImFlamedCOD is offline  
Thanks
1 User
Old 12/05/2010, 20:12   #98
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by ImFlamedCOD View Post
Yea if you don't inject hybrid defender the spells will not work. He changed the spell crypto as well as the auth crypto in the defender.
and so, I changed both ^^
-impulse- is offline  
Old 12/05/2010, 20:38   #99
 
InfamousNoone's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,885
I already said if you're using a regular client, you'd need to change the auth encryption.
InfamousNoone is offline  
Old 12/05/2010, 20:51   #100
 
elite*gold: 0
Join Date: Nov 2010
Posts: 32
Received Thanks: 5
Quote:
Originally Posted by InfamousNoone View Post
I already said if you're using a regular client, you'd need to change the auth encryption.
Can you just upload the correct client?
WH-Man is offline  
Old 12/05/2010, 20:56   #101
 
InfamousNoone's Avatar
 
elite*gold: 20
Join Date: Jan 2008
Posts: 2,012
Received Thanks: 2,885
Hmmmm... Let me think.... No.
InfamousNoone is offline  
Old 12/05/2010, 20:59   #102
 
elite*gold: 0
Join Date: Nov 2010
Posts: 32
Received Thanks: 5
Quote:
Originally Posted by InfamousNoone View Post
Hmmmm... Let me think.... No.
cool story.
WH-Man is offline  
Old 12/05/2010, 21:27   #103
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by WH-Man View Post
Can you just upload the correct client?
Look some pages back
There is a link to the patch.
Syst3m_W1z4rd is offline  
Old 12/05/2010, 21:35   #104
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by InfamousNoone View Post
I already said if you're using a regular client, you'd need to change the auth encryption.
Beside the auth encryption, you need to change the spell encryption too.
-impulse- is offline  
Old 12/05/2010, 21:54   #105
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
Quote:
Originally Posted by -impulse- View Post
He's using an untouched client, that starts without hybrid's defender...which means the auth crypto is wrong. (in client file in auth project, the good auth crypto is '//', replace it and it's fine)
Sorry, should of mentioned that I'm actually injecting the HybridDefender into the client, lol. At first, I injected the HybridDefender that Kiyono used, which resulted in the injection failed and client closed. Then I tried with the one that's recently posted, on this page actually, whereas the injection was successful, but encountred this problem.
_Emme_ is offline  
Reply


Similar Threads Similar Threads
[Formal subject]tell us about ur problem then u will get the answer
08/18/2009 - CO2 Private Server - 11 Replies
tell us about ur problem then u will get the answer just for binary any patch u like :cool: for moderators : Dont close this therad its helpful alot of pplz here
WTS Lv92 AK With 375m Worth of Items and Formal Costume (Abbadon)
02/27/2009 - Trading - 3 Replies
Up for Trade is a Lv92 AK Axe Hybrid named RurouniKenshin on abbadon Server in 2moons. Knights Formal Suite Costume = $11.40 Real Money Quesa Helm +4 4x25 Meds = 8-10m Quesa Armor +5 4x25 Meds = 20m T3 Gloves +4 = 30m T3 Pants +4 = 30m T3 Boots +5 =45m +4 85 Axe 3x56 Rhombs = 10m +4 87 Shield 3x25 Meds = 6m



All times are GMT +1. The time now is 09:34.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.