View previous topic :: View next topic |
Author |
Message |
StephenGame Newbie cheater
Reputation: 0
Joined: 27 Apr 2008 Posts: 10
|
Posted: Mon Apr 28, 2008 3:43 pm Post subject: [Help]How would I make a Multi-client? |
|
|
I was wondering whether anyone could point me in the right direction?
I want to attempt to learn how to create a multi-client. So I need to know what I have to learn and what I should have to do with that knowledge.
If anyone could point me in the direction of a tutorial for creating a multi-client for a MMO. That would be great.
Thank you!
P.S.
I posted this topic in another section of the forums because I wasn't sure which one I should post it in. Sorry.
Ohh and by the way. The game I am trying to make a multi-client for is "Dream Of Mirror Online" GameTribe's version.
Game Site Link:
gametribe[dot]com/gt/domo[dot]do
Come play if you like MMORPGs. It's pretty fun.
Last edited by StephenGame on Mon Apr 28, 2008 3:49 pm; edited 1 time in total |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Mon Apr 28, 2008 3:45 pm Post subject: |
|
|
It depends on the game itself, not all games use the same method of preventing multiple clients. There are many different methods used to do this. A few would include:
- Checking hPrevInstance at startup in the WinMain function.
- Creating a MuteX thread.
- Checking for a given class / window name.
- Checking for a running service / process.
_________________
- Retired. |
|
Back to top |
|
 |
StephenGame Newbie cheater
Reputation: 0
Joined: 27 Apr 2008 Posts: 10
|
Posted: Mon Apr 28, 2008 4:56 pm Post subject: |
|
|
I am trying to look, but I am basically confused.
|
|
Back to top |
|
 |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Mon Apr 28, 2008 5:32 pm Post subject: |
|
|
Find out what happens when you open the second client. Tell us what method the game uses. Patch the code.
|
|
Back to top |
|
 |
StephenGame Newbie cheater
Reputation: 0
Joined: 27 Apr 2008 Posts: 10
|
Posted: Mon Apr 28, 2008 6:02 pm Post subject: |
|
|
Well I am new to it all. The code. I am un-sure what you mean. So I will just post the .exe file.
It is illegal to open more than one client. As it is on most games, but for some reason you are able to open two clients, but no more.
I have uploaded the .exe.
http://rapidshare.com/files/111154846/DOMO.rar.html
Hope you can help.
|
|
Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Mon Apr 28, 2008 6:36 pm Post subject: |
|
|
Its not helping withoutthe other files, besides, its packed.
We can't do anything without other files, you're on your own. (simply search in ollydbg for every call and search for CreateEventA/CreateMutex)
|
|
Back to top |
|
 |
StephenGame Newbie cheater
Reputation: 0
Joined: 27 Apr 2008 Posts: 10
|
Posted: Mon Apr 28, 2008 9:43 pm Post subject: |
|
|
How would I unpack the file?
Ehh. Forget it. Too much hasle. I doubt I will ever understand.
|
|
Back to top |
|
 |
|