Created
October 4, 2013 13:28
-
-
Save NiklasMM/6825909 to your computer and use it in GitHub Desktop.
Coockie clicker cheat script....
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
#! /usr/bin/bash | |
xdotool mousemove 200 400 | |
while true | |
do | |
xdotool click 1 & | |
eval $(xdotool getmouselocation --shell 2>/dev/null) | |
if [ "$X" -ne "200" ] | |
then | |
break | |
fi | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment