Freebitco.in 99 auto roll win. JavaScript.


SUBMITTED BY: godsend

DATE: Feb. 12, 2021, 7:20 a.m.

FORMAT: Text only

SIZE: 2.3 kB

HITS: 459

  1. Sign up using the following link to be included in our monthly 1 Bitcoin draw.
  2. https://freebitco.in/?r=37068028
  3. Be sure to stop this script after 99 auto rolls, to stop simply refresh the page.
  4. For bigger and faster wins, donate to this BTC address. 18e1561MhqrJwmb4tXuCU3V9cGtb3yJCSx
  5. Once I see donations coming to that BTC address I will post jackpot scripts and 10000 roll scripts ($200 an hour)
  6. ------------------------------------------------------------------------------------------------
  7. var minstake = 0.00000001; // minimum stake
  8. var autorounds = 75; // play 99 rounds only
  9. var handbrake = 0.00000513; // pause when stake reaches 2561 Satoshis
  10. var autoruns = 1;
  11. function playnow() {
  12. if (autoruns > autorounds ) { console.log('Limit reached'); return; }
  13. document.getElementById('double_your_btc_bet_hi_button').click();
  14. setTimeout(checkresults, 100);
  15. return;}
  16. function checkresults() {
  17. if (document.getElementById('double_your_btc_bet_hi_button').disabled === true) {
  18. setTimeout(checkresults, 500);
  19. return;
  20. }
  21. var stake = document.getElementById('double_your_btc_stake').value * 1;
  22. var won = document.getElementById('double_your_btc_bet_win').innerHTML;
  23. if (won.match(/(\d+\.\d+)/) !== null) { won = won.match(/(\d+\.\d+)/)[0]; } else { won = false; }
  24. var lost = document.getElementById('double_your_btc_bet_lose').innerHTML;
  25. if (lost.match(/(\d+\.\d+)/) !== null) { lost = lost.match(/(\d+\.\d+)/)[0]; } else { lost = false; }
  26. if (won && !lost) { stake = minstake; console.log('Bet #' + autoruns + '/' + autorounds + ': Won ' + won + ' Stake: ' + stake.toFixed(8)); }
  27. if (lost && !won) { stake = lost * 2; console.log('Bet #' + autoruns + '/' + autorounds + ': Lost ' + lost + ' Stake: ' + stake.toFixed(8)); }
  28. if (!won && !lost) { console.log('Something went wrong'); return; }
  29. document.getElementById('double_your_btc_stake').value = stake.toFixed(8);
  30. autoruns++;
  31. if (stake >= handbrake) {
  32. document.getElementById('handbrakealert').play();
  33. console.log('Handbrake triggered! Execute playnow() to override');
  34. return;
  35. }
  36. setTimeout(playnow, 500);
  37. return;
  38. }playnow()

comments powered by Disqus