Edit Config

To use the script you need a freebitco.in account. If you like the script, consider to create a new account with my referreal  https://bit.ly/2XFuZVQ
If you want use the script without referreal, please donate at this btc address: 3FwAazZDEuy3ER4NQVp4Yqo6kDxCFntwS8
It will help script evolution and mainteneance. Lot of work was done, and more will come.


HOW TO EDIT CONFIG 

  • Click on Tampermonkey icon on web browser from Freebitcoin tab
  • Click on + on the right of the script 

  • Click edit (like the image)


  • Look for this part of code (in the image), at the beginning of the script., it says CONFIG.

  • You can change Boolean (true or false) values as follow:

CONFIG VARIABLES explained in details

In this 10' video I explain all variables in details 

BEHAVIOR SECTION */

PROMO MODE 
When a promo (reward bonus or multiply bonus) is active, if promo_mode is true, script will roll faster, avoiding losing time and rolling more times till promo is active.

SLOW MODE
When true, script will act really slower. Suggested if you keep script running long time

NIGHT MODE
If true, script will be slower in the night, and faster in daytime. Calculated by your timezone clock


BONUSES SECTION */ 

REWARDS 
if true, script will buy rewards. It will buy the biggest RP bonus allowed with your RP points. Just if: It's missing less then 20 minutes before rolling. To avoid losing time just after a bonus is active. And if HOURS_BETWEEN_BUY_BONUS passed. If false, rewards function is disabled and no bonuses are bought.

BONUS 1000
It will buy the 1000% roll bonus. Just if: It's missing less then 20 minutes before rolling. To avoid losing time just after a bonus is active. And if HOURS_BETWEEN_BUY_BONUS passed

HOURS_BETWEEN_BUY_BONUS
Time to wait, in hours, between one bonus is active and buy the next bonus. If 0, script will buy bonus with no waiting time. One bonus ended, it will directly buy next one.


LOTTERY SECTION */

LOTTERY
if true, script will buy lottery tickets. Function lottery is executed every time the page reload. It waits random time to buy, and is activated just 7% of the times. It will buy random number of ticket. Max number of lottery tickets is defined with the next variable.

LOTTERY_MAX_TICKETS
Maximum number of tickets to buy 

MULTIPLY SECTION */

MULTIPLY

if true, script will play multiply. It will play multiply just after roll, not before, and not always, just 50% of the times. 
To be specific, multiply function is called randomly by roll function. Roll function, after roll, sometimes call multiply, sometimes reload the page, sometimes do nothing. If false, multiply is not played. 

MAX_ROLLS_AT_MULTIPLY

The var rapresents maximum number of multiply bets played, in a single game. When used with auto bet, it's the number placed in the field MAX BET/WIN. When it's used with manual bet, it's the max number of bets, with some exceptions: 
1) in martingale_manual, if last bet is lost and bet is less then max_bet, script will play to not lose the martingale logic

BASE_BET

The BASE BET is the beginning value to start to play.

MAX_BET

The MAX BET is the max bet it will played.


HOURS_BETWEEN_MULTIPLY

Script will wait those hours number to play again. Freebitcoin is proven to make you lose if you play continuosly or don't wait the needed times.

MARTINGALE_AUTO

Martingale logic on the game. If lose, double, if win, go back to base bet, to win the base bet every win. It will play the auto bet part of the freebitcoin page.

MARTINGALE_MANUAL

Martingale logic on the game, but manual. Physically click on bet hi and bet low, and changing bet value at every play. It will wait random time between one click and the other, to simulate human behavior. 

MARTINGALE_MANUAL_OLAER

Olaer is a user that asked for a game logicc implementation, based on sequence HLLHHHLLLL etc, so If martingal manual is true, putting this var at true will change the logic of hi low bet sequence, playing HLLHHH...
If martingal_manual_olaer is false, HHHH is always played. 

More info about multiply betting system here: https://crypto-info-blog.blogspot.com/2020/12/freebitcoin-multiply-script.html

CAPTCHA PLAY SECTION */

PLAY WITHOUTH CAPTCHA

if true, script will play in low balance accounts and autoroll paying RP to play without captcha.

OTHERS */

LOGGING

Change the loglevel of the script. 0 is no log, and 5 is debug. Logs are displayed in console. Visible with right click on the page -> inspect -> console

HIDE_RESET_STATS

If false, reset_stat link is shown in the status panel. It's usefull to delete ll cookies relative to the script. It will cause to lose all stats relativee to the script, to begin from 0. You can use that when you play with a new created account.

Popular Posts