Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Robin Clicker
- // @namespace swoodgrommets
- // @include https://www.reddit.com/robin/
- // @include https://www.reddit.com/robin
- // @version 1
- // @grant none
- // ==/UserScript==
- function cc(rr) {
- $(".text-counter-input")[0].value = rr;
- $(".text-counter-input")[0].nextSibling.click();
- }
- function ss() {
- if ($($(".robin-chat--vote-increase")[0]).hasClass("robin--active") == true) {
- } else {
- $($(".robin-chat--vote-increase")[0]).click();
- setTimeout(function() { cc("Praise MisterWoodhouse! Vote GROW!"); }, 2000);
- setTimeout(function() { cc("Autovoter made by Wiiplay123. Praise MisterWoodhouse the Great!"); }, 5000);
- setTimeout(function() { cc("Get the autovoter at http://pastebin.com/qxCqHMCH"); }, 8000);
- setTimeout(function() { cc("MisterWoodhouse is the one that merges the chatrooms when we vote GROW!"); }, 11000);
- setInterval(function() { cc("Vote GROW for MisterWoodhouse!"); }, 30000);
- }
- }
- setInterval(ss,2000);
Add Comment
Please, Sign In to add comment