Jump to content

AutoIt and a game


Recommended Posts

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
Link to comment
Share on other sites

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

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...