 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
TheGeogeo How do I cheat?
Reputation: 0
Joined: 01 Jan 2021 Posts: 6
|
Posted: Sat Dec 04, 2021 11:20 am Post subject: Help for no sway | game crashing | not good offset maybe |
|
|
Hi!
I need help for do an "no sway" in The hunter Call of the wild.
my game crash always i show you what i find and i use.
Code: |
[ENABLE]
alloc(newmem,2048,"VCRUNTIME140.dll"+140C)
label(returnhere)
label(originalcode)
label(exit)
newmem:
cmp [rax+28C],1
jne originalcode
mov ecx,0
originalcode:
mov [rax],ecx
ret
nop
cmp r8,20
exit:
jmp returnhere
"VCRUNTIME140.dll"+140C:
jmp newmem
nop 3
returnhere:
[DISABLE]
dealloc(newmem)
"VCRUNTIME140.dll"+140C:
mov [rax],ecx
ret
nop
cmp r8,20
|
If you need details for something tell me.
THX for all helps !
Description: |
|
Filesize: |
60.27 KB |
Viewed: |
1696 Time(s) |

|
Description: |
|
Filesize: |
203.46 KB |
Viewed: |
1696 Time(s) |

|
Last edited by TheGeogeo on Sun Dec 05, 2021 7:01 am; edited 2 times in total |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Dec 05, 2021 12:57 am Post subject: |
|
|
Quote: | alloc(newmem,2048,"VCRUNTIME140.dll"+140C) |
Based on this, I'd assume you're hooking onto memcpy, memset, memmov, or similar. This is not a valid point to inject at for something like this. You'd need to work back into the games memory space and find a better position there. (You technically can hook here but its a lot more work involved as you'll need to write all kinds of checks and nonsense to ensure you are only ever touching the address you need. Otherwise you are going to affect every single call to the STD function being altered. Which will be a lot.)
_________________
- Retired. |
|
Back to top |
|
 |
TheGeogeo How do I cheat?
Reputation: 0
Joined: 01 Jan 2021 Posts: 6
|
Posted: Sun Dec 05, 2021 6:28 am Post subject: |
|
|
atom0s wrote: |
Based on this, I'd assume you're hooking onto memcpy, memset, memmov, or similar. This is not a valid point to inject at for something like this. You'd need to work back into the games memory space and find a better position there. (You technically can hook here but its a lot more work involved as you'll need to write all kinds of checks and nonsense to ensure you are only ever touching the address you need. Otherwise you are going to affect every single call to the STD function being altered. Which will be a lot.) |
Thx.
It's when i "acces write the value" i find only this intruction i don't know how backtrack for find better "position".
If you have a tuto i take it
|
|
Back to top |
|
 |
|
|
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
|
|