Tiger6117

Monero Mining StartUp Script

Dec 13th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function start() {
  2.  
  3.     document.getElementById("mining-start").click();
  4.  
  5.     setTimeout(function(){
  6.     for (var i=1;i<=30;i++){    document.getElementById("threads-add").click();
  7.     }
  8.     },3000);
  9. }
  10.  
  11.  
  12. start();
Add Comment
Please, Sign In to add comment