Created
April 13, 2012 23:23
-
-
Save numeraltwo/2380864 to your computer and use it in GitHub Desktop.
Cheatin' bookmarklets for tugofstore.com ;-p
This file contains 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
//SAVE THIS BOOKMARK AS COOL | |
javascript:var COOL = Tug.utils.registerMousePosition(window.width); for (i=0;i<=100;i++){socket.emit('click', { click: true, vote: COOL});} | |
//SAVE THIS BOOKMARK AS CRAP | |
javascript:var CRAP = Tug.utils.registerMousePosition(0); for (i=0;i<=100;i++){socket.emit('click', { click: true, vote: CRAP});} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice