makua 0 Posted March 3, 2011 (edited) So I want to be able to open an ingame menu, and be able to select an option in the menu without emulating mouse movements, so i dont have to have the window in a certain location. How can i do this? this is what i have so far WinWaitActive("game") ; to wait until i select the game sleep(500) ; to delay on opening the menu Send("k") ; to open the game menu Edited March 3, 2011 by makua Share this post Link to post Share on other sites
makua 0 Posted March 3, 2011 So I want to be able to open an ingame menu, and be able to select an option in the menu without emulating mouse movements, so i dont have to have the window in a certain location. How can i do this? this is what i have so far WinWaitActive("game") ; to wait until i select the game sleep(500) ; to delay on opening the menu Send("k") ; to open the game menu in other words i want to be able to read the memory of a game, i think. Share this post Link to post Share on other sites
AutoBert 197 Posted March 3, 2011 in other words i want to be able to read the memory of a game, i think.you haven't read this before posting Share this post Link to post Share on other sites