Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 07:25

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

Advertisement



Loads decrypted server.dat tutorials

Discussion on Loads decrypted server.dat tutorials within the CO2 Programming forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2006
Posts: 8
Received Thanks: 5
Loads decrypted server.dat tutorials

[Always start with this]
1. Close all Conquer windows
2. Start "OllyDBG" press File -> Open
3. Open Conquer.exe
4. Let it load
5. Press the E icon in linen

6. Double-click on the name of "Conquer"

7. Right click on the CPU - Window -> Analysis -> Analysis code

[/Always start with this]


[To save when finished]
1. Right click on the CPU - Window -> Copy to executable -> All modifcations

2. Click on "Copy all"

3. Right click on the File - Window -> Save file and save the file

[/To save when finished]



[Loads decrypted server.dat tutorials]
1. Right click on the CPU - Window -> Ultra String Reference -> Find ASCII

2. Right click in Ultra String Reference -> Find

3. Paste ".dat" and press Find, until you find the
4. Go 1 up and double-click on the selected

5. Scholl down to you find "memcry"(red)

6. Select from the top of section and down to "mov esi, eax"

7. Right click on the CPU - Window -> Binary -> Fill with NOPs

8. Double click on "mov esi, eax" and edit it to "mov esi, ebx"

9. Select "add esp, 14" and right click on the CPU - Window -> Binary -> Fill with NOPs
10. Double click on Select "push dword ptr [ebp-10]" and edit it to "push dword ptr [ebp+8]"

11. Right click on the CPU - Window -> Ultra String Reference -> Find ASCII
12. Right click in Ultra String Reference -> Find
13. Paste ".dat" and press Find, until you find the
14. Go 1 down and double click on the selected (error in decrypt file:% s \ n)

15. Scholl down to you get to "memset"(red)
16. Select from the top of section and down to "mov dword ptr [ebp-2C], eax"

17. Right click on the selected CPU - Window -> Binary -> Fill with NOPs
18. Select from "push dword ptr [ebp+8]" to "lea ecx, dword ptr [ebp-98]"

19. Right click on the selected CPU - Window -> Binary -> Fill with NOPs
20. Find "error in parsing file in% s:% s \ n" and go 6 and up, select it and the underneath

21. Right click on the CPU - Window -> Binary -> Fill with NOPs
[/Loads decrypted server.dat tutorials]

Thx to high6
ssjdennis is offline  
Thanks
4 Users
Old 12/14/2008, 04:47   #2
 
elite*gold: 0
Join Date: Sep 2008
Posts: 490
Received Thanks: 595
I would attempt but this is spoon feeding to the point its chaotic,
But then again thats just my opinion
_fobos_ is offline  
Old 12/14/2008, 05:04   #3
 
EliteBaron's Avatar
 
elite*gold: 0
Join Date: Feb 2006
Posts: 305
Received Thanks: 76
*burp*
EliteBaron is offline  
Old 12/14/2008, 21:21   #4
 
elite*gold: 0
Join Date: Jun 2006
Posts: 965
Received Thanks: 576
No mention of me? Those are the exact edits I made...
high6 is offline  
Old 12/15/2008, 13:42   #5
 
elite*gold: 0
Join Date: Dec 2006
Posts: 34
Received Thanks: 17
Excellent contribution

But I need something more, if you could tell me how to do so that no password is encrypted when sent to the served, and the password is sent in the same way that the user name uncoded or anything, and could read it on the server Without problems

Not if they can or not

Thanks for your input
************************************************
Excelente aporte

Pero yo necesito algo mas, si pudieras indicarme como hacer para que la contraseña no se encripte cuando se envié al servidos, y que la contraseña se envié de la misma forma que el nombre de usuario sin codificar ni nada, así en el servidor podría leerlo, sin problemas

No se si se podrá o no

Gracias por tu aporte
jingt is offline  
Old 12/15/2008, 16:51   #6
 
elite*gold: 0
Join Date: Sep 2008
Posts: 490
Received Thanks: 595
What i dont get is why the useless saving?
Im referring to the parts:
[Always start with this]
and:
[To save when finished]

Thats just lame and useless.
But besides of what i think of the guide it self (not much positive, but im not flaming )
The fact is i compared it to high6 his exe, and this is just an exact copy..
Wonder if u know what your doing and why your doing it, because to compare 2 exe's and looking for the difference writing them down in a so called guide is def. not yours to do.

So let me ask you this, who are you to give out someone else's hacks and writing a "tutorial" about it, go back to leaching.\
Btw, im not flaming just telling you how it is.

(high6 next time pack the exe XD)
_fobos_ is offline  
Old 12/15/2008, 20:00   #7
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
Quote:
Originally Posted by _fobos_ View Post
What i dont get is why the useless saving?
Im referring to the parts:
[Always start with this]
and:
[To save when finished]

Thats just lame and useless.
What's wrong with telling people how to save to the exe?
MushyPeas is offline  
Old 12/15/2008, 21:40   #8
 
elite*gold: 0
Join Date: Sep 2008
Posts: 490
Received Thanks: 595
Quote:
Originally Posted by MushyPeas View Post
What's wrong with telling people how to save to the exe?
Nothing if you actually make changes, saving after analyzing?
I dont really see the use in that must be just me o.O

unless he posted it in wrong order, it doesnt make much sense to me and is chaotic.
Anyway thats just my opinion doesnt matter much, and i dont mean it bad, and not implying i write better guides but feedback stays feedback
_fobos_ is offline  
Old 12/16/2008, 02:01   #9
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
Quote:
Originally Posted by _fobos_ View Post
Nothing if you actually make changes, saving after analyzing?
I dont really see the use in that must be just me o.O

unless he posted it in wrong order, it doesnt make much sense to me and is chaotic.
Anyway thats just my opinion doesnt matter much, and i dont mean it bad, and not implying i write better guides but feedback stays feedback
lol well I think he wrote it in modules, the "opening module" (open olly n click analyze code etc) and the "closing module" (save changes to the exe n close olly / done) which people would have to apply around his tutorial(s).

But yea, it might have been easier to just be able to read it as you go.
MushyPeas is offline  
Old 03/19/2009, 02:42   #10
 
DirectxDamege's Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 56
Received Thanks: 26
Sry I might sound noob .. but wen i follow that ... I dont find "Ultra String Reference" in my list ... any1 have any idea wat I should do?

Thanks
DirectxDamege is offline  
Reply


Similar Threads Similar Threads
Decrypted server.dat patch.
02/02/2010 - CO2 Exploits, Hacks & Tools - 32 Replies
This is a patch for conquer.exe that loads a decrypted server.dat. It might have a few problems, made this quickly (shouldn't though). Download Conquer 2.0 (5089+).rar Conquer 2.0 (5080+).rar Conquer 2.0 (5079).rar Features
[Request] 5101 decrypted Server.dat and .EXE
09/10/2009 - CO2 Private Server - 1 Replies
Yeah, I know a few of you had 5101 servers. If you don't mind just share your (conquer).exe and server.dat.



All times are GMT +2. The time now is 07:25.


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.