Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Battle of the Immortals
You last visited: Today at 01:43

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

Advertisement



[Guide] Finding address for multiclient

Discussion on [Guide] Finding address for multiclient within the Battle of the Immortals forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2008
Posts: 154
Received Thanks: 43
Lightbulb [Guide] Finding address for multiclient

1.Open CheatEngine

2. Open game.exe process

3. Memory view

4. Search (array of) byte
33 DB 3B C3 89 44 24 28

5. note the address

6. add 4bytes to the adress

7. Your Done

to put i multiclient.ini

[SETTING]
ADDRESS=0x00468EEA



those who wanna make their own multiclient loader can use the following snippet and implement it into their current coding..

PHP Code:
        //---MultiClient
        
static string sig_multi "33 DB 3B C3 89 44 24 28";
        static 
string mask_multi "xxxxxxxx";
        
//---MultiClient
        
uint multi_client HomeGrown.Hacking.dwFindPattern(pr0x401000sig_multimask_multi)+4

writememory multi_client,&hEB20 
Then the check is skipped



Hope you can use it
s4lly is offline  
Thanks
9 Users
Old 07/14/2011, 14:54   #2
 
elite*gold: 0
Join Date: Oct 2008
Posts: 24
Received Thanks: 2
thanks for the simple and easy explanation.

now it is only question of practices.

zysus is offline  
Old 07/14/2011, 16:10   #3
 
elite*gold: 0
Join Date: May 2010
Posts: 425
Received Thanks: 555
Interesting, hadn't tried using Cheat engine for this. Wasn't sure it was capable enough.
My420Time is offline  
Old 07/15/2011, 00:53   #4
 
elite*gold: 0
Join Date: Feb 2011
Posts: 57
Received Thanks: 14
Thank you very much for the offset, I tried to follow the tutorial but got a little hung up on searching for the array of bytes

Could you please explain how you came up with that array of bytes? I'm sure it means something in assembly, just not sure what.

Thanks again
tekc is offline  
Old 07/15/2011, 09:55   #5
 
elite*gold: 0
Join Date: Jul 2008
Posts: 154
Received Thanks: 43
When you fire up the memory view, there are to sections.. The assembly window, and beneath that, the memory view. The memory view window is were you search the array of bytes, or the string "CheckClientMaxNum".
s4lly is offline  
Old 07/15/2011, 17:35   #6
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Quote:
Originally Posted by My420Time View Post
Interesting, hadn't tried using Cheat engine for this. Wasn't sure it was capable enough.
It isn't.

This method is possible using anything that can scan for an array of bytes. IDA can do it, Ollydbg, CE, hell you can ever write your own memory scanner to do it.

But yea, my guess is the guy found the place in olly, noted down the array of bytes, and just pasted it into CE to do an AoB scan for the location. Thats about it ^^

Then he opens up the memory view to see the assembly at that addy and work from there ^^
Inathero is offline  
Old 07/15/2011, 19:15   #7
 
elite*gold: 0
Join Date: Jul 2008
Posts: 154
Received Thanks: 43
43 68 65 63 6B 43 6C 69 65 6E 74 4D 61 78 4E 75 6D = CheckClientMaxNum

in HEX
s4lly is offline  
Old 07/15/2011, 19:16   #8
 
elite*gold: 0
Join Date: Jul 2008
Posts: 154
Received Thanks: 43
-----------------------

A funny thing is, that there is also a check on the clientversion

that could maybe be exploited to
s4lly is offline  
Old 07/16/2011, 11:20   #9
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1
Received Thanks: 0
Plz Finding address SV Thailand
AmplifierS is offline  
Old 07/16/2011, 19:55   #10
 
elite*gold: 0
Join Date: May 2011
Posts: 5
Received Thanks: 0
after step 4
i dont recognize how to do step 5

can someone explain more??
video maybe perhaps

thanks for the explanation

learning to use this all program
dantelie is offline  
Old 07/16/2011, 21:00   #11
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
@dantelie, when you search that Array of Bytes (AoB) you'll have some result(s) on the left of cheat engine

look for the one that's in green. You'll notice it's split up in two columns. Some numbers on the left and the AoB you scanned for on the right.

the numbers on the left in that row = the address in step 5
Inathero is offline  
Old 07/23/2011, 06:11   #12
 
elite*gold: 0
Join Date: Jul 2011
Posts: 5
Received Thanks: 0
Can anyone help me? I'm from Thai server ,so I think my client is different I can't find "CheckClientMaxNum" or "43 68 65 63 6B 43 6C 69 65 6E 74 4D 61 78 4E 75 6D" in step 4

This is my client
rar.html

Thanks
abpolite is offline  
Old 07/25/2011, 05:21   #13
 
elite*gold: 0
Join Date: Dec 2008
Posts: 1
Received Thanks: 0
You can search text in warning window and name of this window.
In non-english version it can be hard
Yras is offline  
Old 07/25/2011, 05:39   #14
 
elite*gold: 0
Join Date: May 2010
Posts: 425
Received Thanks: 555
You could also snag a copy of OllyDBG, bypass VMProtect, jump the CreateMutexA call, and then dump the exe.
My420Time is offline  
Old 07/25/2011, 08:29   #15
 
elite*gold: 0
Join Date: Jul 2008
Posts: 154
Received Thanks: 43
Quote:
Originally Posted by abpolite View Post
Can anyone help me? I'm from Thai server ,so I think my client is different I can't find "CheckClientMaxNum" or "43 68 65 63 6B 43 6C 69 65 6E 74 4D 61 78 4E 75 6D" in step 4

This is my client
rar.html

Thanks

[SETTING]
ADDRESS=0x0046883A
s4lly is offline  
Reply


Similar Threads Similar Threads
Finding address
08/24/2011 - Cabal Online - 3 Replies
Hello. I use CE 5.3 and I have two questions. 1. For all hacks I see, it says search within these address (like 0170000 and 01800000) and that each client has different ones. How do I find which mine has? 2. Evandon posted a CT file with full hack addys, and he said that anyone could use them as long as they smart edited the address for their client. I even googled how to do it and I couldnt find a simple way. Any help? Thanks.
Need help with finding address
07/20/2010 - 12Sky2 - 9 Replies
can someone help me and teach me how to find the address?
finding a function's address...
01/20/2010 - General Coding - 1 Replies
currently im trying to find notepad.exe function to create a new file! ok so i've loaded notepad.exe into ida and it disassembeled it but to the left in my function window it has no function names.....and i dont understand assembly so i cant interpret which one is the create a new file function for notepad....how am i able to find the function's address in ollyDBG or possibly IDA without knowing assembly....or do i have to know it either way to find the function if its not posted explicitly...
Ip address Finding [HeLP]
01/10/2010 - Ragnarok Online - 14 Replies
im playing rumbleRO and when i scan it with RPE its address is 127.0.0.1 the GM told me that if i can crack the ip i can bot forever. and the Gm told me that its not his real.how can i know his ip address
[HELP] Finding Gm address & AoE address on CABAL
10/23/2008 - Cabal Online - 0 Replies
How can i find Gm address and Aoe Address on CABAL ? im using CE please help me. TNX! :bandit:



All times are GMT +2. The time now is 01:43.


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.