Register for your free account! | Forgot your password?

You last visited: Today at 09:06

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

Advertisement



Loader

Discussion on Loader within the CO2 Exploits, Hacks & Tools forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
*M*'s Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 950
Received Thanks: 2,411
Loader

Full source code(0.4) was on a hard drive I have since given away/formatted so I'll just put the skeleton source(0.1) here:

Should help you to build your own loader, not only for conquer. Loaders are usefull for distributing cracks without having to distribute the main exe, cracking a 50mb exe might only be a 1 byte patch so its better to use a 3kb loader than a 50meg executable, Anyway...

Code:
; *******************
; *   Loader 0.1      
; *******************
; *                  
; * Code     : *M*  
; * language : MASM
; *                  
; *******************

.586
.model flat,stdcall
option casemap:none
;===============================================================================
==============

include masm32includewindows.inc
include masm32includeuser32.inc
include masm32includekernel32.inc

includelib masm32libuser32.lib
includelib masm32libkernel32.lib
;===============================================================================
==============

.data

;// Target Process
target db "Conquer.exe",0

;// Injection Values

;Blacknull
        BN1 db 90h,90h
        BN2 db 0EBh

;Multi-Client
        MUL1 db 65h

;// Error Captions
    no_exe db "Conquer.exe not found",0;If file isnt found
    no_inject db "Couldn't Inject",0;If there is an injection error

;// PI
hInstance dd ?
startinfo STARTUPINFO <?>;the startupinfo structure
pi PROCESS_INFORMATION <?>;the process_information structure
;===============================================================================
==============

.code
start:

;// Get handle of loader
    invoke GetModuleHandle,NULL
    mov hInstance,eax

;// Create Process
    invoke CreateProcess,addr target,NULL,NULL,NULL,FALSE,NORMAL_PRIORITY_CLASS, NULL,NULL, addr startinfo,addr pi
    
;If Conquer.exe (target) is not found, Jump to error 1
    cmp eax,0;error ??
    jz error_1

;// Wait till process is in memory
;Set injection time to 0 miliseconds, this is necesary to inject blacknull code before play.exe error
;Not necessary for conquer but if an app had a CRC check, patches could be applied after a certain timeframe
    invoke WaitForInputIdle,pi.hProcess,0


;// Inject Code

;// Blacknull
        invoke WriteProcessMemory, pi.hProcess, 004483AAh, addr BN1, sizeof BN1, NULL
        invoke WriteProcessMemory, pi.hProcess, 004483C2h, addr BN2, sizeof BN2, NULL

;// Multi-Client
        invoke WriteProcessMemory, pi.hProcess, 004E4760h, addr MUL1, sizeof MUL1, NULL

;If code injection is not possible, Jump to error 2:
    cmp eax,0;error??
    jz error_2

;// End and launch apps
    fin:
    invoke ExitProcess,NULL
    error_1:
    invoke MessageBoxA,NULL,addr no_exe,NULL,NULL
    jmp fin
    error_2:
    invoke MessageBoxA,NULL,addr no_inject,NULL,NULL
    jmp fin
end start
*M* is offline  
Thanks
80 Users
Old 02/21/2008, 12:27   #2
 
elite*gold: 0
Join Date: Aug 2006
Posts: 30
Received Thanks: 8
seems clean

Antivir: Nothing found
ArcaVir: Nothing found
Avast: Nothing found
AVG: Nothing found
BitDefender: Nothing found
F-Prot: Nothing found
Norman: Nothing found
Rising: Nothing found
VirusBlokAda32: Nothing found
VirusBuster: Nothing found


Scanned by
Aksu177 is offline  
Thanks
4 Users
Old 02/21/2008, 14:43   #3
 
elite*gold: 0
Join Date: Feb 2006
Posts: 988
Received Thanks: 45
hey *M* but it dont make sv 1.17 work right?i patch to latest version
Acidburncx is offline  
Thanks
1 User
Old 02/21/2008, 17:01   #4
 
