Injector
I'm building a executor which loads a script that's in the TextBox into a game but I don't know how to make the script target the game process or how to make it execute it.
I don't need a .DLL injector, I'm injecting a different type of files.
More like injecting just the script that I'm typing in the TextBox in my application, and when I press the button the thing happens in the game.