sonar
Joined: 28 Aug 2009 Posts: 1
|
Posted: Fri Aug 28, 2009 5:47 pm Post subject: Facebook Application Help |
|
|
http://www.facebook.com/apps/application.php?id=89771452035
Is there anything else I could add or update. ide appropriate any help.
only a simple mouse clicker but i only know the basics.
I do have an hotkey to start the script, but i would like a start/stop function button. don't know what i'm doing.
this script opens up the popup box clicks feed then clicks ok. then onto next worker but it gets confused when some other pop ups appeer and just starts clicking all over the screen.
| Code: |
Lwin::
WinWait, Roller Coaster Kingdom on Facebook - Mozilla Firefox,
IfWinNotActive, Roller Coaster Kingdom on Facebook - Mozilla Firefox, , WinActivate, Roller Coaster Kingdom on Facebook - Mozilla Firefox,
WinWaitActive, Roller Coaster Kingdom on Facebook - Mozilla Firefox,
Loop 50000
{
MouseClick, left, 412, 542
Sleep, 1000
MouseClick, left, 627, 394
Sleep, 1000
MouseClick, left, 739, 565
Sleep, 1000
MouseClick, left, 517, 532
Sleep, 1000
MouseClick, left, 636, 396
Sleep, 1000
MouseClick, left, 756, 568
Sleep, 300000
}
Return
|
|
|