Created
April 27, 2017 10:06
-
-
Save dongkwan-kim/1109d611b8e0f5449b3241a96d6e0632 to your computer and use it in GitHub Desktop.
trolling whoami (guessing.me)
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
for(var i = 0; i < 10; i ++){ | |
var x = Math.floor((Math.random() * 80) + 1); | |
$("div[data="+x+"]").click(); | |
}; | |
$("#submit").click(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment