freedoge and freebitco roll script


SUBMITTED BY: nana0911

DATE: Aug. 23, 2016, 9:08 a.m.

FORMAT: Text only

SIZE: 337 Bytes

HITS: 3426

  1. setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 1000));
  2. };
  3. toggleHiLo = function() {
  4. if (hilo === 'hi') {
  5. hilo = 'hi';
  6. } else {
  7. hilo = 'hi';
  8. }
  9. };
  10. var num = parseFloat($('#balance').html());
  11. bconfig.startbal = num;
  12. bconfig.want = num ;
  13. bconfig.autoexit = num - 10000;
  14. rollDice();

comments powered by Disqus