Hello, thanks for the updated table. Could you please update just one more option: Instant harvest?
This time circle when harvesting plants, branches etc. is killing me.
Below is the previous code that was working.
[ENABLE]
aobscanmodule(bodyharvest,GameAssembly.dll,F3 0F 11 83 70 01 00 00 48 85 C9 0F 84 A0 01 00 00 F3 0F 5E 83 74 01 00 00 45 33 C0 0F 28 C8 E8 2D 20 2E 00) // should be unique
alloc(newmem,$1000,bodyharvest)
label(code)
label(return)
newmem:
add [rbx+00000170],(float)0.1
code:
jmp return
bodyharvest:
jmp newmem
nop 3
return:
registersymbol(bodyharvest)
[DISABLE]
bodyharvest:
db F3 0F 11 83 70 01 00 00
unregistersymbol(bodyharvest)
dealloc(newmem)