Freebitcoin [2023] - Auto Roll - New Bonuses - Multiply - Lottery - Status Console

AUTOROLL SCRIPT [DEC 2023] --Auto Roll --Status Console --4+ Betting Strategies --Special graphs --Extinction bet --Balance protection --Odds -- Increase Rate --AutoRoll Low Balance paying RP --Human Simulation --NO captcha solving --Lottery tickets --1000% & WOF Bonus --Close ADS --Slower night mode --Advanced human random times .

< Feedback on Freebitcoin [2023] - Auto Roll - New Bonuses - Multiply - Lottery - Status Console

Question/comment

§
Posted: 2021-01-06

Anybody have VAR settings that are working, reliably?
I've been playing with a few bet strategies, but nothing great yet.

§
Posted: 2021-01-09

Hey drawdz, can you share your multiply config?

§
Posted: 2021-01-10

Here is mine for what it is worth. You need to be able to handle 15 losses (3 at min bet, then 12 at base bet that increase 120% - so if I bet 5 and lose, the next bet would be 11, then 24, then 53, etc.) For 15 losses with 3 at min bet, you need AT LEAST 120,000 satoshi to cover the total amount that will be wagered under this betting system. I have seen 15 losses 3 times and won on the 16th bet. No guarantees - but I hope it helps. If this continues to operate I will definitely be donating because this is the best script out there. Excellent work Daniele.

// ** BEHAVIOR ** //
var PROMO_MODE = true; // play faster when some promo (bonus RP or 1000% is active, or not. Override nexts.
var SLOW_MODE = false; // play always really slow, not ovevrcharghing the rolls. Override nexts.
var NIGHT_MODE = false; // play slower when it's night time

// *** Bonuses
// It buys bonuses just when missing less then 20 minutes to the Roll. To avoid losing 1 bonus Roll.
var REWARDS = true; //decide if auto buy rewards bonuses, or not ***When true, it will activate RP promotions***
var BONUS1000 = true; //decide if to buy 1000% bonus or not. It costs 4600 RP. *** When BONUS1000 = false and REWARDS = true, you'll increase RP. ***
var HOURS_BETWEEN_BUY_BONUS = 1; // How many hours to wait before to buy Bonuses Rewards Promo again

// *** Lottery
var LOTTERY = false; //decide if auto buy lottery tickets, or not. ***When true, It will buy lottery tickets 7% of the times ***
var LOTTERY_MAX_TICKETS = 5; // Max ticket to buy

// *** Multiply Game
// Called just after Roll, by the Roll function, randomly
var MULTIPLY = true; //decide if play Multiply games or not, Play at your own risk. When true, it's played randomly, after 6 in the morning till midnight.
var MULTIPLY_AT_NIGHT = true; //decide if play multiply after 0 and before 6
var HOURS_BETWEEN_MULTIPLY = 0; // How many hours to wait before to play multiply
var ROLL_P = 9; // Decide how many time to play multiply, AFTER roll AND AFTER HOURS passed;
// Value can be between 0 and 10. 0 is never, 10 is always.

var GAME_MODE = 0; // Here you can decide if playing auto or manual game
// 0 = manual, will play as manual play
// 1 = auto, will play a autobet game. Can't use extinction bet or olaer in this case.

// Those vars work in AUTO or MANUAL game
var MAX_ROLLS_AT_MULTIPLY = 650; //how many rolls in multiply. It will safely play till it win or reach maxbet.
var MAX_PLAY = 1; //*NEW* in GAME_TYPE=2 or GAME_TYPE=3, how many time maximum will play

var BAS_BET = 0.00000005; // Base bet
var MAX_BET = 0.0065000; // Max Bet before STOP

var ODDS = 2.0; // Odds of the multiply game.
var INCR = 120; // Porcentage of increment in case of lost.

// Those vars works just when GAME_MODE = 0, ignored in auto game
var GAME_TYPE = 1; // 0 = martingale classic, FIXED odds = 2, FIXED increase 100% on lose. NO extintion bet. Default.
// 1 = martingale with odds, increase, extinction bet MIN_LOSSES_BEFORE_PLAY but NOT WAIT_PLAY_AFTER_LOSSES.
// 2 = martingale with odds, increase, extinction bet MIN_LOSSES_BEFORE_PLAY, AND WAIT_PLAY_AFTER_LOSSES. Check guides.
// 3 = same as 2, but MIN_LOSSES_BEFORE_PLAY increased by 1 at every win as Daniel-PT request in comments

var HIGH_LOW = 1; //You can decide how to play
// 0 = random
// 1 = H always high
// 2 = always low
// 3 = OLAER Will play in "HLLHHHLLLL" order.
//Other sequences here

var MIN_BET = 0.00000001; // STUFF BET to play till don't lose LOSSES_BEFORE_PLAY times; Just work in MODE = manual.
var MIN_LOSSES_BEFORE_PLAY = 3; //*NEW* Just with GAME_TYPE=1 or 2;
// How many time it will play MIN_BET and lose before begin play bas_bet and double;
// It plays RANDOM HI LO till MIN_LOSSES_BEFORE_PLAY is reached, THEN it will consider HIGH_LOW var.
var WAIT_PLAY_AFTER_LOSSES = 0; //*NEW* Just with GAME_TYPE=2;
// How many BETS will go on playing MIN_BET AFTER min_losses is reached, and after the first win,
// BEFORE to begin the martingale.
// It's available just with GAME_TYPE=2; Typical value is 1.
// As example of min_losses = 8 and wait_play=1, will lose AT LEAST 8 times AND THEN wait to win 1 bet before beginning playing BAS_BET
// So would be as: LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,WIN,PLAY
// But Also: LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,WIN,PLAY
// Other example, min_losses = 5 and wait_play=2,
// As: LOSE,LOSE,LOSE,LOSE,LOSE,WIN,LOSE,PLAY
// But also: LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,WIN,WIN,PLAY

var SPEED = 1; //Speed of multiply betting in manual mode
//3 = fast no waiting times
//2 = medium waiting time
//1 = HUMAN simulation. Slower when increasing, faster when casual play. So freebitcoin can't say you are using script.
//0 = really slow

// *** CAPTCHA PLAY *** ///
var PLAY_WITHOUT_CAPTCHA = true;

§
Posted: 2021-01-11

Perhaps I was being too greedy. I did a lot of testing to see what the limits were on how many losses I can handle.
My model was based on handling 17 losses. Unfortunately, I used this model a bit too much, or just bad luck. After about 350k multiply rolls, it lost. Manage to run 100000 satoshi up to about 600000 satoshi.... Woke up one morning to a balance of apx 20000 satoshi. heartbreak

I was waiting 10 losses to play, and started my initial bet at 500 on bet 11. I increased the initial bet by 100% each additional loss. As my balance went up I increased initial bet to make sure I stay at the ability to handle 17 losses.

Now, I lowered my loss to wait 9 losses, and to handle 18 losses total. Lets see how this goes.

Also, I am not using OLAER mode, just always hi or always lo.

§
Posted: 2021-01-12

One correction to my post. I have now seen 16 losses in a row. Luckily I had set my max bet at 17 so I made a killing, but this intrigues me that you have seen 17 losses. I assume you were playing the autobet?

§
Posted: 2021-01-12

recently saw a 19 loss streak .. I get the feeling whatever we set it will adapt and find a way to empty your pockets .

§
Posted: 2021-01-12

At the very beginning I noticed that more you play, more you see losing streaks.
I remember one time I lost 500000+ sat beginning at 1 sat with martingale, it means 20 consecutive lost.
Andd the day after I lost 250000+ sat, always beginning with 1 sat, so a 19 losing streak.
I didn't play again for the past years.

That's why the idea of the script to play slow, I set it to play every 20 hours.

And the second idea to play on the second losing streak, not on the first one.
To avoid website protections.

