Freebitco.in auto roll without Captcha

Please use my Referal-Link https://freebitco.in/?r=5545913

  1. // ==UserScript==
  2. // @name Freebitco.in auto roll without Captcha
  3. // @namespace
  4. // @version 1.5
  5. // @description Please use my Referal-Link https://freebitco.in/?r=5545913
  6. // @author CLONER
  7. // @match https://freebitco.in/*
  8. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
  9. // @namespace https://gf.qytechs.cn/en/users/1088885
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. $(document).ready(function(){
  16. console.log("Status: Page loaded.");
  17.  
  18. setTimeout(function(){
  19. $('#free_play_form_button').click();
  20. console.log("Status: Button ROLL clicked.");
  21. },2000);
  22. });
  23.  
  24. function random(min,max){
  25. return min + (max - min) * Math.random();
  26. }
  27.  
  28. })();

QingJ © 2025

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