(adsbygoogle = window.adsbygoogle || []).push({});
Hello NGU,
today I'm going to release the Black Ops 1 button monitoring offsets.
The ClientState is 0x13950c8.
The client size is 0x2a38.
You can Monitor the buttons at ClientState + 0x2718/0x274c/0x28fc.
You can get the offsets for the button monitoring using this:
0x13950c8 + (clientIndex * 0x2e38 ) + 0x2718, just replace clientIndex with the client you want to get it for.
x = 00 20 00 00
o = 20 00 01 00
[] = 04 00 00 00
/\ = 00 00 00 08
l1 = 00 10 00 80
r1 = 80 00 00 00
l2 = 00 01 02 00
r2 = 00 02 1c 00 (when fully pressed)
l3 = 40 04 00 00
start = 00 00 00 04
p.s.: I'm not 100% if thats the correct ClientState but it works fine for me. There might also be more offsets where you can monitor the buttons.. I'm pretty sure iMCSx will open a new thread if there's anything else