I imported the project and ran it, and can't get any of the functions to do anything except for updating the log.
And I also got a bunch of these in the output:
LoadLibraryW X:\window_command_hook_DD7E629_VM\window_command_hook.dll failed with error code 126
This for instance is supposed to maximize the game window, right?
window_command_run(window_command_maximize);
And I get no response from the game window, whatsoever