thefuckingdevil


SUBMITTED BY: thefuckingdevil

DATE: Aug. 16, 2020, 4:56 p.m.

FORMAT: Text only

SIZE: 1.3 kB

HITS: 749

  1. // ==/UserScript==
  2. (function() {
  3. this.$ = this.jQuery = jQuery.noConflict(true);
  4. var claimTimer = setInterval (function() {claim(); }, Math.floor(Math.random() * 1000) + 2000);
  5. function claim(){
  6. var number=document.getElementById("lootbits").innerHTML;
  7. var numdown=document.getElementById("countdown_time").innerHTML;
  8. if (numdown === "00:01")
  9. {
  10. location.href = "https://lootbits.io/dashboard.php";
  11. }
  12. else
  13. {
  14. if (number > 0)
  15. {
  16. $( ".confirm" ).click();
  17. $( ".lootbox" ).click();
  18. }
  19. else
  20. {
  21. //do nothing
  22. }
  23. }
  24. if (numdown === "00:00")
  25. {
  26. var href = $('#claimbtn').attr('href');
  27. var newhref = "https://lootbits.io/dashboard.php"+href
  28. location.href = newhref;
  29. }
  30. else
  31. {
  32. //do nothing
  33. }
  34. $( "#id3a8b998253cross3a8b998253" ).click();
  35. }
  36. document.getElementById("lootboxout").click;
  37. if(location.href == "https://lootbits.io/dashboard.phpundefined")
  38. {
  39. location.href = "https://lootbits.io/dashboard.php";
  40. }
  41. })();

comments powered by Disqus