Winon's Freebitco.in AUTO ROLL (without captcha)

You need to create an account to work in: https://freebitco.in/?r=15804570

  1. // ==UserScript==
  2. // @version 1.1
  3. // @author Winon#2297
  4. // @match https://freebitco.in/*
  5. // @name Winon's Freebitco.in AUTO ROLL (without captcha)
  6. // @namespace https://gf.qytechs.cn/users/311179
  7. // @description You need to create an account to work in: https://freebitco.in/?r=15804570
  8. // @license GPL-3.0
  9. // ==/UserScript==
  10.  
  11. var timeout = setTimeout("location.reload(true);",3630000);
  12. function resetTimeout() {
  13. clearTimeout(timeout);
  14. timeout = setTimeout("location.reload(true);",3630000);
  15. }
  16. var count_min = 1;
  17. $(document).ready(function(){
  18. console.log("Status: Page loaded.");
  19.  
  20. setTimeout(function(){
  21. $('#free_play_form_button').click();
  22. console.log("Status: Button ROLL clicked.");
  23. }, random(2000,4000));
  24.  
  25. setInterval(function(){
  26. console.log("Status: Elapsed time " + count_min + " minutes");
  27. count_min = count_min + 1;
  28. }, 60000);
  29.  
  30. setTimeout(function(){
  31. $('.close-reveal-modal')[0].click();
  32. console.log("Status: Button CLOSE POPUP clicked.");
  33. }, random(12000,18000));
  34.  
  35. setInterval(function(){
  36. $('#free_play_form_button').click();
  37. console.log("Status: Button ROLL clicked again.");
  38. }, random(3605000,3615000));
  39. });
  40.  
  41. function random(min,max){
  42. return min + (max - min) * Math.random();
  43. }

QingJ © 2025

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