AMAR


SUBMITTED BY: AMAR23

DATE: Oct. 19, 2016, 10:45 p.m.

FORMAT: Text only

SIZE: 408 Bytes

HITS: 10743

  1. var startValue = '0.00000002', // Don't lower the decimal point more than 4x of current balance
  2. stopPercentage = 0.001, // In %. I wouldn't recommend going past 0.08
  3. maxWait = 500, // In milliseconds
  4. stopped = false,
  5. stopBefore = 3; // In minutes
  6. var $loButton = $('#double_your_btc_bet_lo_button'),
  7. $hiButton = $('#double_your_btc_bet_hi_button');

comments powered by Disqus