View previous topic :: View next topic |
Author |
Message |
dudeswagbrah Newbie cheater
Reputation: 0
Joined: 03 Jul 2016 Posts: 22
|
Posted: Wed Sep 27, 2017 7:19 pm Post subject: cant get my dark souls 3 code to work |
|
|
long story short cant get a script working that wont consume goods
code:
movzx r8d, [rbx+00001EEA]
test r8d,r8d
mov r8d,r8d
add [rcx+08],r8d
ret
lea r8,[rbx+00000098]
jmp return
i don't know how much of this is correct but the script enables the items are infinite. but if you pick an item up off the floor the game crashes. any help for that cause i honestly don't know.
|
|
Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Thu Sep 28, 2017 12:59 am Post subject: |
|
|
you might wish to share more info about each register and what it contains, and every location include this: [reg+offset] what values are these.
so someone might think a bit and help you.
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote: | i am a sweetheart. |
|
|
Back to top |
|
 |
dudeswagbrah Newbie cheater
Reputation: 0
Joined: 03 Jul 2016 Posts: 22
|
Posted: Thu Sep 28, 2017 4:31 pm Post subject: |
|
|
OldCheatEngineUser wrote: | you might wish to share more info about each register and what it contains, and every location include this: [reg+offset] what values are these.
so someone might think a bit and help you. | well i don't know how specific the rules are now since tables got removed off site. i probably cant even post the whole script.
movzx r8d, [rbx+00001EEA] is the opcode for when an item is consumed [rcx+08],r8d this one seems to be from when an item leaves the stack but i added the r8d register to it think it was originally edxx register.
And the lea r8,[rbx+00000098] is just normal i guess but i believe it's supposed to be there seeing as i crashed when i consumed an item with it commented out.
|
|
Back to top |
|
 |
|