Ezio144 wrote: ↑Wed Jun 16, 2021 3:22 pm
dante345 wrote: ↑Mon May 31, 2021 2:35 pm
AzonFly wrote: ↑Sun May 30, 2021 7:32 pm
anyone know how to fix the legendary rarity drops as it don't seem to work at all
yeah paste this in the Legendary Rarity Drop script
[ENABLE]
aobscanmodule(INJECT_Luck,OUTRIDERS-Win64-Shipping.exe,F3 41 0F 10 B7 B8 01 00 00) // should be unique
alloc(newmem,$1000,INJECT_Luck)
label(code)
label(return)
newmem:
code:
mov [r15+000001B8],(Float)1000
movss xmm6,[r15+000001B8]
jmp return
INJECT_Luck:
jmp newmem
nop
nop
nop
nop
return:
registersymbol(INJECT_Luck)
[DISABLE]
I copied this to the script but I have no idea on how to get it to save, every time I open the script to check if actually sticked it just reverts to the original script
Also, where do I set the luck? I saw you said to change the luck to 80 and not 9999 but I can't find where to change the luck value.
its
[ENABLE]
aobscanmodule(INJECT_Luck,OUTRIDERS-Win64-Shipping.exe,F3 41 0F 10 B7 B8 01 00 00) // should be unique
alloc(newmem,$1000,INJECT_Luck)
label(code)
label(return)
newmem:
code:
mov [r15+000001B8],(Float)1000
movss xmm6,[r15+000001B8]
jmp return
INJECT_Luck:
jmp newmem
nop
nop
nop
nop
return:
registersymbol(INJECT_Luck)
[DISABLE]
INJECT_Luck:
db F3 41 0F 10 B7 B8 01 00 00
unregistersymbol(INJECT_Luck)
dealloc(newmem)
-----------------------------------------------------------
and to save it click on file in the top left of the cheat engine and will see save you will have to save over the old save you have