Advertisement
Guest User

DS1R Agression Mod

a guest
May 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>1337046490</ID>
  6. <Description>"AgressionModDS1R"</Description>
  7. <LastState/>
  8. <VariableType>Auto Assembler Script</VariableType>
  9. <AssemblerScript>[ENABLE]
  10.  
  11. aobscanmodule(AgressionModDS1R,DarkSoulsRemastered.exe,0F 29 83 A0 02 00 00) // should be unique
  12. alloc(newmem,512,"DarkSoulsRemastered.exe"+3157C2)
  13.  
  14. label(code)
  15. label(return)
  16.  
  17. newmem:
  18. push r15
  19. mov r15,[DarkSoulsRemastered.exe+1CEE830]
  20. mov r15,[r15+68]
  21. mov r15,[r15+48]
  22. mov r15,[r15+28]
  23. movaps xmm0,[r15+10]
  24. pop r15
  25. code:
  26. movaps [rbx+00000120],xmm0
  27. movaps [rbx+000002A0],xmm0
  28. jmp return
  29.  
  30. AgressionModDS1R:
  31. jmp newmem
  32. nop
  33. nop
  34. return:
  35. registersymbol(AgressionModDS1R)
  36.  
  37. [DISABLE]
  38.  
  39. AgressionModDS1R:
  40. db 0F 29 83 A0 02 00 00
  41.  
  42. unregistersymbol(AgressionModDS1R)
  43. dealloc(newmem)
  44. </AssemblerScript>
  45. </CheatEntry>
  46. </CheatEntries>
  47. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement