Register for your free account! | Forgot your password?

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

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

Advertisement



someone can hand us with a 5199 cracked conquer.exe

Discussion on someone can hand us with a 5199 cracked conquer.exe within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
C╪ĐгŘ||Mуйh═ёє's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 248
Received Thanks: 36
someone can hand us with a 5199 cracked conquer.exe

well as more peoples know

a 5199 conquer.exe not reading a uncrypted server.dat

so looking for someone who can help me to get a loader that reading a uncrypted server.dat so i can rename the server to what ever i want inside game


i hope i can get a help here

best regards,
C╪ĐгŘ||Mуйh═ёє is offline  
Old 10/28/2010, 00:34   #2
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
Use the search button It's released.

oh and btw:
Don't you dare say you have.
_DreadNought_ is offline  
Thanks
1 User
Old 10/28/2010, 00:53   #3
 
C╪ĐгŘ||Mуйh═ёє's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 248
Received Thanks: 36
no the one which released was a 5180 one not 5199 xD
C╪ĐгŘ||Mуйh═ёє is offline  
Old 10/28/2010, 01:06   #4
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
iirc there was a 5200 one released.
Arcо is offline  
Old 10/28/2010, 01:18   #5
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
Just use ConquerLoader. There's nothing wrong with it and it works on all patches.
Attached Files
File Type: rar ConquerLoader.rar (984 Bytes, 12 views)
FuriousFang is offline  
Old 10/28/2010, 01:22   #6
 
C╪ĐгŘ||Mуйh═ёє's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 248
Received Thanks: 36
Ummm it wont let me connect cause the packets which updated and done are 5199 one but i will try to convert it to a 5200 loader thanks for helping
C╪ĐгŘ||Mуйh═ёє is offline  
Old 10/28/2010, 03:35   #7
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
No offense but you don't know what you're talking about... null's loader never touches packets.

It works on any client version you want via hooking the connect function in the client and redirecting it to w/e ip you want.
pro4never is offline  
Old 10/28/2010, 03:56   #8
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
lol chris i was thinking the same exact thing
hunterman01 is offline  
Old 10/28/2010, 04:01   #9
 
C╪ĐгŘ||Mуйh═ёє's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 248
Received Thanks: 36
yes i found that srry but still searching for a loader can work with an uncrypted server.dat

so i can be able to change server name
C╪ĐгŘ||Mуйh═ёє is offline  
Old 10/28/2010, 05:28   #10
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
Code it yourself then. There's a guide on editing conquer.exe in the main conquer discussion forum for hacking and botting purposes.

... and why 5199? There's nothing special about that patch at all ..
FuriousFang is offline  
Old 10/28/2010, 06:33   #11
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
Quote:
Originally Posted by pro4never View Post
No offense but you don't know what you're talking about... null's loader never touches packets.

It works on any client version you want via hooking the connect function in the client and redirecting it to w/e ip you want.
No offense but ehh..
Code:
; ---------------ConquerLoader v1---------------
;|                                              |
;|Author: Nullable                              |
;|                                              |
; ----------------------------------------------

.486
.model flat, stdcall
option casemap: none
include \masm32\include\windows.inc
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

include \masm32\include\kernel32.inc
include \masm32\include\user32.inc
include \masm32\include\ws2_32.inc
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\user32.lib
includelib \masm32\lib\ws2_32.lib
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

.data
szBufferRead db 30 DUP(00)
ipaddr db ?
servdat db "ConquerS.dat", 0
inet db "inet_addr", 0
bn1 db " blacknull", 0
conqname db "Conquer.exe", 0
wsaname db "WS2_32.dll", 0
wsacode db 0B8h, 00h, 00h, 00h, 00h, 0C2h, 04h, 00h, 90h, 90h

;MOV EAX, 00000000h
;RETN 4 // __stdcall convention, clear the stack. 4 because inet_addr takes 1 argument (4 bytes)

txtfail db "Error occured", 0
txtfailconq db "Failed to load Conquer", 0
txtfailinj db "Failed to inject code", 0
txtfailopn db "Failed to open ConquerS.dat", 0
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

hInstance dd ?
starti STARTUPINFO <?>
pi PROCESS_INFORMATION <?>
ws WSADATA <?>
serverdat HANDLE ?
procaddr dd ?
rlprocaddr dd ?
ip dd ?
Bytes dd 0
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл


.code
start:
    invoke GetModuleHandle, 0
    mov hInstance, eax
    
    invoke WSAStartup, 0101h, addr ws 
    invoke CreateProcess, addr conqname, addr bn1, 0, 0, 0, CREATE_DEFAULT_ERROR_MODE, 0, 0, addr starti, addr pi
    cmp eax, 0
    je @_1
    
    invoke GetModuleHandle, addr wsaname
    mov procaddr, eax

    invoke CreateFile, addr servdat, GENERIC_READ, FILE_SHARE_READ, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0
    mov serverdat, eax
    
    cmp serverdat, INVALID_HANDLE_VALUE
    je @_3

    invoke ReadFile, serverdat, addr szBufferRead, 25, addr Bytes, 0
    
    cmp eax, 0
    je @_3

    invoke inet_addr, addr szBufferRead
    mov ip, eax

    mov eax, OFFSET wsacode

    mov edi, ip
    mov DWORD PTR [eax+1], edi
    
    invoke GetProcAddress, procaddr, addr inet
    mov rlprocaddr, eax
    
    invoke WaitForInputIdle, pi.hProcess, INFINITE
    invoke WriteProcessMemory, pi.hProcess, rlprocaddr, addr wsacode, sizeof wsacode, 0 ;Write new ip to inet_addr using WriteProcessMemory

    cmp eax, 0
    je @_2
    
@e:
    invoke WSACleanup
    invoke CloseHandle, serverdat
    invoke ExitProcess, 0
    
@_1:
    invoke MessageBox, 0, addr txtfailconq, addr txtfail, MB_OK
    jmp @e
    
@_2:
    invoke MessageBox, 0, addr txtfailinj, addr txtfail, MB_OK
    jmp @e
@_3:
    invoke MessageBox, 0, addr txtfailopn, addr txtfail, MB_OK
    jmp @e
    
end start
Does that look like hooking to you?
ImmuneOne is offline  
Old 10/28/2010, 07:31   #12
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
32-Bit Flat Memory Model MASM Code
That's interesting.
FuriousFang is offline  
Old 10/28/2010, 08:31   #13
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Quote:
Originally Posted by ImmuneOne View Post
No offense but ehh..
Code:
; ---------------ConquerLoader v1---------------
;|                                              |
;|Author: Nullable                              |
;|                                              |
; ----------------------------------------------

.486
.model flat, stdcall
option casemap: none
include \masm32\include\windows.inc
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

include \masm32\include\kernel32.inc
include \masm32\include\user32.inc
include \masm32\include\ws2_32.inc
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\user32.lib
includelib \masm32\lib\ws2_32.lib
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

.data
szBufferRead db 30 DUP(00)
ipaddr db ?
servdat db "ConquerS.dat", 0
inet db "inet_addr", 0
bn1 db " blacknull", 0
conqname db "Conquer.exe", 0
wsaname db "WS2_32.dll", 0
wsacode db 0B8h, 00h, 00h, 00h, 00h, 0C2h, 04h, 00h, 90h, 90h

;MOV EAX, 00000000h
;RETN 4 // __stdcall convention, clear the stack. 4 because inet_addr takes 1 argument (4 bytes)

txtfail db "Error occured", 0
txtfailconq db "Failed to load Conquer", 0
txtfailinj db "Failed to inject code", 0
txtfailopn db "Failed to open ConquerS.dat", 0
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл

hInstance dd ?
starti STARTUPINFO <?>
pi PROCESS_INFORMATION <?>
ws WSADATA <?>
serverdat HANDLE ?
procaddr dd ?
rlprocaddr dd ?
ip dd ?
Bytes dd 0
; ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл


