Advertisement
ChaosHacks

Untitled

Nov 10th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. [ENABLE]
  2.  
  3. aobscanmodule(GrabMoney,RDR2.exe,48 8B 58 28 4C 3B E3)
  4. alloc(newmem,$1000,"RDR2.exe"+729252)
  5. alloc(Pmoney,8)
  6.  
  7. label(code)
  8. label(return)
  9.  
  10. registersymbol(Pmoney)
  11.  
  12. newmem:
  13. mov [Pmoney],rax
  14.  
  15. code:
  16. mov rbx,[rax+28]
  17. cmp r12,rbx
  18. jmp return
  19.  
  20. GrabMoney:
  21. jmp newmem
  22. nop
  23. nop
  24. return:
  25. registersymbol(GrabMoney)
  26.  
  27. Pmoney:
  28. dq 0
  29.  
  30. [DISABLE]
  31.  
  32. GrabMoney:
  33. db 48 8B 58 28 4C 3B E3
  34.  
  35. unregistersymbol(GrabMoney)
  36. unregistersymbol(Pmoney)
  37. dealloc(newmem)
  38. dealloc(Pmoney)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement