Author

Topic: Bustabit Script "BustabitBaka" - 0.06 BTC per day (Read 980 times)

jr. member
Activity: 109
Merit: 1
baka means idiot in Japanese apparently....
jr. member
Activity: 109
Merit: 1
this ones just as good as lightguides Tongue
jr. member
Activity: 109
Merit: 1
Still profitable if you've got the balance!
jr. member
Activity: 109
Merit: 1
pick this up Shocked
jr. member
Activity: 109
Merit: 1
still running strong!
jr. member
Activity: 109
Merit: 1
you purchase it at the rocketr link and receive an email with a download link.
jr. member
Activity: 109
Merit: 1
bumping this
newbie
Activity: 1
Merit: 0
Hello Tyquat I can't dm you. Could you send me this working script?
newbie
Activity: 3
Merit: 0
This is still a great script to use...
But now it's free
jr. member
Activity: 109
Merit: 1
This is still a great script to use...
member
Activity: 182
Merit: 13
Warning:

This user creating fake accounts and trying to sell SCAM stuff here!!


You can find only one proven working Bustabit script here:
https://bitcointalksearch.org/topic/bustabit-lightguide-script-by-sluxiiika-5220622

sluxiiika is scammer.

Keep bumping his old threads with new threads Links.

Proof of his scams

autobuy link feedbacks below, *there is more links , i will add them when he receive negative feedbacks on his new accounts.
https://shoppy.gg/@sluxiiika/feedback
https://rocketr.net/sellers/sluxiiika#feedback
https://rocketr.net/sellers/9900K#feedback

his alt accounts ( all tagged as scammer .)
https://bitcointalksearch.org/user/snakecake-2749695 snakecake
https://bitcointalksearch.org/user/lightguide-2748632 lightguide + Person who got scammed " https://bitcointalksearch.org/topic/bustabit-script-2020-by-lightguide-5218768 "
https://bitcointalksearch.org/user/9900k-2513757 9900K
https://bitcointalksearch.org/user/sluxiiika-2750464 sluxiiika
https://bitcointalksearch.org/user/mindfresh-2753460 mindfresh
https://bitcointalksearch.org/user/jayel63608-2753504 jayel63608
https://bitcointalksearch.org/user/trampala-2667165 Trampala (new) + Person who got scammed " https://bitcointalksearch.org/topic/m.52512005 "

He is Scammer, don't trust his words. never send any BTC to this scammer.
member
Activity: 182
Merit: 13
SCAMMER

Proof of his scams

autobuy link feedbacks below, *there is more links , i will add them when he receive negative feedbacks on his new accounts.
https://shoppy.gg/@sluxiiika/feedback
https://rocketr.net/sellers/sluxiiika#feedback
https://rocketr.net/sellers/9900K#feedback

his alt accounts ( all tagged as scammer .)
https://bitcointalksearch.org/user/snakecake-2749695 snakecake
https://bitcointalksearch.org/user/lightguide-2748632 lightguide + Person who got scammed " https://bitcointalksearch.org/topic/bustabit-script-2020-by-lightguide-5218768 "
https://bitcointalksearch.org/user/9900k-2513757 9900K
https://bitcointalksearch.org/user/sluxiiika-2750464 sluxiiika
https://bitcointalksearch.org/user/mindfresh-2753460 mindfresh
https://bitcointalksearch.org/user/jayel63608-2753504 jayel63608 (new)

He is Scammer, don't trust his words. never send any BTC to this scammer.
newbie
Activity: 71
Merit: 0
Is there a guide on how to get the script up and running and where do we download it from?
newbie
Activity: 2
Merit: 0
Hello Tyquat,
Can you share his own script like on : https://www.bustabit.com/user/bustabitbaka

Thank you in advance

I can't pm you. Can you pm me?

I cant but i have activated PM you should be able now !
newbie
Activity: 3
Merit: 0
Hello Tyquat,
Can you share his own script like on : https://www.bustabit.com/user/bustabitbaka

Thank you in advance

I can't pm you. Can you pm me?
newbie
Activity: 2
Merit: 0
Hello Tyquat,
Can you share his own script like on : https://www.bustabit.com/user/bustabitbaka

Thank you in advance
newbie
Activity: 3
Merit: 0
This guy is shady and scammy . Here is my chat with him https://imgur.com/a/hFsr9K0
You do not need now to pay for this script beacause i'm posting it right here

var config = {
   
   stop: { value: 500000, type: 'balance', label: 'stop if bet >' },
   safeHeaven : { value: 200000, type: 'balance', label: 'Untouchable Balance' },
   //basePayout: { value: 18, type: 'multiplier', label: 'multiplier' },
      baseBet: { value: 100, type: 'balance', label: 'Base Bet' },
   
};

var BBM = Math.floor(config.baseBet.value);
var cashout = 3
var Sn=0;
var list =[1,2,3];
var calc;
var bet;
var vl="just started";

var lastGame;
var gamecount = 0;
var xx;
var betCount = 0;

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

