Advertisement
tcyknhrabirwjyljhp

Untitled

Sep 9th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [ENABLE]
  2.  
  3. aobscanmodule(aobApplyReactions,GameSteelrising.dll,48 89 5C 24 10 4C 89 44 24 18 55 56 57 41 54 41 55 41 56 41 57 48 81 EC F0) // should be unique
  4. alloc(newmem,$1000,aobApplyReactions)
  5.  
  6. label(code)
  7. label(return)
  8.  
  9. newmem:
  10.  
  11. code:
  12. push rax
  13. mov rax,pCharacter
  14. mov rax,[rax]
  15. cmp rax,r9
  16. jne short @f
  17. pop rax
  18. ret
  19. @@:
  20. pop rax
  21. mov [rsp+10],rbx
  22. jmp return
  23.  
  24. aobApplyReactions:
  25. jmp newmem
  26. return:
  27. registersymbol(aobApplyReactions)
  28.  
  29. [DISABLE]
  30.  
  31. aobApplyReactions:
  32. db 48 89 5C 24 10
  33.  
  34. unregistersymbol(aobApplyReactions)
  35. dealloc(newmem)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement