Free double your money JavaScript.


SUBMITTED BY: godsend

DATE: Dec. 21, 2020, 5:40 p.m.

UPDATED: Feb. 12, 2021, 3:56 p.m.

FORMAT: Text only

SIZE: 3.5 kB

HITS: 2703

  1. Donations to. 1JtkSSCJ6bsxR5AZ8bJGsyvvGBBfxmtFEt
  2. Win, hack, earn Bitcoin requests to Telegram @Passionateforcoin no fee only donations.
  3. I specialize in computer programming, anything you need. simply request it. My new JS only buy after you have tested the free JS i have posted on one of my listings, the script is inside the description.
  4. You may leave the script running for 24/7 and just watch your income grow!
  5. WARNING!!! To use the script, you need to have at least 1,000,000 satoshis or 0.01 bitcoin in your account to ensure profit as the script utilizes Martingale strategy for betting.
  6. The default starting bet is 0.00000001 bitcoin or 1 satoshi. You can change the amount of bet by altering the script, however, DON’T LOWER THE DECIMAL POINT MORE THAN 4X THE CURRENT BALANCE. This is very important to note so as not to lose money.
  7. Another reminder: To stop the automatic betting, you just have to refresh the page. Should you decide to begin again, just copy+paste the script to the Console.
  8. By laying of this latest auto run script for a few hours a day, you will earn more, all gambling sites are designed for the house to always win. Yet in this digital age we have found loop holes, these loop holes can go undetected but to be on the safe side, dont use every day. You will certainly make 1 btc a week or thats how i designed it. Use your brains though, dont Get gambling fever, gambling can destroy lives. Please heed my warning and dont run all day everyday.
  9. link to site and you will have higher bonuses by using this link as a referral
  10. https://freebitco.in/?r=37068028
  11. COPY UNDER THIS LINE.
  12. -------------------------------------------------------------
  13. var minstake = 0.00000001; // minimum stake
  14. var autorounds = 75; // play 99 rounds only
  15. var handbrake = 0.00000513; // pause when stake reaches 2561 Satoshis
  16. var autoruns = 1;
  17. function playnow() {
  18. if (autoruns > autorounds ) { console.log('Limit reached'); return; }
  19. document.getElementById('double_your_btc_bet_hi_button').click();
  20. setTimeout(checkresults, 100);
  21. return;}
  22. function checkresults() {
  23. if (document.getElementById('double_your_btc_bet_hi_button').disabled === true) {
  24. setTimeout(checkresults, 500);
  25. return;
  26. }
  27. var stake = document.getElementById('double_your_btc_stake').value * 1;
  28. var won = document.getElementById('double_your_btc_bet_win').innerHTML;
  29. if (won.match(/(\d+\.\d+)/) !== null) { won = won.match(/(\d+\.\d+)/)[0]; } else { won = false; }
  30. var lost = document.getElementById('double_your_btc_bet_lose').innerHTML;
  31. if (lost.match(/(\d+\.\d+)/) !== null) { lost = lost.match(/(\d+\.\d+)/)[0]; } else { lost = false; }
  32. if (won && !lost) { stake = minstake; console.log('Bet #' + autoruns + '/' + autorounds + ': Won ' + won + ' Stake: ' + stake.toFixed(8)); }
  33. if (lost && !won) { stake = lost * 2; console.log('Bet #' + autoruns + '/' + autorounds + ': Lost ' + lost + ' Stake: ' + stake.toFixed(8)); }
  34. if (!won && !lost) { console.log('Something went wrong'); return; }
  35. document.getElementById('double_your_btc_stake').value = stake.toFixed(8);
  36. autoruns++;
  37. if (stake >= handbrake) {
  38. document.getElementById('handbrakealert').play();
  39. console.log('Handbrake triggered! Execute playnow() to override');
  40. return;
  41. }
  42. setTimeout(playnow, 500);
  43. return;
  44. }playnow()

comments powered by Disqus