| View previous topic :: View next topic |
| Author |
Message |
Xblade Of Heaven Master Cheater
Reputation: 0
Joined: 16 Oct 2005 Posts: 395 Location: DEAD
|
Posted: Mon Aug 10, 2009 8:12 am Post subject: xlive.dll crc checks |
|
|
hi all, i have a problem, i try find this checks in xlive.dll but no can search nothing, i talk GTA IV, any can help me for disable this crc checks?. thanks
_________________
Welcome to the Hell.
 |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25962 Location: The netherlands
|
Posted: Mon Aug 10, 2009 8:18 am Post subject: |
|
|
According to recifense the following code disables that crc check:
| Code: |
xlive.dll+AB247:
ret 0c // Disable XLive.dll
|
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Xblade Of Heaven Master Cheater
Reputation: 0
Joined: 16 Oct 2005 Posts: 395 Location: DEAD
|
Posted: Mon Aug 10, 2009 8:27 am Post subject: |
|
|
in fallout 3 script
xlive.dll Ver.: 2.0.0673.0
//=========================================
// Hacking Points
xlive.dll+AB247:
ret 0c // Disable XLive.dll
//=========================================
code in this address:
xlive.dll+AB247:
mov edi,edi
push ebp
mov ebp,esp
GTA IV
xlive version same 2.0.673.0
but in xlive fallout adress i can see this:
xlive.dll+AB247:
pop ss
or [edi+eax+74],dh
no is the same no?, this work?
_________________
Welcome to the Hell.
 |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25962 Location: The netherlands
|
Posted: Mon Aug 10, 2009 8:31 am Post subject: |
|
|
sounds like you do have a different version. (scroll a bit up and /or down to see if you're really at the right spot)
See if you can find it with an array scan, or find it yourself using "find what accesses" on a code address (use kernelmode debugging if the default is blocked, and hope you don't use win64)
Or else edit using debug registers and change reg on bp and change eip to your code
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Xblade Of Heaven Master Cheater
Reputation: 0
Joined: 16 Oct 2005 Posts: 395 Location: DEAD
|
Posted: Mon Aug 10, 2009 8:45 am Post subject: |
|
|
EDIT: xlive update now no work, is need find new address
_________________
Welcome to the Hell.
 |
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Mon Aug 17, 2009 2:24 pm Post subject: |
|
|
This code was ripped from a CH release by H4x0r, and probably found by other people too by now. I was the original author of this bypass... see here for more info and a solution
http://forum.cheatengine.org/viewtopic.php?t=447505
Cheers.
|
|
| Back to top |
|
 |
Xblade Of Heaven Master Cheater
Reputation: 0
Joined: 16 Oct 2005 Posts: 395 Location: DEAD
|
Posted: Mon Aug 17, 2009 3:58 pm Post subject: |
|
|
and?, CH no use this method error, they use a call and restore, CH no need path xlive using call/restore.
_________________
Welcome to the Hell.
 |
|
| Back to top |
|
 |
|