Wiiplay123

Praise MisterWoodhouse AutoVoter 1.0

Apr 1st, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        Robin Clicker
  3. // @namespace   swoodgrommets
  4. // @include     https://www.reddit.com/robin/
  5. // @include     https://www.reddit.com/robin
  6. // @version     1
  7. // @grant       none
  8. // ==/UserScript==
  9.  
  10. function cc(rr) {
  11.   $(".text-counter-input")[0].value = rr;
  12.   $(".text-counter-input")[0].nextSibling.click();
  13. }
  14. function ss() {
  15. if ($($(".robin-chat--vote-increase")[0]).hasClass("robin--active") == true) {
  16. } else {
  17.   $($(".robin-chat--vote-increase")[0]).click();
  18.   setTimeout(function() { cc("Praise MisterWoodhouse! Vote GROW!"); }, 2000);
  19.   setTimeout(function() { cc("Autovoter made by Wiiplay123. Praise MisterWoodhouse the Great!"); }, 5000);
  20.   setTimeout(function() { cc("Get the autovoter at http://pastebin.com/qxCqHMCH"); }, 8000);
  21.   setTimeout(function() { cc("MisterWoodhouse is the one that merges the chatrooms when we vote GROW!"); }, 11000);
  22.   setInterval(function() { cc("Vote GROW for MisterWoodhouse!"); }, 30000);
  23. }
  24. }
  25. setInterval(ss,2000);
Add Comment
Please, Sign In to add comment