Bitcoin Forum
May 07, 2024, 10:33:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Archival / deleted on: December 16, 2019, 12:37:16 AM
dell
2  Economy / Digital goods / Re: Bustadice/STAKE script !![WITH VIDEO PROOF]!! NEW DISCOUNT WILL BE ANNOUNCED on: October 31, 2019, 06:53:12 AM
As it's really profitable i decided not to sell it.
Admins can delete this thread now.
3  Economy / Digital goods / DELETE on: October 12, 2019, 07:50:38 AM
DELETE
4  Economy / Digital goods / Re: BUSTADICE EXPLOIT + REALLY STRONG BUSTADICE Scripts [ONLY SERIOUS BUYERS] on: October 08, 2019, 07:45:44 AM
StackGambler is the guy who scammed with the doge hashes right?


https://archive.vn/KWV46

You are just angry cause i expose 9900K FOR HIS FAKE SCRIPT.
5  Economy / Digital goods / Re: BUSTADICE EXPLOIT + REALLY STRONG BUSTADICE Scripts [ONLY SERIOUS BUYERS] on: October 07, 2019, 12:16:57 PM
The first 10 buyers can pay for the scripts after they make profit.
6  Economy / Digital goods / Re: Bustabit Script | 90X Chaser on: October 07, 2019, 03:41:56 AM
You are selling something that is given free in pastebit.com Cheesy
Plus it's not safe at all: http://prntscr.com/pfrset after many games you are betting 40$ each round and trying to hunt a 90x.


var config = {};
 
var base_amount = 12;
var restart_after_win = true;
var start_after_no90 = 100;
 
/* DO NOT EDIT AFTER THIS */
 
var amount = base_amount;
var losses = 0, vlosses = 0, no90 = 0;
var playing = false, active = true;
 
engine.on('GAME_STARTING', function () {
    if(playing) {
        log(losses + ' losses, betting with ' + amount);
        engine.bet(parseInt(amount) * 100, 90);
    }
});
 
engine.on('GAME_ENDED', function (game) {
    var below_90 = parseInt(game.bust) < 90;
    if(playing) {
        if (below_90) {
            losses++;
            if (losses < 125) {
                if (losses >= 80) amount = base_amount * 2;
            } else if (losses == 125) {
                amount = base_amount * 2.5;
            } else if (losses > 125) {
                vlosses++;
                if (vlosses == 22) {
                    vlosses = 0;
                    amount = amount + amount / 4;
                }
            }
        } else {
            if (restart_after_win) {
                log('won ' + (parseInt(amount) * 90) + ' bits, restarting');
                amount = base_amount;
                losses = vlosses = no90 = 0;
                playing = false;
            }
            else {
                playing = active = false;
                stop('won ' + (parseInt(amount) * 90) + ' bits, stopping');
            }
        }
    }else if(active) {
        if (below_90) {
            no90++;
        } else {
            no90 = 0;
            log('x90 event, counter reset');
        }
        if (no90 >= start_after_no90) playing = true;
        log('no x90 counter: ' + no90);
    }
});
7  Economy / Digital goods / deleted on: October 04, 2019, 06:40:04 AM
..del
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!