Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Farmville Autoclicker Tutorial (Mac OS X) 

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
2,574
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jun 29, 2010

This is a tutorial on how to make an Autoclicker program on Mac OSX. It is meant for Farmville.

Spark:
http://www.shadowlab.org/softwares/spark.php

Extra Suites:
http://www.kanzu.com/software/extrasuites.sit

-farmvilleclick.scpt

set myLoc to my getMouseLocation()

tell application "Extra Suites"

set x to item 1 of myLoc
set y to item 2 of myLoc
set x to x + 40
set y to y - 19
ES move mouse {x, y}
delay 1.0E-5
ES click mouse

end tell

on getMouseLocation()
tell application "Extra Suites"
set mouseLoc to (ES mouse location)
end tell
return mouseLoc
end getMouseLocation


return 0

_________________

-farmvilleclickdown.scpt

set myLoc to my getMouseLocation()

tell application "Extra Suites"
set x to item 1 of myLoc
set y to item 2 of myLoc
set x to x - 40
set y to y + 19
ES move mouse {x, y}
delay 1.0E-5
ES click mouse
end tell

on getMouseLocation()
tell application "Extra Suites"
set mouseLoc to (ES mouse location)
end tell
return mouseLoc
end getMouseLocation


return 0

_________________

-farmvilleclicksx.scpt

set myLoc to my getMouseLocation()

tell application "Extra Suites"
set x to item 1 of myLoc
set y to item 2 of myLoc
set x to x - 40
set y to y - 19
ES move mouse {x, y}
delay 1.0E-5
ES click mouse
end tell

on getMouseLocation()
tell application "Extra Suites"
set mouseLoc to (ES mouse location)
end tell
return mouseLoc
end getMouseLocation


return 0
__________________

do not copy any "___________" in there. And the last part in the tutorial, where I say "this is what should happen" you can ignore.

And here is the last final source...
(replace the "1/2y" with half the number of farm plots on your left farm grid... and the two "x"'s with the number of farm plots on your right farm grid.)
(Post this into the spark source.)
[*--as shown in video--*]

repeat 1/2y times

repeat x times
run script ("/Users/JL/Documents/farmvilleclick.scpt" as POSIX file)
end repeat

run script ("/Users/JL/Documents/farmvilleclicksx.scpt" as POSIX file)

repeat x times
run script ("/Users/JL/Documents/farmvilleclickdown.scpt" as POSIX file)
end repeat

run script ("/Users/JL/Documents/farmvilleclicksx.scpt" as POSIX file)

end repeat

Category:

Gaming

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Uploader Comments (destructoboom)

  • Where is the LAST SOURCE?? the one with the repeats that also point to the scripts?? I don't see it in the description =/

  • @BackDoorChupa

    Here, I posted the last source thingy in the description. :)

    PS sorry if the Extra Suites doesn't work. :-|

  • Looking back on this, I wish I could've just made an easier tutorial. Just e-mail me at "tennischris94@gmail (dot) com" or message me here on Youtube if you need some help.

  • Looking back on this, I wish I could've just made an easier tutorial. Just e-mail me at "tennischris94@gmail (dot) com" or message me here on Youtube.

  • horrible horrible music. that is all.

  • @rapelpecho Yeah I know XD

    So past that shit

see all

All Comments (12)

Sign In or Sign Up now to post a comment!
  • the extra suites link is broken.... :( could you please upload the osax file somewhere? or email it to me?: timend@live.nl

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more