Jump to content

Recommended Posts

Posted

I am trying to make a program that would constantly vote for Envy On The Coast in the poll on this page: AOL Sessions Undercover

I tried using the macrogenerator, but it gave me this:

Opt("WinTitleMatchMode", 4)
WinWait("Program Manager","FolderView")
WinWait("Mozilla Firefox Start Page - Mozilla Firefox","")
ControlClick("Mozilla Firefox Start Page - Mozilla Firefox","","MozillaWindowClass1")
WinWait("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","")
While 1
ControlClick("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","","MozillaWindowClass15")
ControlClick("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","","MozillaWindowClass15")
ControlClick("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","","MozillaWindowClass15")
WEnd

Any help would be appreciated.

Posted

Ok, does the window it is clicking have to be at the front of the screen? I will just make the window full screen every time to make sure it clicks in the right spot.

Posted

Hmmm, is the help file accessed through the AutoIt3 folder in Program Files or through the program? I see a lot of _IE files, but not one that is name IE.au3.

_IECreate() ... and etc, is a part of this include

#Include <IE.au3>

all in the help file

8)

NEWHeader1.png

Posted

Hmmm, I couldn't find anything on MouseClick in there or anything to do with a flash poll. I found click by text, but the word Vote doesn't show up in a text search on the website.

Posted

I am trying to make a program that would constantly vote for Envy On The Coast in the poll on this page: AOL Sessions Undercover

I tried using the macrogenerator, but it gave me this:

Opt("WinTitleMatchMode", 4)
WinWait("Program Manager","FolderView")
WinWait("Mozilla Firefox Start Page - Mozilla Firefox","")
ControlClick("Mozilla Firefox Start Page - Mozilla Firefox","","MozillaWindowClass1")
WinWait("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","")
While 1
ControlClick("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","","MozillaWindowClass15")
ControlClick("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","","MozillaWindowClass15")
ControlClick("Sessions Under Cover - Rock Artists Go Acoustic - AOL Music - Mozilla Firefox","","MozillaWindowClass15")
WEnd

Any help would be appreciated.

check out the _IE functions, it really pwns.

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