Jump to content

Automating in a full-screen application


Recommended Posts

There's this full-screen application I want to use autoit to do some functions for me. Specifically, click at a specific coordinate and to hit certain keystrokes. However, my friend's simple clicker (a script that clicks 10x and pauses 5 seconds in between) does not work on the full-screen application. Is there anyway to target that application or make it work? The script was basic. Something like the following. Help please.

;Clicks on current position 10X times with 5 seconds inbetween

AutoItSetOption ("MouseClickDelay", 5000)

MouseClick("left")

MouseClick("left")

MouseClick("left")

MouseClick("left")

MouseClick("left")

MouseClick("left")

MouseClick("left")

MouseClick("left")

MouseClick("left")

MouseClick("left")

Link to comment
Share on other sites

It should work, works for me on a couple games.

I don't understand why it wouldn't work..

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Link to comment
Share on other sites

Heard a bit about that, no idea what it is about though :idiot:

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Link to comment
Share on other sites

You can send the clicks using my function in Scripts and Scraps maybe..

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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