Usver' How do I cheat?
Reputation: 0
Joined: 12 Nov 2023 Posts: 1
|
Posted: Sun Nov 12, 2023 4:28 pm Post subject: Mission: found array of byte |
|
|
I downloaded the table for the free camera (noclip) in Dark Souls 2 SotFS and it doesn’t work, but it worked on video. I found several tables, and all (Error while scanning aob: variable_name: Not all results found), except one (It just stops the SE for a while), give an error. I realized that I need to find and replace the aob, but I don’t know how. I tried to rotate the camera, move the character (changing coordinates), but did not find the required array
[code]
[ENABLE]
aobscanmodule(FCAOB,DarkSoulsII.exe,66 0F 7F 49 30 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC 48)
alloc(newmem,$1000,FCAOB)
alloc(FCData,8)
label(code)
label(return)
newmem:
cmp [rcx+58],#1167867904
jne code
cmp [rcx+120],#1065353216
jne code
mov [FCData],rcx
jmp return
code:
movdqa [rcx+30],xmm1
jmp return
FCAOB:
jmp newmem
return:
registersymbol(FCAOB)
registersymbol(FCData)
[DISABLE]
FCAOB:
db 66 0F 7F 49 30
unregistersymbol(FCAOB)
unregistersymbol(FCData)
dealloc(newmem)
dealloc(FCData)
[/code]
Description: |
|
Filesize: |
54.86 KB |
Viewed: |
1253 Time(s) |

|
|
|