Quote:
Originally Posted by geek1011
BTW, the keyboard patch is broken at the line which is like: replace_string = FFFFFFD4, `ƒ\0`, `ƒ`
|
Do you mean the FFFFFFD4? The addresses/offsets have 32-bits, so that should give the same result as writing a negative:
Code:
replace_string = -2C, `ƒ\0`, `ƒ`