sampe


SUBMITTED BY: abobayou

DATE: April 17, 2017, 1:25 p.m.

FORMAT: Text only

SIZE: 769 Bytes

HITS: 1194

  1. in case the bot will click a bomb, bet will be adjusted on the next round to compensate the loss.
  2. the bot will set the bet again to the original value on the next next round.*/
  3. var bigBet = bet/.039;
  4. bigBet = Math.ceil(bigBet);
  5. var risky_bet_chance = 0;
  6. /* click sequence interval in milliseconds. equivalent to 2 seconds.
  7. You can change it to longer than 2 seconds but please don't change it to a lower value because it can messed up the timings if you have a slow internet. If you have a very slow internet connection, I recommend setting it up to 3 seconds or higher. */
  8. var interval = 1500;
  9. var restart, tile1, timeout1, timeout2, timeout3;
  10. // force the difficulty to 1 mine at the start of the game.
  11. $('.quarter').first().find('button').click();

comments powered by Disqus