Do Red Boxes have offsets?
Bit of a long shot, but anyway...
Having played the game to death the normal way, I've been programming a hack to switch on certain features using a VB.Net Timer, which is working okay.
I'm trying to improve it however by enabling the red boxes that appear when you use a Remote Sentry, or AC-130. Is it possible to enable those red boxes while you're in first-person player (e.g. normal) mode? I've tried a memory search and get about 40 results, but when I try to find "what accesses these addresses" in CheatEngine, it crashes iw5mp.exe.
Can it be done, and if I ask really nicely, can anyone supply the red box offsets? Thank you!
All the methods so far have been hooking the game and calling the function in the frame. ( Traditional chopper boxes that is )
I'm sure, just like all other CoDs since CoD1, you can do it with a simple memory patch but you'll:
1.) Be editing the .text section which is bad for VAC
2.) Have to find it yourself because it's not public