(Help) Send Command To Console
Hi everyone, I'm making a program for my nephew for BO1. I need to be able to send commands to the internal game console live, and was wondering if someone had the address to enable and send the string command to it? I will give credit but I honestly have no intention to release it unless asked considering its an old game. Anyways would greatly appreciate it. Thanks!
- Su11ydud3
Call this function and console will popup on screen(DevConsole): 0x586100
And to directly send a command to console use this(Cbuf_AddText): 0x49B930
//Solved.