Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Running 2+ copys of the same game?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
toider
Cheater
Reputation: 0

Joined: 05 Aug 2009
Posts: 33

PostPosted: Mon Nov 02, 2009 8:46 pm    Post subject: Running 2+ copys of the same game? Reply with quote

How do you run more then one copy of haloce.exe ?
I found this post:

http://www.edgeofnowhere.cc/viewtopic.php?t=303308

What would i hex edit for haloce? and how would i find find it?
thanks for any help
Back to top
View user's profile Send private message
Guy
Expert Cheater
Reputation: 0

Joined: 30 May 2009
Posts: 188

PostPosted: Mon Nov 02, 2009 10:11 pm    Post subject: Reply with quote

That varies greatly game-to-game; locate the comparison instruction to check if another instance of the game is running, and change it to either always return true, or always return false (Depending on which value the detection-check acts on).

Look out for instructions such as "CMP", "TEST", etc.

_________________
Has anyone seen Hitler around..? If so, PM me!
Back to top
View user's profile Send private message
DamiPL
Grandmaster Cheater Supreme
Reputation: 1

Joined: 02 Jul 2006
Posts: 1108
Location: 11001110

PostPosted: Mon Nov 02, 2009 11:16 pm    Post subject: Reply with quote

check out this tutorial for double client
http://forum.cheatengine.org/viewtopic.php?t=207971
it helped me alot.

_________________
Back to top
View user's profile Send private message AIM Address
Fantasy
I post too much
Reputation: 4

Joined: 29 Jul 2007
Posts: 2742

PostPosted: Tue Nov 03, 2009 9:45 am    Post subject: Reply with quote

http://www.sandboxie.com/

It's not a good solution, but it works sometimes. Worth a try.

_________________

ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ

_________________

ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Back to top
View user's profile Send private message
toider
Cheater
Reputation: 0

Joined: 05 Aug 2009
Posts: 33

PostPosted: Tue Nov 03, 2009 7:01 pm    Post subject: Reply with quote

I have never hex anything before, so i don't know how to try that Sad
I tryed researching your awnsers and still fail to understand.
For Damipl solution their is no CreateMutexA in my .exe so that wouldn't work on haloce.exe. and sandboxie doesn't work on 64b os so i cann't use that.
Back to top
View user's profile Send private message
DamiPL
Grandmaster Cheater Supreme
Reputation: 1

Joined: 02 Jul 2006
Posts: 1108
Location: 11001110

PostPosted: Tue Nov 03, 2009 8:16 pm    Post subject: Reply with quote

Near the bottom in that post there is another method posted by Labyrnth that uses CreateEvent instead of CreateMutexA, try that one. Also you can try running VMware and run the game in virtual machine. I think WMvare supports 64bit systems.
_________________
Back to top
View user's profile Send private message AIM Address
toider
Cheater
Reputation: 0

Joined: 05 Aug 2009
Posts: 33

PostPosted: Wed Nov 04, 2009 5:10 pm    Post subject: Reply with quote

It didn't have that either, Vmware is only for mac users, which i am not.
In 3 months i'll get windows 7 and i'll use xp mode (download edition)
Eh i wish i knew hex editing... any other solutions or help me hex edit it?

If anyone wants to look at it:
http://www.filefront.com/14860649/haloce.exe


Last edited by toider on Wed Nov 04, 2009 9:31 pm; edited 2 times in total
Back to top
View user's profile Send private message
Fred Krueger
Cheater
Reputation: 0

Joined: 29 Oct 2009
Posts: 39

PostPosted: Wed Nov 04, 2009 6:08 pm    Post subject: Reply with quote

hex editing really isn't that hard.
Back to top
View user's profile Send private message
DamiPL
Grandmaster Cheater Supreme
Reputation: 1

Joined: 02 Jul 2006
Posts: 1108
Location: 11001110

PostPosted: Wed Nov 04, 2009 10:48 pm    Post subject: Reply with quote

VMware Workstation is not for mac users, i dought it even works on mac
I have it installed right now on Win XP and have no trouble at all. I tested it even on 2 same games before and got no problems.

+giving us the exe alone does not help, i cant even open the exe in ollydbg without the rest of the files to test stuff. Whats the full game name. halo 1?

_________________
Back to top
View user's profile Send private message AIM Address
toider
Cheater
Reputation: 0

Joined: 05 Aug 2009
Posts: 33

PostPosted: Thu Nov 05, 2009 4:59 pm    Post subject: Reply with quote

Halo Custom Edition
has 1.7 ..exe named as haloce.exe, new version named haloce1.8.exe
http://www.filefront.com/14866295/Halo%20Custom%20Edition.rar
Back to top
View user's profile Send private message
DamiPL
Grandmaster Cheater Supreme
Reputation: 1

Joined: 02 Jul 2006
Posts: 1108
Location: 11001110

PostPosted: Fri Nov 06, 2009 2:03 pm    Post subject: Reply with quote

is this the full game? just 28mb?gonna dwnl it when i get home.

Edit: Notice haloce1.8.exe has both MutexA and Event
Heres the MuteX edited exe, dono if it works cuz i cant seem to run the game w/o a cd.
http://www.mediafire.com/download.php?jnmmmmzdtdy

Haloce.exe seems to be protected w/ SafeDisc/SafeCast 2.xx+ thats y u cant find MuteX in it.

_________________
Back to top
View user's profile Send private message AIM Address
toider
Cheater
Reputation: 0

Joined: 05 Aug 2009
Posts: 33

PostPosted: Sat Nov 07, 2009 1:54 pm    Post subject: Reply with quote

Yea, Halo ce is about 5 years old and has a wide variety of hacks to try
Eh it crashes on startup, I see them though...
But mute at 0x1FE000 how would you edit: 6D75 7465
or at 0x213B20 - CreateEvent . I don't see what you changed
Back to top
View user's profile Send private message
DamiPL
Grandmaster Cheater Supreme
Reputation: 1

Joined: 02 Jul 2006
Posts: 1108
Location: 11001110

PostPosted: Sat Nov 07, 2009 5:17 pm    Post subject: Reply with quote

i left CreateEvent unchanged, if u have ollydbg u can try the second method.
As for editing, if u want to change it to 6D75 7465, press CTRL+E and it will bring up the box. Also u can edit HEX in Hex Workshop.

Also if you try to open second game do you get any errors? You can search for Text strings in ollydbg and find that error and skip it.

_________________
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum



Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki