Jump to content

Recommended Posts

Posted (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 by makua
Posted

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.

Guest
This topic is now closed to further replies.
×
×
  • Create New...