Bitcoin Forum

Bitcoin => Project Development => Topic started by: boyka2 on January 15, 2017, 09:31:38 AM



Title: Help building my Buastabit Bot
Post by: boyka2 on January 15, 2017, 09:31:38 AM
hi, i need a help to auto cashout at bustabit
here the code
Code:
engine.on('cashed_out', function(data) {

//i want to use engine.cashOut();
// to EXACTLY cashout at x3 while  my Multiplier was x6 on Game Started

// [data.stopped_at] or [engine.geturrentpayout()] can't help because  if any user cashout at x2.98 and the other at x3.05
 i will fail my cashout , this means   [data.stopped_at] or [engine.geturrentpayout()]  depends on previous cashed out by users  that why i cant use them

});
any Help ?
Thanks in advance