AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Facebook Application Help

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
sonar



Joined: 28 Aug 2009
Posts: 1

PostPosted: Fri Aug 28, 2009 5:47 pm    Post subject: Facebook Application Help Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group