TheShred 81 Leave a like for more HQ stuff Remember its gambling there's a chance you won't win Redesigned and old script and have been using it a little while, its configurable! Enjoy For Bustabit Dont ask me how to use this its not hard to figure out And Leave a like ;)))))))))))))) [align=center][hide] var config = { baseBet: { value: 100, type: 'balance', label: 'Original bet' }, payout: { value: 1.5, type: 'multiplier' }, stop: { value: 1e8, type: 'balance', label: 'Stop if your betting a certain amount >' }, loss: { value: 'increase', type: 'radio', label: 'When you loose', options: { base: { type: 'noop', label: 'Return to Original bet' }, increase: { value: 5, type: 'multiplier', label: 'Bet Increase Rate' }, } }, win: { value: 'base', type: 'radio', label: 'If You Win', options: { base: { type: 'noop', label: 'Return to Original bet' }, increase: { value: 50, type: 'multiplier', label: 'Bet Increase Rate' }, } } }; log('Shreds BTC Script Running'); var currentBet = config.baseBet.value; // Remember to bet on your first one! engine.bet(roundBit(currentBet), config.payout.value); engine.on('GAME_STARTING', onGameStarted); engine.on('GAME_ENDED', onGameEnded); function onGameStarted() { engine.bet(roundBit(currentBet), config.payout.value); } function onGameEnded() { var lastGame = engine.history.first() // Banaboms if (!lastGame.wager) { return; } // You won! if (lastGame.cashedAt) { if (config.win.value === 'base') { currentBet = config.baseBet.value; } else { console.assert(config.win.value === 'increase'); currentBet *= config.win.options.increase.value; } log('Next Bet will be', currentBet/100, 'bits') } else { // damn, looks like we lost :( if (config.loss.value === 'base') { currentBet = config.baseBet.value; } else { console.assert(config.loss.value === 'increase'); currentBet *= config.loss.options.increase.value; } log('next bet will be', currentBet/100, 'bits') } if (currentBet > config.stop.value) { log('Was about to bet', currentBet, 'which triggers the stop'); engine.removeListener('GAME_STARTING', onGameStarted); engine.removeListener('GAME_ENDED', onGameEnded); } } function roundBit(bet) { return Math.round(bet / 100) * 100; } [/hide][/align] Quote Share this post Link to post Share on other sites
CaptainWaffle_ 2 Hmm,will try out!Thanks for the share!Keep it up! Quote Share this post Link to post Share on other sites
TheShred 81 What's your profile? Guessing you Mean Default settings I put all on return to base bet and put in $10 worth of BTC and then I do 100 bit bets with 1.5 payout takes a little bit but I usually come back with double within an hour, If I get into the 50k bit area I do per 1k for 10 bets Quote Share this post Link to post Share on other sites
Shyn3e 0 What's your profile? Guessing you Mean Default settings I put all on return to base bet and put in $10 worth of BTC and then I do 100 bit bets with 1.5 payout takes a little bit but I usually come back with double within an hour, If I get into the 50k bit area I do per 1k for 10 bets He meant your bustabit profile. Quote Share this post Link to post Share on other sites
markesbrowney 2 Leave a like for more HQ stuff Remember its gambling there's a chance you won't win Redesigned and old script and have been using it a little while, its configurable! Enjoy For Bustabit Dont ask me how to use this its not hard to figure out And Leave a like ;)))))))))))))) damn bro i really appreciate this leak! Quote Share this post Link to post Share on other sites
NextAK 3 This script I think I was selling it for 15$, you have to be very careful because it can produce losses Quote Share this post Link to post Share on other sites
mevukogip 0 i just want to know what site is this, thanks anyways Quote Share this post Link to post Share on other sites