Dazai Posted December 29, 2021 Share Posted December 29, 2021 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 More sharing options...
Butuhjanda69 Posted December 30, 2021 Share Posted December 30, 2021 semoga script nya bagus, tak coba Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.