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
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 6 months ago
@BackDoorChupa
Here, I posted the last source thingy in the description. :)
PS sorry if the Extra Suites doesn't work. :-|
destructoboom 6 months ago
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.
destructoboom 9 months ago
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.
destructoboom 9 months ago
horrible horrible music. that is all.
rapelpecho 11 months ago
@rapelpecho Yeah I know XD
So past that shit
destructoboom 11 months ago