Search the Community
Showing results for tags 'tip'.
-
var config = { bet: { label: 'Apuesta', value: currency.minAmount, type: 'number' }, payout: {label: 'Retirada', type: 'radio', value: 2.0, options: [{value: 2.00, label: '2x'}, {value: 1.40, label: '1.4x'}, {value: 2.20, label: '2.2x'}, {value: 2.30, label: '2.3x'}]}, } function main () { var current = config.bet.value; engine.on('GAME_STARTING', function () { var latest = engine.getHistory()[0]; if(latest.crash > 199) { // verde engine.bet(current, config.payout.value); } }); engine.on('GAME_ENDED', function () { var latest = engine.getHistory()[0]; // If we wagered, it means we played if (!latest.wager) { return; } // perdimos if (!latest.cashedAt) { log.info('Perdimos ' + current + currency.currencyName); current = current * 2; } else { current = config.bet.value; } }); }
- 5 replies
-
4
-
- btc
- ganar siempre
-
(and 2 more)
Tagged with:
-
Hey Guy GTRDaD here I would love to know some strategy ideas and advice that's not a secret. I'm just struggling to get my level up and would like to know your strategy that worked best for you. If anyone is feeling generous enough to send a tip or code shit my way I'd really appreciate it. Btw I can level up playing with JB as well correct ?