Memory Viewer
I need to assign the value of the upper address to the lower one, but they have different commands, the first one has movups, and the second one has movss
I have this code in an auto-AOB script:
code:
movss [rbx+10],[rbx]
jmp return
How do I fix this code so that everything works?
I tried to put just mov
and movups
instead of movss
, but there is still an error