View previous topic :: View next topic |
Author |
Message |
pinki104 Newbie cheater
Reputation: 0
Joined: 22 Aug 2010 Posts: 23
|
Posted: Sun Aug 22, 2010 12:44 pm Post subject: anyway to remove exe limitation |
|
|
i play a game that only allows me to open one instance of the game at a time. is there anyway to get round this without a vm or another windows user acc
|
|
Back to top |
|
 |
Fantasy I post too much
Reputation: 13
Joined: 29 Jul 2007 Posts: 3113
|
Posted: Sun Aug 22, 2010 1:43 pm Post subject: |
|
|
Try to open the process with Sandboxie, or change the process name (:
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Sun Aug 22, 2010 4:27 pm Post subject: |
|
|
Debug the application and locate what causes it to be detected to have multiple instances.
A lot of applications use mutex threads to only allow one instance of the application to run at a time. You can remove the check / creation of the mutex (if it is using that method) and you should be good to go.
You can look for calls to CreateMutex / CreateMutexEx for this method.
There are plenty of other methods that can be used, but this is usually the most common one you will see.
_________________
- Retired. |
|
Back to top |
|
 |
Hero I'm a spammer
Reputation: 79
Joined: 16 Sep 2006 Posts: 7154
|
Posted: Sun Aug 22, 2010 4:53 pm Post subject: |
|
|
If this is mplestory or a similar game, you need a virtual pc.
|
|
Back to top |
|
 |
Daniel. I post too much
Reputation: 72
Joined: 08 Nov 2007 Posts: 2938
|
Posted: Sun Aug 22, 2010 5:00 pm Post subject: |
|
|
Hero wrote: | If this is mplestory or a similar game, you need a virtual pc. |
or...just download a mplestory multiclient program, but if it's any other online game, you need like VMware
_________________
|
|
Back to top |
|
 |
zirak Expert Cheater
Reputation: 1
Joined: 15 Jun 2006 Posts: 121 Location: In the sewers
|
Posted: Mon Aug 23, 2010 1:27 am Post subject: |
|
|
hex edit, or view it in olly (make sure it's not packed or encrypted) and then search for the window name, or the process name. And simply remove the check for it in olly (or rename it), if renamed it'll fail the comparison with the window name and it will let you run multiple instances of it.
|
|
Back to top |
|
 |
Domoo Advanced Cheater
Reputation: -1
Joined: 23 Nov 2009 Posts: 97
|
Posted: Mon Aug 23, 2010 11:03 am Post subject: |
|
|
Daniel. wrote: | Hero wrote: | If this is mplestory or a similar game, you need a virtual pc. |
or...just download a mplestory multiclient program, but if it's any other online game, you need like VMware |
VMware is a virtual PC. .-.
|
|
Back to top |
|
 |
AhMunRa Grandmaster Cheater Supreme
Reputation: 27
Joined: 06 Aug 2010 Posts: 1117
|
Posted: Mon Aug 23, 2010 11:13 am Post subject: |
|
|
What's the game?
_________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.> |
|
Back to top |
|
 |
XSV GTH Moderator
Reputation: 9
Joined: 12 Oct 2005 Posts: 1007 Location: USA
|
Posted: Mon Aug 23, 2010 1:48 pm Post subject: |
|
|
zirak wrote: | hex edit, or view it in olly (make sure it's not packed or encrypted) and then search for the window name, or the process name. And simply remove the check for it in olly (or rename it), if renamed it'll fail the comparison with the window name and it will let you run multiple instances of it. |
Listen to zirak pinka104.
If its encrypted send me the .exe and ill unpack/decrypt it for you.
_________________
|
|
Back to top |
|
 |
zirak Expert Cheater
Reputation: 1
Joined: 15 Jun 2006 Posts: 121 Location: In the sewers
|
Posted: Tue Aug 24, 2010 6:37 pm Post subject: |
|
|
If you need any help, I'll be happy to modify the exe for you.
|
|
Back to top |
|
 |
|