Script Multyfly Freebitcoin(1)

  • Uploaded by: BudiSetiawan
  • 0
  • 0
  • January 2021
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Script Multyfly Freebitcoin(1) as PDF for free.

More details

  • Words: 84
  • Pages: 1
Loading documents preview...
bconfig = { maxBet: 0.00000256, wait: 700, toggleHilo:false }; hilo = 'lo'; multiplier = 1; rollDice = function() { if ($('#double_your_btc_bet_lose').html() !== '') { $('#double_your_btc_2x').click(); multiplier++; if(bconfig.toggleHilo)toggleHiLo(); } else { $('#double_your_btc_min').click(); multiplier = 1; } if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake') .val()) * 2) || parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) { $('#double_your_btc_min').click(); } $('#double_your_btc_bet_' + hilo + '_button').click(); setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100)); }; toggleHiLo if (hilo hilo = } else { hilo = } };

= function() { === 'lo') { 'lo';

rollDice();

'lo';

Related Documents

Script
January 2021 5
Script
January 2021 6
Script
January 2021 9
Action Script
January 2021 0

More Documents from "Vincent ISOZ"