Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function pollFucker(a, b) {
  2.     setCookie('ISVOTED_' + a, 'FALSE', new Date(new Date().getTime()+1000*60*60*24));
  3.     setCookie('c_VOTE_' + a, 'ENABLE', new Date(new Date().getTime()+1000*60*60*24));
  4.     mainSendVote(jQuery('form')[0], b, a);
  5. }
  6. setInterval(function() {pollFucker(13624057, 13624058)}, 1000);