Advertisement
ShoopieTUBE

coins

Dec 9th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Cunhar Moeda
  3. // @include https://svs1*screen=snob&mode=coin*
  4. // @include https://its1*screen=snob&mode=coin*
  5. // ==/UserScript==
  6.  
  7. // Script Escrito por ThiioM :)
  8.  
  9. //Cunhar Moeda
  10. var selectCoins = $('select[class="select_coins"]');
  11. if(selectCoins.length){
  12. $('#select_anchor_top').click(); // Moeda
  13. $('#coin_overview_table .mint_multi_button').click(); // Cunhar
  14. }
  15.  
  16. //Recarregar a Página
  17. setInterval(
  18.  
  19. function() {
  20. window.location.reload();
  21. }, 60000); // << Coloque o tempo em MS Aqui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement