Joined: 25 May 2020 Posts: 1 Location: United States
Posted: Mon May 25, 2020 8:31 am Post subject: Can't use label in AOB injection
I'm kinda new to cheat engine and I'm trying to define a float, give it a label, and move that value into an address. But I keep getting this error message
"Error in line 21 (mov [rdx+4],[ffffffffffffffff]): This instruction can't be compiled"
Here's my script:
Code:
[ENABLE]
aobscanmodule(INJECT,UnityPlayer.dll,0F 29 1A A8 07 74 5E) // should be unique
alloc(newmem,$1000,"UnityPlayer.dll"+546267)
label(code)
label(return)
label(floatHeight)
newmem:
code:
movaps [rdx],xmm3
mov [rdx+4],[floatHeight]
test al,07
jmp return
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