Darkmeric's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 230
Received Thanks: 44
What commands ?
Darkmeric is offline  
Thanks
1 User
Old 02/21/2008, 17:06   #5
 
elite*gold: 0
Join Date: Mar 2007
Posts: 294
Received Thanks: 164
Are you back to Conquer, *M*?
Jalan_Jalan is offline  
Thanks
1 User
Old 02/21/2008, 18:42   #6
 
doofy123's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 104
Received Thanks: 8
Quote:
Originally Posted by *M* View Post
For patch 5006+

This loader patches your exe at runtime so you don't need to use an edited client.
The 2,5 & 10x loaders launch 2,5 and 10 patched windows which should help for mass botting but might rape your computer if you don't have heaps of ram.

Patches:
;Blacknull
;Multi-Client
;GM Commands
;Wall-Jump
;Server.dat bypass
;Swear-Filter
;Equipment Parenthesis
;Extra Zoom
how do u get this to jump the wall bro or does it only jump the gate ?
doofy123 is offline  
Thanks
2 Users
Old 02/21/2008, 22:06   #7
 
Hiyoal's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 2,444
Received Thanks: 1,066
Lmao...Its back again...In public.

I knew something would come from my post which you wouldnt like XD

Hiyoal
Hiyoal is offline  
Thanks
1 User
Old 02/21/2008, 22:19   #8
 
*M*'s Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 950
Received Thanks: 2,411
Quote:
Originally Posted by hiyoal View Post
Lmao...Its back again...In public.

I knew something would come from my post which you wouldnt like XD

Hiyoal
Na, I finally reinstalled windows and made this a few days ago, Linux still doesn't cut it for windows apps and reversing yet :/

More people want aimbot then not so here you are :>
*M* is offline  
Thanks
1 User
Old 02/21/2008, 22:54   #9
 
MushyPeas's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
I'm quite sure there are more people that don't want it, most of them simply arent the types to go to a gamehacking forum.
MushyPeas is offline  
Thanks
2 Users
Old 02/21/2008, 23:21   #10
 
*M*'s Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 950
Received Thanks: 2,411
Meh, conquers only fun if you use hacks. I might post the source later if anyones interested.
*M* is offline  
Thanks
3 Users
Old 02/21/2008, 23:36   #11
 
stolenxangel's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 70
Received Thanks: 9
hey can you tell me what the GM commands do or is for? xD
stolenxangel is offline  
Thanks
1 User
Old 02/22/2008, 01:10   #12
 
kramazof's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 67
Received Thanks: 10
sry what i do u mean by Gm Commands can u tell me this commands
kramazof is offline  
Thanks
1 User
Old 02/22/2008, 01:42   #13
 
Heddskott's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 398
Received Thanks: 40
Thanks
Heddskott is offline  
Thanks
1 User
Old 02/22/2008, 02:22   #14
 
elite*gold: 0
Join Date: Mar 2006
Posts: 105
Received Thanks: 18
Blabla +karma to all ^_^
HunterKiller is offline  
Old 02/22/2008, 02:40   #15
 
elite*gold: 0
Join Date: Mar 2006
Posts: 105
Received Thanks: 18
What GM Commands ? :-s
And that all are only client side?
HunterKiller is offline  
Reply


Similar Threads Similar Threads
[Tool] iBot Loader [Relogin Loader]
10/20/2010 - SRO Hacks, Bots, Cheats & Exploits - 31 Replies
NO MORE UP TO DATE
edx loader
08/06/2010 - Silkroad Online - 8 Replies
will edx loader work in the new version of sro since edx loader doesn't need any updates?
LC Loader
08/03/2010 - Last Chaos - 2 Replies
Hi kan mir wer den Link schicken bitte ich find den über googel ncih ud wurst will den link nicht schikcen pls help



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


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.