[Final] Freebitco.in

Automatic claim BTC/WoF + select 1000% BTC-Bonus

目前为 2023-10-25 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name [Final] Freebitco.in
  3. // @namespace https://gf.qytechs.cn/users/1162863
  4. // @version 2.5
  5. // @description Automatic claim BTC/WoF + select 1000% BTC-Bonus
  6. // @author Andrewblood
  7. // @match https://freebitco.in/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=freebitco.in
  9. // @grant window.close
  10. // @license Copyright Andrewblood
  11. // ==/UserScript==
  12. /*
  13.  
  14. Profit: 2$/Month
  15.  
  16. For full automation you need the extension "hektCaptcha".
  17.  
  18. Open the Faucet every hour + (daily WoF when you become WoF from FUN-holding or Reward exchange), and see how your BTC increases... ;)
  19.  
  20. When you want to Support me for the work. Then take a look on my other scripts on https://gf.qytechs.cn/users/1162863 or
  21. Register your Faucetpay Account over https://faucetpay.io/?r=script
  22. I have also my Refferal-Link in this Script integrated.
  23.  
  24. */
  25. (function() {
  26. 'use strict';
  27.  
  28. function isCaptchaChecked() {
  29. return hcaptcha && hcaptcha.getResponse().length !== 0;
  30. }
  31.  
  32. function docReady(fn) {
  33. if (document.readyState === "complete" || document.readyState === "interactive") {
  34. setTimeout(fn, 1);
  35. } else {
  36. document.addEventListener("DOMContentLoaded", fn);
  37. }
  38. }
  39.  
  40. docReady(function() {
  41.  
  42. if(window.location.href.includes("https://freebitco.in/signup/?op=s")) {
  43. window.location.replace("https://freebitco.in/signup/?op=s&r=3595810");
  44. }
  45.  
  46. if(window.location.href.includes("https://freebitco.in/?op=home")) {
  47. if (document.querySelector("#free_play_form_button").style.display == "none"){
  48. console.log("Wait for next Roll.");
  49. setTimeout(function() {
  50. window.close();
  51. }, 1000*10);
  52. }
  53. else
  54. {
  55. console.log("Let's look for Bonus");
  56. document.querySelector("body > div.large-12.fixed > div > nav > section > ul > li:nth-child(8) > a").click();
  57. document.querySelector("#rewards_tab > div.row.reward_category_container_main_div > div > div:nth-child(4) > div.reward_category_name").click();
  58. setTimeout(function() {
  59. var yourrwp = parseFloat(document.querySelector("#rewards_tab > div:nth-child(2) > div > div.reward_table_box.br_0_0_5_5.user_reward_points.font_bold").innerText.replace(/,/, ''))
  60. console.log("Your current Reward Points are:");
  61. console.log(yourrwp);
  62. var bonuscost = parseFloat(document.querySelector("#fp_bonus_rewards > div:nth-child(2) > div:nth-child(2) > div.large-6.small-12.columns > div").innerText.replace(/,/, ''))
  63. console.log("The Price for 1000% BTC-Bonus is:");
  64. console.log(bonuscost);
  65. if (yourrwp > bonuscost){
  66. document.querySelector("#fp_bonus_rewards > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > button").click();
  67. }
  68. else
  69. {
  70. console.log("Your balance is too low to buy.");
  71. }
  72. document.querySelector("#free_play_link_li > a").click();
  73. }, 1000*5);
  74.  
  75. // Make the Roll
  76. setTimeout(function() {
  77. if (document.querySelector("#anchor")){
  78. console.log("Wait for Captcha and.....");
  79.  
  80. if (isCaptchaChecked()) {
  81. document.querySelector("#free_play_form_button").click();
  82. setTimeout(function() {
  83. window.close();
  84. }, 1000*10);
  85. }
  86. }
  87. else
  88. {
  89. document.querySelector("#free_play_form_button").click();
  90. setTimeout(function() {
  91. window.close();
  92. }, 1000*10);
  93. }
  94. }, 1000*10);
  95. }
  96. }
  97.  
  98. if (window.location.href.includes("https://freebitco.in/static/html/wof/wof-premium.html")) {
  99. if (document.querySelector("#token_count").innerText > 0){
  100. console.log("You can Roll")
  101. document.querySelector("#wofc-section > div > div.wofc-spins > p > button:nth-child(2)").click();
  102. setTimeout(function() {
  103. window.close();
  104. }, 1000*10);
  105. }
  106. else
  107. {
  108. console.log("Wait for new WoF.")
  109. setTimeout(function() {
  110. window.close();
  111. }, 1000*10);
  112. }
  113. }
  114.  
  115. })
  116. })();

QingJ © 2025

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