Platform: Steam
Version: 1.0. 1027.0
Options: Ammo/Health for Lara!
As scripts only, no pointers added, please!
Note: the Steam version could be similar to Epic version, i own the Steam version.
Try this (health only).
Code: Select all
[ENABLE]
aobscanmodule(health_1,ROTTR.exe,66 0F 6E 91 C4 02 00 00 0F 57 C9 0F)
alloc(newmem,$1000,health_1)
label(code)
label(return)
newmem:
cmp rsi,1 //RSI == 0x1, RDI == 0x30, RBP == 0x0, R11 == 0x25, R13 == 0x0, R14 != 0x0
jne code
fild [rcx+2C4]
push rbx
mov rbx,[rcx+2A8]
fstp [rbx+2C]
pop rbx
code:
movd xmm2,[rcx+000002C4]
jmp return
health_1:
jmp newmem
nop 3
return:
registersymbol(health_1)
[DISABLE]
health_1:
db 66 0F 6E 91 C4 02 00 00
unregistersymbol(*)
dealloc(*)
Users browsing this forum: saxer, YandexBot