.code
start:
    invoke GetModuleHandle, 0
    mov hInstance, eax
    
    invoke WSAStartup, 0101h, addr ws 
    invoke CreateProcess, addr conqname, addr bn1, 0, 0, 0, CREATE_DEFAULT_ERROR_MODE, 0, 0, addr starti, addr pi
    cmp eax, 0
    je @_1
    
    invoke GetModuleHandle, addr wsaname
    mov procaddr, eax

    invoke CreateFile, addr servdat, GENERIC_READ, FILE_SHARE_READ, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0
    mov serverdat, eax
    
    cmp serverdat, INVALID_HANDLE_VALUE
    je @_3

    invoke ReadFile, serverdat, addr szBufferRead, 25, addr Bytes, 0
    
    cmp eax, 0
    je @_3

    invoke inet_addr, addr szBufferRead
    mov ip, eax

    mov eax, OFFSET wsacode

    mov edi, ip
    mov DWORD PTR [eax+1], edi
    
    invoke GetProcAddress, procaddr, addr inet
    mov rlprocaddr, eax
    
    invoke WaitForInputIdle, pi.hProcess, INFINITE
    invoke WriteProcessMemory, pi.hProcess, rlprocaddr, addr wsacode, sizeof wsacode, 0 ;Write new ip to inet_addr using WriteProcessMemory

    cmp eax, 0
    je @_2
    
@e:
    invoke WSACleanup
    invoke CloseHandle, serverdat
    invoke ExitProcess, 0
    
@_1:
    invoke MessageBox, 0, addr txtfailconq, addr txtfail, MB_OK
    jmp @e
    
@_2:
    invoke MessageBox, 0, addr txtfailinj, addr txtfail, MB_OK
    jmp @e
@_3:
    invoke MessageBox, 0, addr txtfailopn, addr txtfail, MB_OK
    jmp @e
    
end start
Does that look like hooking to you?
Having never touched memory injection or hooking in my life I have no idea what any of that does (that plus being ridiculously drunk atm). Was simply providing the explanation from the way I understood the loader working.
pro4never is offline  
Old 10/28/2010, 09:21   #14
 
elite*gold: 20
Join Date: Oct 2010
Posts: 451
Received Thanks: 259
I can make out the process of what it's doing by following the instances he's defining. That's about it. I'd like to learn how to do this though.
FuriousFang is offline  
Old 10/28/2010, 09:54   #15
 
_DreadNought_'s Avatar
 
elite*gold: 28
Join Date: Jun 2010
Posts: 2,223
Received Thanks: 867
Isnt it just hooking the inet_addr function? which in that version coded in MASM(asm) Injects on load(WaitForInputIdle) where as what I thought was a much better idea Null's loader V2. V3. V4(C++?) injects when you try to connect. kinda smart.
It's 08:53 which for me is normally 4-6 hours early so im bound to of made mistakes ^.
_DreadNought_ is offline  
Reply

Tags
5199, cracked, loader


Similar Threads Similar Threads
Conquer.exe cracked
05/01/2010 - CO2 Private Server - 1 Replies
Someone know to crack a conquer.exe ? an Pserve loader ? if have a tutorial post here ^^ i want revive in gw and enable pm commands
My cracked Conquer.exe.
09/26/2008 - CO2 Exploits, Hacks & Tools - 94 Replies
List of changes: 1. Run Conquer.exe directly. 2. PM commands enabled. 3. No timestamp for spamming. 4. Multiclient. 5. ChatFilter/Tips removed. 6. Friend list limit removed - needs testing but *SHOULD* work. 7. Virus scanner removed. 8. co.91.com/index doesn't popup. 9. Annoying "Warning: The network is congested." messages removed - temporary fix.
*M*s cracked conquer.exe
12/21/2007 - Conquer Online 2 - 11 Replies
//



All times are GMT +2. The time now is 15:34.


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.