And I will implement other methods to play to get the "real martingale" chances, to avoid website protecitions.

You can play after figures, ie: play just after a LLW
Or you can double after figures, ie: double just after a LL or a LW.
So the website can't detect your martingale playing.

Ans possibly using the website protections in our favour.

Anyway it's always betting, and you know that one every 1048576 times you get a 21 losing streak. It's rare but possible.

§
Posted: 2021-01-12

Yep, this game drives me crazy sometimes. I just refactored my model to handle 20 losses. Previously built to handle 18, but thinking I needed to up this a bit. Also, need to be better in the practice of taking withdrawal when a certain gain is attained. It is too easy to see the balance go up, and increase betting to match the risk of total loss threshold & increase profit rate.

§
Posted: 2021-01-12

testing lower odds to try and minimize extinction

var MAX_ROLLS_AT_MULTIPLY =9599; //how many rolls in multiply. It will safely play till it win or reach maxbet.

var BAS_BET = 0.00000001; // Base bet
var MAX_BET = 0.00070000; // Max Bet before STOP

var ODDS = 1.4; // Odds of the multiply game.
var INCR = 400; // Porcentage of increment in case of lost.

// Those vars works just when MANUAL = true, ignored in auto game
var GAME_TYPE = 1; // 0 = martingale classic, FIXED odds = 2, FIXED increase 100% on lose. NO extintion bet. Default.
// 1 = martingale with odds, increase, extinction bet MIN_LOSSES_BEFORE_PLAY but NOT WAIT_PLAY_AFTER_LOSSES.
// 2 = martingale with odds, increase, extinction bet MIN_LOSSES_BEFORE_PLAY, AND WAIT_PLAY_AFTER_LOSSES. Check guides.

var HIGH_LOW = 1; //You can decide how to play
// 0 = random
// 1 = H always high
// 2 = always low
// 3 = OLAER Will play in "HLLHHHLLLL" order.
//Other sequences here

var MIN_BET = 0.00000001; // STUFF BET to play till don't lose LOSSES_BEFORE_PLAY; Just work in MODE = manual.
var MIN_LOSSES_BEFORE_PLAY = 1; //*NEW* How many time MINIMUM it will play MIN_BET and lose before begin play bas_bet and double;
// It plays RANDOM HI LO till MIN_LOSSES_BEFORE_PLAY is reached, THEN it will consider HIGH_LOW var.
var WAIT_PLAY_AFTER_LOSSES = 1; //*NEW* How many BETS will go on playing MIN_BET
// AFTER min_losses is reached, and after the first win, BEFORE to begin the martingale.
// It's available just with GAME_TYPE=2; Typical value is 1.
// As example of min_losses = 8 and wait_play=1, will lose AT LEAST 8 times AND THEN wait to win 1 bet before beginning playing BAS_BET
// So would be as: LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,WIN,PLAY
// But Also: LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,WIN,PLAY
// Other example, min_losses = 5 and wait_play=2,
// As: LOSE,LOSE,LOSE,LOSE,LOSE,WIN,LOSE,PLAY
// But also: LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,LOSE,WIN,WIN,PLAY

var SPEED = 3; //Speed of multiply betting in manual mode
//3 = fast no waiting times
//2 = medium waiting time
//1 = HUMAN simulation. Slower when increasing, faster when casual play. So freebitcoin can't say you are using script.
//0 = really slow

§
Posted: 2021-01-12

with your bet odds at 2 (win prob 47.5%). Your chance of losing 20 in a row is 0.00025304%

Check out omnicalculator.com/statistics/odds

§
Posted: 2021-01-12

Do you all clear your cookies, site data, and cache on a regular basis? I've been doing it daily.

§
Posted: 2021-01-12
Do you all clear your cookies, site data, and cache on a regular basis? I've been doing it daily.

No, I prob should.

§
Posted: 2021-01-18

Guys, there is no reliable strategies for games like this, for games with negative expected value.Eventually u will lose everything

Post reply

Sign in to post a reply.