What sort of method could I use to find the in memory buffer where it stores a command to be executed.. for example player.placeatme 111111111 or wtver... clearly when you submit this via the console that value it stored somewhere in memory. I'd like to be able to "inject" a command string... to be able to basically submit console commands without the console pause.
For the most simple example imagine fo3 running in a window.. and a lil custom app next to it with 1 button. Everytime you click the button it submits player.placeatme 111111111.. (or wtver)
I know this can be done. I've no doubt. I managed to inject other stuff like health/stats type values with no real trouble.. but I can't find or figure out how.. the game puts that console string together and stores it to be executed.