Last active
July 6, 2025 11:50
-
-
Save plskz/dab6e2fde321a9eec243fcc0f1957ad1 to your computer and use it in GitHub Desktop.
Automator for Roblox grow a garden (2 accounts - sprinklers)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| CLICLICK="/opt/homebrew/bin/cliclick" | |
| buy_sprinklers_left() { | |
| $CLICLICK w:1500 c:412,80 # left ready | |
| $CLICLICK w:800 tc:330,448 # buy basic sprinklers | |
| $CLICLICK w:800 c:423,562 # down (advance) | |
| $CLICLICK w:800 tc:347,452 # buy advance sprinklers | |
| $CLICLICK w:800 c:423,562 # down (godly) | |
| $CLICLICK w:800 tc:347,452 # buy godly sprinklers | |
| $CLICLICK w:800 c:423,562 # down (tanning mirror) | |
| $CLICLICK w:800 tc:345,472 # buy tanning mirror | |
| $CLICLICK w:800 c:423,562 # down (master) | |
| $CLICLICK w:800 tc:345,472 # buy master sprinklers | |
| $CLICLICK -e 1500 dd:618,443 dm:618,165 du:618,165 # drag to top | |
| } | |
| safety_default_left() { | |
| for _ in {1..8}; do | |
| $CLICLICK w:1000 c:424,255 # safety: default | |
| done | |
| } | |
| reset_sequence_left() { | |
| $CLICLICK w:800 c:404,505 # reset - go to trowel | |
| $CLICLICK w:800 c:404,505 # reset - go to recall wrench | |
| $CLICLICK w:800 tc:330,448 dc:330,448 # buy recall wrench | |
| $CLICLICK w:800 c:404,505 # reset - go to basic sprinkler | |
| } | |
| buy_sprinklers_right() { | |
| $CLICLICK w:1500 c:1261,80 # right ready | |
| $CLICLICK w:800 tc:1170,448 # buy basic sprinklers | |
| $CLICLICK w:800 c:1260,562 # down (advance) | |
| $CLICLICK w:800 tc:1187,452 # buy advance sprinklers | |
| $CLICLICK w:800 c:1260,562 # down (godly) | |
| $CLICLICK w:800 tc:1187,452 # buy godly sprinklers | |
| $CLICLICK w:800 c:1260,562 # down (tanning mirror) | |
| $CLICLICK w:800 tc:1185,472 # buy tanning mirror | |
| $CLICLICK w:800 c:1260,562 # down (master) | |
| $CLICLICK w:800 tc:1185,472 # buy master sprinklers | |
| $CLICLICK -e 1500 dd:1458,443 dm:1458,170 du:1458,170 # drag to top | |
| } | |
| safety_default_right() { | |
| for _ in {1..8}; do | |
| $CLICLICK w:1000 c:1266,256 # safety: default | |
| done | |
| } | |
| reset_sequence_right() { | |
| $CLICLICK w:800 c:1267,504 # reset - go to trowel | |
| $CLICLICK w:800 c:1267,504 # reset - go to recall wrench | |
| $CLICLICK w:800 tc:1170,448 dc:1170,448 # buy recall wrench | |
| $CLICLICK w:800 c:1267,504 # reset - basic sprinkler | |
| } | |
| # Main | |
| buy_sprinklers_left | |
| safety_default_left | |
| reset_sequence_left | |
| buy_sprinklers_right | |
| safety_default_right | |
| reset_sequence_right | |
| $CLICLICK w:1500 c:323,837 # 3rd acc | |
| $CLICLICK w:800 tc:332,879 tc:332,879 # 3rd acc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as of Jul 6, 2025 (Sunday) - seedshop