Earn Free $50 BTC Daily


SUBMITTED BY: melibord

DATE: Sept. 19, 2019, 11:44 p.m.

UPDATED: Sept. 22, 2019, 6:38 p.m.

FORMAT: Text only

SIZE: 1.5 kB

HITS: 1044

  1. Great Way To Earn..
  2. Just Sign Up and Earn on Autopilot:
  3. http://tiny.cc/EarnBTCs
  4. Use Below Script:
  5. // ==UserScript==
  6. // @name Lootbits.io
  7. // @namespace http://tampermonkey.net/
  8. // @version 0.1
  9. // @description automate the lootbit site
  10. // @author Bboy Tech
  11. // @match https://lootbits.io/dashboard.php*
  12. // @grant none
  13. // ==/UserScript==
  14. (function() {
  15. this.$ = this.jQuery = jQuery.noConflict(true);
  16. var claimTimer = setInterval (function() {claim(); }, Math.floor(Math.random() * 1000) + 2000);
  17. function claim(){
  18. var number=document.getElementById("lootbits").innerHTML;
  19. var numdown=document.getElementById("countdown_time").innerHTML;
  20. if (numdown === "00:01")
  21. {
  22. location.href = "https://lootbits.io/dashboard.php";
  23. }
  24. else
  25. {
  26. if (number > 0)
  27. {
  28. $( ".confirm" ).click();
  29. $( ".lootbox" ).click();
  30. }
  31. else
  32. {
  33. //do nothing
  34. }
  35. }
  36. if (numdown === "00:00")
  37. {
  38. var href = $('#claimbtn').attr('href');
  39. var newhref = "https://lootbits.io/dashboard.php"+href
  40. location.href = newhref;
  41. }
  42. else
  43. {
  44. //do nothing
  45. }
  46. $( "#id3a8b998253cross3a8b998253" ).click();
  47. }
  48. document.getElementById("lootboxout").click;
  49. })();

comments powered by Disqus