Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>306</ID>
  6. <Description>"Equipment on pickup (Edit the script if you want)"</Description>
  7. <LastState/>
  8. <VariableType>Auto Assembler Script</VariableType>
  9. <AssemblerScript>[ENABLE]
  10. assert(RoR2:GenericPickupController:AttemptGrant+130,48 8B CF 48 8B D6)
  11. alloc(newmem,2048,RoR2:GenericPickupController:AttemptGrant+130)
  12. label(returnhere)
  13.  
  14.  
  15. newmem:
  16. mov [rdi+40],#104 //equipment id 78-104
  17. mov rcx,rdi
  18. mov rdx,rsi
  19. jmp returnhere
  20.  
  21. RoR2:GenericPickupController:AttemptGrant+130:
  22. jmp newmem
  23. nop
  24. returnhere:
  25.  
  26.  
  27.  
  28.  
  29. [DISABLE]
  30. //code from here till the end of the code will be used to disable the cheat
  31. dealloc(newmem)
  32. RoR2:GenericPickupController:AttemptGrant+130:
  33. //mov rcx,rdi
  34. //mov rdx,rsi
  35. db 48 8B CF 48 8B D6
  36. </AssemblerScript>
  37. </CheatEntry>
  38. </CheatEntries>
  39. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement