freebitco.in autoroll

autoclaim freebitco.in

  1. // ==UserScript==
  2. // Tampermonkey/Greasemonkey
  3. // @name freebitco.in autoroll
  4. // @version 0.1.2
  5. // @description autoclaim freebitco.in
  6. // @match https://freebitco.in/?op=home
  7. // @match https://freebitco.in/
  8. // @space https://freebitco.in/?r=2574355 use referral please
  9. // @grant none
  10. // @namespace https://gf.qytechs.cn/users/474465
  11. // ==/UserScript==
  12. try{
  13. setTimeout(function(){
  14.  
  15. var ativarRewards = true;
  16. var ativarBonus = true;
  17. var ativarCompraTickets = true;
  18.  
  19. var rewards = document.getElementsByClassName('reward_table_box br_0_0_5_5 user_reward_points font_bold')[0].innerText.replace(',','');
  20. var id = document.getElementsByClassName('left bold')[0].innerHTML;
  21.  
  22. if ($('#free_play_form_button').is(':visible') && !$('#play_without_captchas_button').is(':visible')) {
  23.  
  24. if ($('#bonus_container_free_points').is(':visible'))
  25. console.log('O bônus já está ativado!!!');
  26. else if(ativarRewards){
  27. if(rewards >= 12 && rewards < 120)
  28. RedeemRPProduct('free_points_1');
  29. else if(rewards >= 120 && rewards < 300)
  30. RedeemRPProduct('free_points_10');
  31. else if(rewards >= 300 && rewards < 600)
  32. RedeemRPProduct('free_points_25');
  33. else if(rewards >= 600 && rewards < 1200)
  34. RedeemRPProduct('free_points_50');
  35. else if(rewards >= 1200)
  36. RedeemRPProduct('free_points_100');
  37. if(rewards-3200 >= 1200 && ativarBonus)
  38. setTimeout(function(){RedeemRPProduct('fp_bonus_1000');},500);
  39. }
  40. setTimeout(function(){
  41. $('#free_play_form_button').trigger('click');},4000);
  42. }
  43. else if($('#play_without_captchas_button').is(':visible')){
  44. try{
  45. if($('#req_for_bonuses_link').is(':visible')){
  46. $('#account_unblock_modal').trigger('click')
  47.  
  48. console.log('Click efetuado para saber os requisitos para desbloquear o roll.');
  49.  
  50. var ticketsParaComprar = document.getElementsByClassName('account_unblock_span option_play_multiply_span')[0].innerHTML;
  51.  
  52. if(ticketsParaComprar.match(/,/))
  53. ticketsParaComprar = ticketsParaComprar.replace(',','');
  54.  
  55. var comprarTickets;
  56.  
  57. if(ativarCompraTickets){
  58. if(ticketsParaComprar<=350){
  59. comprarTickets = ticketsParaComprar * 2;
  60.  
  61. document.getElementById('lottery_tickets_purchase_count').value = comprarTickets;
  62.  
  63. $('#purchase_lottery_tickets_button').trigger('click');
  64.  
  65. console.log(comprarTickets + ' tickets de loteria foram comprados!');
  66.  
  67. setTimeout(function(){window.location.reload();},32000);
  68. }
  69. else
  70. comprarTickets = 0;
  71. }
  72.  
  73. else
  74. console.log('Os tickets a serem comprados são muito elevados: '+comprarTickets);
  75. }
  76. }
  77. catch(err){window.location.reload();}
  78. }
  79. else
  80. console.log('Ainda não deu o tempo.');
  81.  
  82. setTimeout(function(){window.location.reload();},1800000);
  83. },6000);
  84. }
  85.  
  86. catch(err){
  87. document.cookie='cf_use_ob=0;path=/';window.location.reload();
  88. }

QingJ © 2025

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