makua Posted March 3, 2011 Share 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 Link to comment Share on other sites More sharing options...
makua Posted March 3, 2011 Author Share 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. Link to comment Share on other sites More sharing options...
AutoBert Posted March 3, 2011 Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts