Hey guys, so i'm attempting to write commands to a game GUI in a game, and i'm not meeting with much success. I can write movement commands directly to the game, but it seems for some reason or another that the same keys written to memory that are held down, for moving, are different than those for the GUI. It's pretty vital that I'm able to send commands to the UI for what I need, and the game is in Java, which makes it a little more complicated. Any help would be appreciated.