Skip to content

Instantly share code, notes, and snippets.

@dongkwan-kim
Created April 27, 2017 10:06
Show Gist options
  • Save dongkwan-kim/1109d611b8e0f5449b3241a96d6e0632 to your computer and use it in GitHub Desktop.
Save dongkwan-kim/1109d611b8e0f5449b3241a96d6e0632 to your computer and use it in GitHub Desktop.
trolling whoami (guessing.me)
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