kravitch wrote: ↑Mon Jan 31, 2022 10:20 pmThis script enables instant blaster charge (tested on support mage). I have Oculus version, but it should work on Steam too. It's a bit OP so don't go wild with it.
Code: Select all
[ENABLE] aobscanmodule(left_charge,GameAssembly.dll,89 B3 D0 00 00 00 48 8B 7C) alloc(newmem,$1000,left_charge) label(code) label(return) newmem: code: jmp return left_charge: jmp newmem nop return: registersymbol(left_charge) [DISABLE] left_charge: db 89 B3 D0 00 00 00 unregistersymbol(left_charge) dealloc(newmem)
How did you find that value. I was trying to find that crap for mad long