hit rot


SUBMITTED BY: uuuuuu

DATE: Oct. 24, 2016, 11:02 p.m.

FORMAT: Text only

SIZE: 5.2 kB

HITS: 536

  1. //Any Questions PM me (Riku517) on TBN or post in the thread [http://thebot.net/threads/imacro-script-for-22hits-rotation-updated.346993/]
  2. while (true) {
  3. //Put YT Links here [check the ' and ,
  4. var urls = ['https://www.youtube.com/watch?v=HjSeq6RvZVA', 'https://www.youtube.com/watch?v=dMJJIUGhkeQ','https://www.youtube.com/watch?v=M3xtC42D5fg','https://www.youtube.com/watch?v=FcUA9Lu6vOE', 'https://www.youtube.com/watch?v=eWGImDk09tM', 'https://www.youtube.com/watch?v=mvEqSPS69VI', 'https://www.youtube.com/watch?v=FNZFzDx4HkQ', 'https://www.youtube.com/watch?v=vj5bNwQnYwA', 'https://www.youtube.com/watch?v=qU6uvolea04', 'https://www.youtube.com/watch?v=HVgLqL5tjaM', 'https://www.youtube.com/watch?v=0tgA_-Xl5aA', 'https://www.youtube.com/watch?v=93ocubsCUTY', 'https://www.youtube.com/watch?v=_UnJ3eSXMT4', 'https://www.youtube.com/watch?v=_PZa0B2KIBw', 'https://www.youtube.com/watch?v=lKfvbiVkjiQ', 'https://www.youtube.com/watch?v=tRFRAZivAh0', 'https://www.youtube.com/watch?v=iuOxghAYFbc', 'https://www.youtube.com/watch?v=Jz4uGBOejgQ', 'https://www.youtube.com/watch?v=Ac2gp5YsCLo', 'https://www.youtube.com/watch?v=M4gprH2gjJU', 'https://www.youtube.com/watch?v=_DAOk0KY_gc', 'https://www.youtube.com/watch?v=30BHeKR4HEs', 'https://www.youtube.com/watch?v=qJvKVhOjUw0', 'https://www.youtube.com/watch?v=ERPSYoWikzU'];
  5. //Adds your YT links to the FB refer links
  6. function shuffle(o){
  7. for(var j, x, i = o.length; i; j = Math.floor(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
  8. return o;
  9. }
  10. //Makes the random letters and numbers needed for the FaceBook refer link
  11. function makeid(){
  12. var text = "";
  13. var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
  14. for( var i=0; i < 9; i++ )
  15. text += possible.charAt(Math.floor(Math.random() * possible.length));
  16. return text;
  17. }
  18. //Shuffles all your YT links
  19. shuffled_arr = shuffle(urls);
  20. final_links_arr = [];
  21. //The 2 is the number of slots you have activated CHANGE IT AS NEEDED
  22. for (i=0;i<3;i++){
  23. //Creates your final links
  24. final_links_arr.push('http://www.facebook.com/l/'+makeid()+'/' + shuffled_arr[i]);}
  25. //declares variables needed for the script to work
  26. var n = '\n';
  27. var mac;
  28. var pos_a = 2;
  29. var pos_b = 1;
  30. var pos_c = 4;
  31. var pos_d = 3;
  32. //Does the magic
  33. mac = "CODE:";
  34. mac += "VERSION BUILD=8940826 RECORDER=FX"+ n;
  35. mac += "SET !TIMEOUT_PAGE 10"+n;
  36. mac += "SET !TIMEOUT_TAG 0"+n;
  37. mac += "SET !TIMEOUT 90"+n;
  38. mac += "SET !TIMEOUT_STEP 1"+n;
  39. mac += "SET !ERRORIGNORE YES"+n;
  40. //Goes to the 22hits, puts in your information, logs you in, goes to the links page
  41. mac += "URL GOTO=http://22hits.com/index.php#/"+ n;
  42. //ENTER YOUR EMAIL HERE
  43. mac += "TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:login.php ATTR=ID:usr_email CONTENT=devantofarhan@gmail.com"+ n;
  44. mac += "SET !ENCRYPTION NO"+ n;
  45. //ENTER YOUR PASSWORD HERE
  46. mac += "TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:login.php ATTR=ID:usr_pass CONTENT=ninjasaga321"+ n;
  47. mac += "TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:login.php ATTR=NAME:login"+ n;
  48. mac += "TAG POS=1 TYPE=A ATTR=TXT:My<SP>links"+ n;
  49. final_links_arr.forEach(function(entry) {
  50. //Declares a random number for the NUMBER OF HITS PER HOUR
  51. //Change the 5 to your lower limit of hits and the 10 to your upper limit minus your lower limit
  52. //Example: 10+5 --> 5 to 15 hits per hour
  53. var R = Math.floor(Math.random()*120 +100);
  54. //Puts the HITS PER HOUR into the correct box
  55. mac += "TAG POS="+pos_c+" TYPE=INPUT:TEXT ATTR=ID:duration CONTENT=" + R + n;
  56. //Declares a random number for the DURATION OF A HIT
  57. //Change the 55 to your lower limit of hits and the 25 to your upper limit minus your lower limit
  58. //Example: 40+60 --> 60s to 100s per hit
  59. var D = Math.floor(Math.random()*20 + 100);
  60. //Puts the DURATION OF A HIT into the correct box
  61. mac += "TAG POS="+pos_d+" TYPE=INPUT:TEXT ATTR=ID:duration CONTENT=" + D +n;
  62. //Puts the YT+FB Refer URL into the correct box
  63. mac += "TAG POS="+pos_a+" TYPE=INPUT:TEXT ATTR=ID:url CONTENT=" + entry + n;
  64. //Activates the link [commented out (remove // to uncomment) for SAFETY, TEST BEFORE YOU ACTIVATE YOUR LINKS]
  65. //mac += "TAG POS="+pos_b+" TYPE=INPUT:CHECKBOX ATTR=NAME:active CONTENT=YES"+ n;
  66. //Selects unique IP
  67. mac += "TAG POS="+pos_b+" TYPE=INPUT:CHECKBOX ATTR=NAME:uniqueip CONTENT=YES"+ n;
  68. //Saves the slot
  69. mac += "TAG POS="+pos_b+" TYPE=A ATTR=TXT:Save"+ n;
  70. //increments poistions for the next loop
  71. pos_a++;
  72. pos_b++;
  73. pos_c+=2;
  74. pos_d+=2;
  75. });
  76. //Signs you out [You can deactivate this if you want, pretty sure it will still work without this]
  77. mac += "TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>Out"+ n;
  78. //TIME UNTIL LINKS ARE ROTATED AGAIN
  79. //Change this to however long you want the links to be activated for in SECONDS
  80. //Example 1200 --> 1200SECS=20Minutes -->rotate links every 20 minutes
  81. mac +='WAIT SECONDS=1800'+n;
  82. var m = iimPlay(mac);
  83. }
  84. //Any Questions PM me (Riku517) on TBN or post in the thread [http://thebot.net/threads/imacro-script-for-22hits-rotation-updated.346993/]

comments powered by Disqus