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 .

< 腳本Freebitcoin [2023] - Auto Roll - New Bonuses - Multiply - Lottery - Status Console的回應

提問/評論

§
發表於:2021-06-02

Hello. Please tell me why the multiple does not turn on.
According to your instruction max_bet is half of the balance. Auto roll works, but myltiple doesn't.
It is always written wait

My settings

// *** Multiply Game
// Exec Vars. **If and When Play**.
var MULTIPLY = true; // Play Multiply games or not, Play at your own risk. If ROLL is false, Multiply will not work.
var MULTIPLY_AT_NIGHT = true; // Play multiply in nightiime
var HOURS_BETWEEN_MULTIPLY = 0; // How many hours to wait before to play multiply
var ROLL_P = 3; // How many time to play multiply, AFTER roll AND AFTER HOURS passed; Values: 0-100

// Strategy of play
var STRATEGY = 0;// [0-3] ---> ..(0) classic martingale, odds2 incr100; ..(1) wait min_losses; ..(2) wait_play_afterlosses; ..(3) same as 2, with min_lossess increments every play. Check guides.

// Exit Vars. **First condition met, multiply will stop**
var MAX_ROLLS_AT_MULTIPLY = 100; //how many rolls in multiply. It will safely play till it win or reach maxbet.
var MAX_PLAY = 400; // How many time maximum will play martingale. How much time BASE_BET is played.
var MAX_WIN = 0.00001000; // Target Win, Stop to play multiply when those sats won.
var MAX_BET = 0.00001800; // MAX BET reached, STOP condition

// Bet Amounts Vars.
var MIN_BET = 0.00000001; // STUFF BET to play till don't lose LOSSES_BEFORE_PLAY times; Just work in MODE = manual.
var BAS_BET = 0.00000001; // BASE BET when begin the PLAY

// Strategies Vars. **How to play**.
var ODDS = 2; // Odds of the multiply game.
var INCR = 100; // Porcentage of increment in case of lost.
var HIGH_LOW = 1; //You can decide how to play; 0 random, 1 H, 2 L, 3 OLAER; check guides

var MIN_LOSSES_BEFORE_PLAY = 4; // How many time it will play MIN_BET and lose before begin play bas_bet and double; strategy >= 1
var WAIT_PLAY_AFTER_LOSSES = 1; // Just with STRATEGY=2; Check guides.

var SPEED = 3; //Speed of multiply betting in manual mode, 3 fast, 2 medium, 1 human, 0 slowest

發表回覆

登入以回復