Skip to content

Instantly share code, notes, and snippets.

@NiklasMM
Created October 4, 2013 13:28
Show Gist options
  • Save NiklasMM/6825909 to your computer and use it in GitHub Desktop.
Save NiklasMM/6825909 to your computer and use it in GitHub Desktop.
Coockie clicker cheat script....
#! /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