BTC FREEBITCO SCRIPT!!


SUBMITTED BY: Tomano87

DATE: April 15, 2016, 10:18 p.m.

UPDATED: May 5, 2017, 10:30 p.m.

FORMAT: Text only

SIZE: 1.7 kB

HITS: 2855

  1. https://freebitco.in/?r=2335311
  2. BEST SCRIPT 100% WORK !!!
  3. bconfig = {
  4. maxBet: 0.0002200,
  5. wait: 1000,
  6. autoexit: 0.00002,
  7. want: 0.000014,
  8. toggleHilo:false,
  9. startbal: 0,
  10. won: 0,
  11. };
  12. hilo = 'hi';
  13. multiplier = 1;
  14. rollDice = function() {
  15. if ($('#double_your_btc_bet_lose').html() !== '') {
  16. $('#double_your_btc_2x').click();
  17. multiplier = 1;
  18. if(bconfig.toggleHilo)toggleHiLo();
  19. } else {
  20. $('#double_your_btc_min').click();
  21. multiplier = 1;
  22. }
  23. if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
  24. parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
  25. console.log($('#double_your_btc_min'));
  26. }
  27. if (parseFloat($('#balance').html()) < bconfig.autoexit) {
  28. throw "exit";
  29. }
  30. if (parseFloat($('#balance').html()) > bconfig.want) {
  31. var num = parseFloat($('#balance').html());
  32. bconfig.want = num + 0.00000030;
  33. bconfig.autoexit = num - 0.00000420;
  34. bconfig.won++;
  35. var total = num - bconfig.startbal;
  36. console.log('Setting bconfig want to: ' + bconfig.want)
  37. console.log('Setting autoexit to: ' + bconfig.autoexit)
  38. console.log('Total won: ' + total + ' BTC')
  39. }
  40. $('#double_your_btc_bet_hi_button').click();
  41. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 1000));
  42. };
  43. toggleHiLo = function() {
  44. if (hilo === 'hi') {
  45. hilo = 'hi';
  46. } else {
  47. hilo = 'hi';
  48. }
  49. };
  50. var num = parseFloat($('#balance').html());
  51. bconfig.startbal = num;
  52. bconfig.want = num + 0.00000030;
  53. bconfig.autoexit = num - 0.00000420;
  54. rollDice();

comments powered by Disqus