Facebook auto poker
by z3n on Dec.27, 2011, under Linux Happyness, Tips & Hints
I wrote this macro with XTE intended to run on linux on a VNC screen, nothing a regular geek wouldn’t understand.
Never loose a poke war ever again:
while [ 1 ] ; do xte 'mousemove 20 350' 'mouseclick 1';sleep 5;xte 'mousemove 300 235' 'mouseclick 1';sleep 30;done;
No comments for this entry yet...