Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <CheatTable>
- <CheatEntries>
- <CheatEntry>
- <ID>7</ID>
- <Description>"SubstepDisabler"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>[ENABLE]
- aobscanmodule(INJECT,RocketLeague.exe.unpacked.exe,0F 4E F0 0F 2F C1) // should be unique
- alloc(newmem,$1000,"RocketLeague.exe.unpacked.exe"+ED9AE8)
- label(code)
- label(return)
- //cmovle esi,eax
- newmem:
- code:
- comiss xmm0,xmm1
- jmp return
- INJECT:
- jmp newmem
- nop
- return:
- registersymbol(INJECT)
- [DISABLE]
- INJECT:
- db 0F 4E F0 0F 2F C1
- unregistersymbol(INJECT)
- dealloc(newmem)
- </AssemblerScript>
- </CheatEntry>
- </CheatEntries>
- </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment