Jump to content

Recommended Posts

Posted

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")

Posted

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.
Posted

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.
Posted

i think it has custom controls that are not microsoft controls. when you log in, it goes to full-screen and there is no known way of putting it in a window. but do you know of anyway for autoit to target a window and maybe force the microsoft commands through?

Posted

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.

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
×
×
  • Create New...