Freebitco.in [2021 Script] - AUTO ROLL - Betting System - ALL Bonuses - Multiply - Lottery - Status Console

in #bitcoin3 years ago

Source: https://darkn3t-tutor1al.blogspot.com/2021/01/freebitcoin-2021-script-auto-roll.html
image.png

Here I present to you script for FreeBitco.in website. If you don't know this website yet - it lets you roll every hour and win satoshis (up to 200$ in BTC) which you can withdraw to your address or play HI-LO game, place bets, buy lottery tickets. It has reward points system which you can use to redeem real life prizes (like iPhone) or buy bonuses on website for example bonus satoshis or reward points amount with each roll.

image.png

How to install:

  1. Get Tampermonkey:
    Chrome: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=pl
    Firefox:
    https://addons.mozilla.org/firefox/addon/tampermonkey/
    Opera: https://addons.opera.com/pl/extensions/details/tampermonkey-beta/

  2. Go to https://greasyfork.org/en/scripts/420954-freebitcoin-2021-auto-roll-betting-system-all-bonuses-multiply-lottery-status-console and click install this script
    Mirror: https://openuserjs.org/scripts/S0ylent/Freebitcoin_%5B2021%5D_-Auto_Roll-Betting_System-ALL_Bonuses-Multiply-Lottery-_Status_Console

Referreal:
Subscribe using my referreal link: https://freebitco.in/?r=7979636 (My referrals get 50% auto-share back!)
or send some tips to this btc address: bc1qeeph9vxa8t63sp338j4klt4n0wq46dpytl750q

If you want to use the script without sending donation, please consider to create a new account with my referreal.
It's free for you, just deposit your past balance to the new account, and it will help a lot with future enhancements in the script :)

As you can see from the code, lot of work has been done behind this script, and lot of work has to come in the future.
Future implementtions will include Reverse Martingale, D'Alembert, Fibonacci, Labouchere, Hollanders, Oscar's grind and Whittaker strategies for multiply, that, combined, can masquerade script usage and provide lot of benefits in multiply.

It's one of the most advanced scripts in tampermonkey, and will be free forever!

Follow us for updates on our Facebook page: https://www.facebook.com/Darkn3t-Tutor1al-102624578525892
And Twitter: https://twitter.com/Darkn3tT

Auto Roll
Random wait to roll during the day, slower during the night, faster when promos are active, with a complicate system to calculate when play, to looks like a human. In low balances, captcha avoidance, paying RP, and roll.

Autonomous, tested for months. You can leave it running forever. Randomly play multiply game, Buy bonuses, Buy lottery tickets, create a status panel in the home page with all the useful infos.

It simulate a human playing, without risking loosing your account and your wallet and letting you increase your balance with multiply game.

You can also roll manually if you don't want to wait, the script will understand that
It was made in 2018 for private use. Published in 2020 with lots of hours work on it

Edit Config
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.

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.

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.

Sort:  

I'm the author of this script, daniele-veneno.. "soylent" is just a copyer.
it's ok to copy the script because it's GPL, but not the texts from the blog, at least write yours
or put a credit please ;)

The original place to download it it's here:
https://greasyfork.org/en/scripts/404112-freebitcoin-2021-auto-roll-betting-system-all-bonuses-multiply-lottery-status-console

where you can get the updated version.
And make the ref version works....
The ref version works just with this link: https://freebitco.in/?r=20008343
because it's an automatic process that check your addr in my db

Hope it helps.

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.033
BTC 71297.37
ETH 3698.84
USDT 1.00
SBD 3.75