Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ENABLE]
- aobscanmodule(hp,DarkSoulsIII.exe,89 83 D8 00 00 00 85 C0 0F 8F 10 0A 05 FF E9) // should be unique
- alloc(newmem,$1000,hp)
- label(code)
- label(return)
- label(isPlayer)
- newmem:
- code:
- cmp [rbx+88],000000009000001B
- je isPlayer
- mov [rbx+000000D8],eax
- jmp return
- isPlayer:
- mov eax,[rbx+000000DC]
- mov [rbx+000000D8],eax
- jmp return
- hp:
- jmp code
- nop
- return:
- registersymbol(hp)
- [DISABLE]
- hp:
- db 89 83 D8 00 00 00
- unregistersymbol(hp)
- dealloc(newmem)
Advertisement
Add Comment
Please, Sign In to add comment