function onGameStarted() {
   
if (gamecount > 0) {
/////////////////////////////////////////////////////////////////////////////////////////////////////

calc = list[0]+list[list.length-1];
bet = Math.ceil((calc*BBM)/400)*100;

//console.log("list0",list[0],"listLast",list[list.length-1],calc,BBM,"bet-",bet);
engine.bet(bet, cashout);
betCount += 1;
console.log(list,"  bet-",bet/100);   

list.push(calc);
Sn+=bet;
log("betting - ",bet/100,"   Bets Total - ",Sn/100, 'Current Net Profit =', userInfo.profit/100, 'bits')


///////////////////////////////////////////////////////////////////////////////////////////////////////
};
gamecount += 1;
};


function onGameEnded() {

lastGame = engine.history.first();
xx = lastGame.bust;

if (lastGame.cashedAt == cashout) {
   console.log("WON");
   if (list.length >= 6) {
       list.shift(0);
        list.shift(0);
        list.pop();
        list.pop();
      list.pop();
      Sn-=(bet*cashout);
      log("WON at bet-",bet/100,"  Profit=",bet*cashout/100,"   Bets Total - ",Sn/100);
   //   if (Sn <= 0) { list = [1,2,3]; Sn=0; betCount=0; };
   }else {    
       list = [1,2,3];
       Sn=0;
       betCount=0;
      log("WON at bet-",bet/100,"  Profit=",bet*cashout/100,"   Bets Total - ",Sn/100);
};}else {console.log("LOST"); log(" LOST  ");};
   if (list.length == 1) { list = [1,2,3]; Sn=0; betCount=0; };

   if ((userInfo.balance - bet) < config.safeHeaven.value) {
    log('SafeHeaven under fire, wont bet ', bet/100, ' as stop is triggered');
    engine.removeListener('GAME_STARTING', onGameStarted);
    engine.removeListener('GAME_ENDED', onGameEnded);
  }
 
};



And if you are willing I can can post script which works like his own Here
jr. member
Activity: 109
Merit: 1
Absolute scam! Shit like this shouldn't be allowed here, flagging this thread.

Bustabit rounds are COMPLETELY independent one of another.
Meaning its logically and just completely impossible to predict the next round based on any factor.
Seriously, you could try to analyze all you want regarding previous games, "red trains" etc.
Your EV with Bustabit is roughly -1%
Meaning no matter what you do you're guaranteed to lose -1% your wager over X number of games.
To put in simpler terms, this is a fucking scam.


The script does what it advertises, but you're right in that buying it gives you no competitive edge over any other script. On a flat edge game, there's no script that can be more profitable than others, I guess except a script that just all-ins your balance until you hit your target.

You wouldnt be selling it if it worked.

You're right, if the user could make money with the scripts, he would do so instead of selling them.

The irony is that you have a script in your signature for sale for $175 US

I also recognize that using my script (and any other script) comes with a negative expected value and in the long run you will probably lose money. My script also probably isn't any better than yours.

Hey I never said mine was a guaranteed profit. But ya gotta make the sales and you know that ;-)
full member
Activity: 434
Merit: 101
YouTuber, gambler, and scam-buster.
Absolute scam! Shit like this shouldn't be allowed here, flagging this thread.

Bustabit rounds are COMPLETELY independent one of another.
Meaning its logically and just completely impossible to predict the next round based on any factor.
Seriously, you could try to analyze all you want regarding previous games, "red trains" etc.
Your EV with Bustabit is roughly -1%
Meaning no matter what you do you're guaranteed to lose -1% your wager over X number of games.
To put in simpler terms, this is a fucking scam.


The script does what it advertises, but you're right in that buying it gives you no competitive edge over any other script. On a flat edge game, there's no script that can be more profitable than others, I guess except a script that just all-ins your balance until you hit your target.

You wouldnt be selling it if it worked.

You're right, if the user could make money with the scripts, he would do so instead of selling them.

The irony is that you have a script in your signature for sale for $175 US

I also recognize that using my script (and any other script) comes with a negative expected value and in the long run you will probably lose money. My script also probably isn't any better than yours.
jr. member
Activity: 109
Merit: 1
Absolute scam! Shit like this shouldn't be allowed here, flagging this thread.

Bustabit rounds are COMPLETELY independent one of another.
Meaning its logically and just completely impossible to predict the next round based on any factor.
Seriously, you could try to analyze all you want regarding previous games, "red trains" etc.
Your EV with Bustabit is roughly -1%
Meaning no matter what you do you're guaranteed to lose -1% your wager over X number of games.
To put in simpler terms, this is a fucking scam.


The script does what it advertises, but you're right in that buying it gives you no competitive edge over any other script. On a flat edge game, there's no script that can be more profitable than others, I guess except a script that just all-ins your balance until you hit your target.

You wouldnt be selling it if it worked.

You're right, if the user could make money with the scripts, he would do so instead of selling them.

The irony is that you have a script in your signature for sale for $175 US
full member
Activity: 434
Merit: 101
YouTuber, gambler, and scam-buster.
Absolute scam! Shit like this shouldn't be allowed here, flagging this thread.

Bustabit rounds are COMPLETELY independent one of another.
Meaning its logically and just completely impossible to predict the next round based on any factor.
Seriously, you could try to analyze all you want regarding previous games, "red trains" etc.
Your EV with Bustabit is roughly -1%
Meaning no matter what you do you're guaranteed to lose -1% your wager over X number of games.
To put in simpler terms, this is a fucking scam.


The script does what it advertises, but you're right in that buying it gives you no competitive edge over any other script. On a flat edge game, there's no script that can be more profitable than others, I guess except a script that just all-ins your balance until you hit your target.

You wouldnt be selling it if it worked.

You're right, if the user could make money with the scripts, he would do so instead of selling them.
jr. member
Activity: 109
Merit: 1
You wouldnt be selling it if it worked.

Not even close to true...It works and theres proof of that in the form of multiple accounts running it.
jr. member
Activity: 109
Merit: 1

Lol? Why are you so mad? No one said this script is guaranteed to win forever. It's a script after all.

Most of the users you're saying use this script has negative profit and looks like most of them are high rollers. Do you have any proof that they're using your script? also since you made the script available for public don't you think this will affect the result of your script. You could start giving vouch copy to trusted members of this forum so if anyone interested to buy the script from you then they can buy without any hesitation. otherwise I don't see anyone buying this script as there are so many red flags already.



Amount of people using this script doesn't affect the results of games on Bustabit. You might want to look into how provably fair works just because it sounds like you don't full grasp it.
hero member
Activity: 2156
Merit: 711
Telegram @tokensfund

Lol? Why are you so mad? No one said this script is guaranteed to win forever. It's a script after all.

Most of the users you're saying use this script has negative profit and looks like most of them are high rollers. Do you have any proof that they're using your script? also since you made the script available for public don't you think this will affect the result of your script. You could start giving vouch copy to trusted members of this forum so if anyone interested to buy the script from you then they can buy without any hesitation. otherwise I don't see anyone buying this script as there are so many red flags already.

hero member
Activity: 524
Merit: 502
You wouldnt be selling it if it worked.
jr. member
Activity: 109
Merit: 1
Absolute scam! Shit like this shouldn't be allowed here, flagging this thread.

Bustabit rounds are COMPLETELY independent one of another.
Meaning its logically and just completely impossible to predict the next round based on any factor.
Seriously, you could try to analyze all you want regarding previous games, "red trains" etc.
Your EV with Bustabit is roughly -1%
Meaning no matter what you do you're guaranteed to lose -1% your wager over X number of games.
To put in simpler terms, this is a fucking scam.


Lol? Why are you so mad? No one said this script is guaranteed to win forever. It's a script after all.
member
Activity: 79
Merit: 15
Absolute scam! Shit like this shouldn't be allowed here, flagging this thread.

Bustabit rounds are COMPLETELY independent one of another.
Meaning its logically and just completely impossible to predict the next round based on any factor.
Seriously, you could try to analyze all you want regarding previous games, "red trains" etc.
Your EV with Bustabit is roughly -1%
Meaning no matter what you do you're guaranteed to lose -1% your wager over X number of games.
To put in simpler terms, this is a fucking scam.
jr. member
Activity: 109
Merit: 1
Today I am putting the script that has made many users thousands of dollars, up for sale. I have to pay some unexpected bills so I'm going to be offering it cheaper then I usually sell it for. This script was developed and created by me. The 4 accounts linked below are the only other people with this script. Many have tried to copy, many have failed.

Essentially, the script will bet on 3x and martingale, however when it wins once it doesn't return to basebet. It multiplies the bet one more time (not disclosing what the bet is multiplied by) and goes for 3x. After that it resets to basebet. This is to ensure that you return to +profit along with also profiting a little extra. It will also skip after an undisclosed amount of losses in a row in order to avoid 'red trains'.

Script Price: 0.005 BTC
Suggested Bankroll: 0.01 BTC for slower profit // 0.025 BTC for faster profit
Daily Profit: 0.05-0.07 BTC per 24 hours of running.


Use code "bitcoinbaka10" for $8 off the original price. That means you're getting this very valuable script for only $24

Accounts that have used it:
https://www.bustabit.com/user/lotus0123
https://www.bustabit.com/user/Doremineon
https://www.bustabit.com/user/bustabitbaka
https://www.bustabit.com/user/hauel54


For inquiries, please contact me on Telegram: @Enzo187

If you have no questions about the script, you may purchase it directly from here: https://rocketr.net/buy/8f75caf19f88
The above link will provide you with the script and a detailed how-to on what to do once purchased, in case you are new to Bustabit


I absolutely will not entertain offers below 0.005 BTC. If you want to negotiate, don't contact me.
Escrow is obviously accepted.
I am willing to show a small part of the code if required to make a sale.
Jump to: