AUTO CLAIM FREEBITCOIN FAUCET(2022) - Freebitco.in by Bitcoinbees.

Auto-Spin Roll after 15-30-45 second

  1. // ==UserScript==
  2. // @name AUTO CLAIM FREEBITCOIN FAUCET(2022) - Freebitco.in by Bitcoinbees.
  3. // @namespace Freebitco.in Bot Script
  4. // @version 0.1
  5. // @description Auto-Spin Roll after 15-30-45 second
  6. // @description Scipt Work only when add Script ( Hcaptcha Solver.)
  7. // @description Freebitco.in links : tinyurl.com/new-users-registration
  8. // @description For Info E-mail : bitbeez@yandex.com
  9. // @author Bitcoinbees
  10. // @license GPL-4.0
  11. // @match https://freebitco.in/*
  12. // @match https://freebitco.in/?op=home#
  13. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
  14. // ==/UserScript==
  15.  
  16. //You need add script ( Hcaptcha Solver.)
  17. ///////////////////////////////////////////////
  18.  
  19. var body = $('body');
  20. $('head').append('<meta http-equiv="refresh" content="36" />');
  21. var img = document.createElement("img");
  22. img.src = "https://i.postimg.cc/KzddcSkK/BITCOIN-BEE-LOGO.png";
  23. /////////////////////////////////////////////////////////////////////
  24. body.prepend(
  25. $('<div/>').attr('style',"position:relative;height:40em;z-index:9;width:75%;background-color:#E6E6E6;color: white; text-align: center;margin:auto; margin-bottom:0;bottom:0;")
  26. .append(
  27. $('<div/>').attr('id','autofauce')
  28. .append(img).attr('style',"width:20%; height:20%;position:relative;")
  29. .append($('<h4/>').attr('style','text-decoration:underline;color: red').text("Auto-Spin Freebitco.in Bot Script"))
  30. .append($('<h5/>').attr('style',"color: red").text("By Bitcoin Bees"))
  31. .append($('<p/>').attr('style',"color: #000; font-weight:bold;").text("SUPPORT MAIL:"))
  32. .append($('<p/>').attr('style',"color: #000;").text("bitbeez@yandex.com"))
  33. .append($('<p/>').attr('style',"color: green").text("Referral :https://tinyurl.com/new-users-registration"))
  34. .append($('<p/>').attr('style','text-decoration:none;background: -webkit-linear-gradient(top,#0de617 5%,#06980E 100%); padding:4px;font-weight:bolder;color:#fff;border-radius:6px;').text("Click to copy"))
  35. .append($('<p/>').attr('style','text-decoration:underline;color:#000;').text("Good Luck."))
  36. .append($('<p/>')
  37. )
  38.  
  39. ).click(function(){
  40. var $temp = $('<input>').val("https://tinyurl.com/new-users-registration");
  41. body.append($temp);
  42. $temp.select();
  43. document.execCommand("copy");
  44. $temp.remove();
  45. })
  46. ).prepend($('<style/>')
  47. .text("#autofauce { top:50px;position:relative;margin-right:auto; margin-left:auto;display:block;width:100%;padding-left:0;padding-right:0;}")
  48. )
  49. $(document).ready(function(){
  50. setTimeout(function(){
  51. $(".free_play_element").click();
  52. },15000+Math.random()*1500);
  53. });
  54.  
  55.  
  56. $(document).ready(function(){
  57. setTimeout(function(){
  58. $(".free_play_element").click();
  59. },30000+Math.random()*1500);
  60. });
  61.  
  62.  
  63. $(document).ready(function(){
  64. setTimeout(function(){
  65. $(".free_play_element").click();
  66. },45000+Math.random()*1500);
  67. });
  68.  
  69.  
  70.  

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址