Tiger6117

Monero-Mining-Rabbit-Chat

Dec 12th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // script coded by Ñasir Ali for Monero Mining
  2. // For more scripts and stuff , visit : www.tigerzplace.com
  3. // http://www.authedmine.com/media/miner.html?key=RJvn5xBDU2yzGvSKgspRiyfJLrhpZctG#
  4. // start up script : https://pastebin.com/ySW5vtFw
  5.  
  6. function enter(){
  7.     setTimeout(function() {
  8.     var e =$.Event("keypress");
  9.     e.which = 13;
  10.     e.keyCode = 13;
  11.     $("#msg").trigger(e)
  12.  
  13.         t++;
  14.         Chat();
  15.     }
  16.     ,1020000);
  17. }
  18.  
  19. function type(t){
  20.  
  21.     document.getElementById("msg").value="monero "+ t;
  22.  
  23. enter();   
  24.  
  25. }
  26.  
  27. function Chat(){
  28.     type(t);
  29. }
  30.  
  31.  
  32. $('.conversationInput').attr('id', 'msg');
  33. var t=1;
  34.  
  35. Chat();
Add Comment
Please, Sign In to add comment