Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 15156

$24/day (In BTC), Bustabit script [SAFE]

by AccountRepublic - 13 May, 2020 - 07:23 AM
This post is by a banned member (lasilix) - Unhide
lasilix  
Registered
19
Posts
0
Threads
4 Years of service
thank for you sharing this bro
This post is by a banned member (dripboyontop) - Unhide
94
Posts
13
Threads
4 Years of service
lets see
Please leave a like :)
My Shop: https://sellix.io/topshopp

[Image: 68747470733a2f2f692e696d6775722e636f6d2f...732e676966]
This post is by a banned member (solbreuxk1) - Unhide
39
Posts
0
Threads
4 Years of service
var config = {
  wager: {
    value: 100, type: 'balance', label: 'wager'
  },
  payout: {
    value: 1.2, type: 'multiplier', label: 'payout' }
};

// Try to bet immediately when script starts
if (engine.gameState === "GAME_STARTING") {
  makeBet();
}

engine.on('GAME_STARTING', onGameStarted);
engine.on('GAME_ENDED', onGameEnded);

function onGameStarted() {
  makeBet();
}

function onGameEnded() {
  var lastGame = engine.history.first();

  // If we wagered, it means we played
  if (!lastGame.wager) {
    return;
  }

  if (lastGame.cashedAt) {
    var profit = Math.round((config.wager.value * config.payout.value - config.wager.value) / 100)
    log('we won', profit, 'bits');
  } else {
    log('we lost', Math.round(config.wager.value * 100), 'bits');
  }
}

function makeBet() {
  engine.bet(config.wager.value, config.payout.value);
  log('betting', Math.round(config.wager.value / 100), 'on', config.payout.value, 'x');
}
This post is by a banned member (LimitlessProfit) - Unhide
13
Posts
1
Threads
4 Years of service
ty8.6.0
This post is by a banned member (kingstyle20) - Unhide
10
Posts
0
Threads
3 Years of service
i will try it!! ;)
This post is by a banned member (Ekko) - Unhide
This post is by a banned member (Pruned110902) - Unhide
8.409
Posts
789
Threads
5 Years of service
dddddnice
ddsdfegrthh
 
 
[Image: image.png]
Quality Handcrafted Accounts Verified For Your Needs

This post is by a banned member (Kolokitakis) - Unhide
9
Posts
0
Threads
3 Years of service
Thanks

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)