Guest User

Untitled

a guest
Oct 3rd, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>7</ID>
  6. <Description>"SubstepDisabler"</Description>
  7. <LastState/>
  8. <VariableType>Auto Assembler Script</VariableType>
  9. <AssemblerScript>[ENABLE]
  10.  
  11. aobscanmodule(INJECT,RocketLeague.exe.unpacked.exe,0F 4E F0 0F 2F C1) // should be unique
  12. alloc(newmem,$1000,"RocketLeague.exe.unpacked.exe"+ED9AE8)
  13.  
  14. label(code)
  15. label(return)
  16.  
  17. //cmovle esi,eax
  18.  
  19. newmem:
  20.  
  21. code:
  22. comiss xmm0,xmm1
  23. jmp return
  24.  
  25. INJECT:
  26. jmp newmem
  27. nop
  28. return:
  29. registersymbol(INJECT)
  30.  
  31. [DISABLE]
  32.  
  33. INJECT:
  34. db 0F 4E F0 0F 2F C1
  35.  
  36. unregistersymbol(INJECT)
  37. dealloc(newmem)
  38.  
  39.  
  40. </AssemblerScript>
  41. </CheatEntry>
  42. </CheatEntries>
  43. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment