Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created February 25, 2009 22:24
Show Gist options
  • Save trevorturk/70473 to your computer and use it in GitHub Desktop.
Save trevorturk/70473 to your computer and use it in GitHub Desktop.
/**
* Cheating on http://clickthatbutton.com/
*/
cheat = function() { $.post("/", {submit : {x : 193, y: 52}}, doResponse) }; setInterval(cheat, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment