Jump to content

CARA WAGEER BANYAK DENGAN MODAL SEDIKIT


Dazai

Recommended Posts

Untuk Tutorialnya adalah, dengan main di hash dice, dengan menggunakan coin TRX! 

   modal yg dibutuhkan minimal 200 trx

Kalian dapat menggunakan script ini. 

Di mode advanced hash dice

 

  var config = {
    bet: { label: 'bet', value: 2* 1.2, type: 'number' },
    payout: { label: 'payout', value: 1.0102, type: 'number' }
  }
  
  function main () {
    game.onBet = function () {
      game.bet(config.bet.value, config.payout.value).then(function(payout) {
        if (payout > 1) {
          log.success("We won, payout " + payout + "X!");
        } else {
          log.error("We lost, payout " + payout + "X!");
        }
      });
    }
  }
  

Gunakan selama 15 menit main Dalam sehari

Link to comment
Share on other sites

semoga script nya bagus, tak coba

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...