// ==UserScript== // @name Freebitco.in Full auto Martingale+Prerolls+Freeroll+Rewards+GUI WORKING 2019 // @namespace http://tampermonkey.net/ // @version 0.72 // @description Multiply BTC bot using martingale system with cheap prerolls. // @author yy // @match https://freebitco.in/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @downloadURL https://update.greasyfork.icu/scripts/446093/Freebitcoin%20Full%20auto%20Martingale%2BPrerolls%2BFreeroll%2BRewards%2BGUI%20WORKING%202019.user.js // @updateURL https://update.greasyfork.icu/scripts/446093/Freebitcoin%20Full%20auto%20Martingale%2BPrerolls%2BFreeroll%2BRewards%2BGUI%20WORKING%202019.meta.js // ==/UserScript== //If you like this script, please signup through the following link https://freebitco.in/?r=11742220 //Or throw a few of satoshi my way "17QLjfMeqnMwaZPKiz6goC2zqRa1MyaEhw" //This script uses the martingale system and is an improved version of the low balance script by buylistas.com //It uses a preroll system to hedge bets against the system. The bot will roll the set amount of prerolls at //startvalue (0.00000001 btc) and will then start wagering the basebet amount. Each loss it will increase the //bet with the multiplierbase (currently set to 2.1) use 2 for martingale system. //Added features in version 0.2 include autoreward and autofreeroll to make the script full auto //Added features in version 0.3 include adjustable odds + bugfix win/loss calculator & session earnings //Added features in version 0.4 include GUI & Bonus, lottery, reward points builder //Added features in version 0.5 include max loss calculator, betting table, currencyconverter, safety and preroll progressbars //Added features in version 0.6 include autobuy lottery tickets, handbrake feature //Added features in version 0.62 include fixed autostop bug, autostop timeslider, run/pause game with autostop //Change in version 0.62 removed console log entries //Added feature in version 0.63 safetyrun at the beginning of each session //Added feature in version 0.64 safetyrun timeout function, stops safetyrun automatically x amount of minutes before refresh if safetybar isnt filled //Added features in version 0.71 autoclaim bonus account, enable / disable auto; freeroll, rewards, bonus account, lottery //Added features in version 0.72 fixed max bet bug //Modified maxWait to be lower and have 0 for pre-roll to speed up initial ramp up //settings var startValue = '0.00000001', //Best not to adjust this value baseBet = '0.00000001', //The amount of satoshi to wager after the prerolls are reached stopPercentage = 0.001, //When to stop gambling MultiPlierBase = 1.511, //The multiplier to use after losing set to 2 for martingale system Odds = 3, //The odds to play preRolls = 2, //the amount of rolls at minimum amount before starting martingale system safetyRun = 6, //adds extra rolls to the preroll setting in the beginning of the session until max bet has been reached once safetyOverride = 6, //in minutes before refresh to end safetyrun even if max losses arent reached BTCPrice = 10000 , //Bitcoin price Currency = 'S$', //Currency to display ClaimBonus = '0.00001000', //Autoclaim bonus when higher than the set amount(0 to disable) LeaveBonus = '0.00001200', //Bonus money to leave in account (above 1000 builds bonus faster) HandBrake = '0.00001600', //Stop increasing when this amount is spent LotteryOnWin = '0.00000001', //Number of lotterytickets to buy on each win, improves hourly bonus (0 to disable) LotterySession = '0.00000010', //Number of lotterytickets to buy every session,improves hourly bonus (0 to disable) stopBefore = 1, //In minutes for timer before stopping redirect on webpage //!!The values below are binary and can only be set to enabled or disabled in lower case letters!! AutoLottery = 'disabled', //When enabled the game will buy the set amount of lottery tickets on events AutoBonus = 'enabled', //When enabled the game will automatically claim the money in your bonus account AutoFreeroll = 'enabled', //When enabled the game will automatically claim your free hourly satoshi AutoRewards = 'disabled'; //When enabled the game will automatically trade your reward points for extra reward points and 1000% free btc //do not change after this line var maxWait = 100, StartCounter = '0', maxRolls=0, sessionBalance=0, MultiPlierBaseSet = 1.00, biggestBet = '0.00000001', biggestWin = '0.00000001', stopped = false, displayList=1; var stopBeforeReset=stopBefore; var $loButton = $('#double_your_btc_bet_lo_button'), $hiButton = $('#double_your_btc_bet_hi_button'); Odds=parseFloat(Odds).toFixed(2); MultiPlierBase=parseFloat(MultiPlierBase).toFixed(3); ClaimBonus=parseFloat(ClaimBonus).toFixed(8); var round = 0; function Message() { 'use strict'; var body = $('#reward_points_bonuses_main_div'); var yy_class_input = 'background-color:lightblue; border-radius:5px; text-align:right; float:right; margin:0; margin-right:5px; width:110px; font-size:15px; padding:5; height:20px;'; var yy_class_caption = 'text-align:left; margin-left:10px;'; var yy_class_value = 'background-color:#DEDEDE; border-radius:5px; text-align:right; float:right; margin:0; margin-right:5px; width:110px; font-size:15px; padding:5; padding-right:10px; color:#000; height:23px;'; var yy_class_progress = 'overflow:hidden; border-radius:5px; text-align:right; float:right; margin:0; margin-right:5px; width:110px; font-size:15px; color:#000; height:23px;'; var yy_class_title = 'text-decoration:underline;text-align:center; font-weight:bold;'; var yy_class_widebox = 'padding:5px; border-radius:5px; background-color:#DEDEDE; text-align:left; margin:5px; color:#000; font-size:11px;'; var yy_class_disabletable = 'height:0px; padding:5px; border-radius:5px; background-color:#DEDEDE; text-align:left; margin:5px; color:#000; font-size:11px; font-size:10.5px; text-align:center; line-height:20px; visibility: hidden;'; var yy_class_toggle = 'border:0px; background-color:#DEDEDE; border-radius:5px; float:right; margin:0; margin-right:5px; width:110px; font-size:15px; padding:5; padding-right:10px; color:#000; height:23px;'; body.prepend( $('
').attr('style',"border:1px solid darkblue; padding:5px; border-radius:5px; margin-bottom:10px;margin-left:auto;margin-right:auto;z.index:999;max-width:600px;background-color:#70814c;color:white; text-align: left;") .append( $('
').attr('id','autofaucet') .append($('

').attr('style','text-decoration:underline;text-align:center;').text("Freebitco.in Full auto WORKING 2022 By dinoTh0r")) .append($('

').attr('style',yy_class_widebox + 'background-color:lightyellow; color:orange;').attr('id','yy_warning').text("**WARNING!** These settings will be applied realtime on editing, do not change these values if you do not know what you are doing. These settings will will be applied only for the duration of maximum one hour, if you wish to change them permanently adjust them in the script itself.")) .append($('

').attr('style',yy_class_title).text("Settings")) .append($('

').attr('id','yy_toggle_lottery').text("Auto Lottery")) .append($('

').attr('id','yy_toggle_bonus').text("Auto Bonus")) .append($('

').attr('id','yy_toggle_rewards').text("Auto Rewards")) .append($('

').attr('id','yy_toggle_freeroll').text("Auto Freeroll")) .append($('

').attr('style',yy_class_caption + 'height:55px;').text("Automated processes")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_multiplier').attr('value',MultiPlierBase)) .append($('

').attr('style',yy_class_caption).text("Multiplier")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_odds').attr('value',Odds)) .append($('

').attr('style',yy_class_caption).text("Odds")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_prerolls').attr('value',preRolls)) .append($('

').attr('style',yy_class_caption).attr('id','yy_caption_prerolls').text("Pre rolls")) .append($('').attr('style',yy_class_toggle).attr('id','yy_setup_safetyrun').attr('type','range').attr('value',safetyRun).attr('min','0').attr('max',preRolls)) .append($('

').attr('style',yy_class_caption).attr('id','yy_display_safetyrun').text("Safety run adds [" + safetyRun + "] rolls to pre rolls until max loss reached")) .append($('').attr('style',yy_class_toggle).attr('id','yy_setup_safetyoverride').attr('type','range').attr('value',safetyOverride).attr('min',stopBefore).attr('max','60')) .append($('

').attr('style',yy_class_caption).attr('id','yy_display_safetyoverride').text("Safety run ends [" + safetyOverride + "] minutes before autorefresh")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_basebet').attr('value',baseBet)) .append($('

').attr('style',yy_class_caption).text("Start bet")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_handbrake').attr('value',HandBrake)) .append($('

').attr('style',yy_class_caption).text("Maximum bet")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_bonus').attr('value',ClaimBonus)) .append($('

').attr('style',yy_class_caption).text("Claim bonus")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_lotteryonwin').attr('value',LotteryOnWin)) .append($('

').attr('style',yy_class_caption).text("Buy lotery tickets on win")) .append($('').attr('style',yy_class_input).attr('type','text').attr('id','yy_setup_lotterysession').attr('value',LotterySession)) .append($('

').attr('style',yy_class_caption).text("Buy lotery tickets at end of each session")) .append($('

').attr('style',yy_class_value).attr('id','yy_max_bets').text("")) .append($('

').attr('style',yy_class_caption).attr('id','yy_caption_maxrolls').text("Safe run ends after")) .append($('

').attr('style',yy_class_value).attr('id','yy_bet_break').text("")) .append($('

').attr('style',yy_class_caption).attr('id','yy_caption_breakbet').text("Max loss")) .append($('').attr('style',yy_class_toggle).attr('id','yy_setup_autostop').attr('type','range').attr('value',stopBefore).attr('min','1').attr('max','60')) .append($('

').attr('style',yy_class_caption).attr('id','yy_display_autostop').text("Autostop " + stopBefore + " minutes before autorefresh")) .append($('').attr('style',yy_class_toggle).attr('id','yy_setup_playpause').attr('type','button').attr('value','Pause game')) .append($('

').attr('style',yy_class_caption).text("Pause / run game")) .append($('').attr('style',yy_class_toggle).attr('id','yy_setup_displaytable').attr('type','button').attr('value','Enable')) .append($('

').attr('style',yy_class_caption).text("Display betting table")) .append($('

').attr('style',yy_class_disabletable).attr('id','yy_propagate_lines').text("")) .append($('

').attr('style',yy_class_title).text("Balance")) .append($('

').attr('style',yy_class_value).attr('id','yy_total_currency').text("/")) .append($('

').attr('style',yy_class_caption).text("Total balance in currency")) .append($('

').attr('style',yy_class_value).attr('id','yy_total_balance').text("/")) .append($('

').attr('style',yy_class_caption).text("Total balance")) .append($('

').attr('style',yy_class_value).attr('id','yy_main_balance').text("/")) .append($('

').attr('style',yy_class_caption).text("Main balance")) .append($('

').attr('style',yy_class_value).attr('id','yy_bonus_account_balance').text("/")) .append($('

').attr('style',yy_class_caption).text("Bonus account balance")) .append($('

').attr('style',yy_class_value).attr('id','yy_bonus_account_wager').text("/")) .append($('

').attr('style',yy_class_caption).text("Bonus account wager")) .append($('

').attr('style',yy_class_value).attr('id','yy_bonus_account_builder').text("/")) .append($('

').attr('style',yy_class_caption).text("Bonus account eligable")) .append($('').attr('style',yy_class_progress).attr('id','yy_bonus_account_progress').attr('max','').attr('value','')) .append($('

').attr('style',yy_class_caption).text("Bonus account progress")) .append($('

').attr('style',yy_class_value).attr('id','yy_reward_points').text("/")) .append($('

').attr('style',yy_class_caption).text("Reward points")) .append($('

').attr('style',yy_class_value).attr('id','yy_lottery_tickets').text("/")) .append($('

').attr('style',yy_class_caption).text("Lottery tickets")) .append($('

').attr('style',yy_class_title).text("Current bet")) .append($('

').attr('style',yy_class_value).attr('id','yy_current_win').text(baseBet)) .append($('

').attr('style',yy_class_caption).attr('id','yy_current_winlose').text("Win/Lose")) .append($('

').attr('style',yy_class_value).attr('id','yy_current_bet').text(baseBet)) .append($('

').attr('style',yy_class_caption).text("You bet")) .append($('

').attr('style',yy_class_value).attr('id','yy_current_preroll').text("0/"+preRolls)) .append($('

').attr('style',yy_class_caption).text("Preroll")) .append($('').attr('style',yy_class_progress).attr('id','yy_display_preroll').attr('max','').attr('value','')) .append($('

').attr('style',yy_class_caption).text("Progress current/prerolls")) .append($('

').attr('style',yy_class_value).attr('id','yy_current_action').text("none")) .append($('

').attr('style',yy_class_caption).text("Action")) .append($('

').attr('style',yy_class_title).text("Session")) .append($('

').attr('style',yy_class_value).attr('id','yy_this_session').text(baseBet)) .append($('

').attr('style',yy_class_caption).text("Session balance")) .append($('

').attr('style',yy_class_value).attr('id','yy_biggest_bet').text(baseBet)) .append($('

').attr('style',yy_class_caption).text("Biggest bet")) .append($('

').attr('style',yy_class_value).attr('id','yy_biggest_win').text(baseBet)) .append($('

').attr('style',yy_class_caption).text("Biggest win")) .append($('

').attr('style',yy_class_value).attr('id','yy_longest_lose').text(0)) .append($('

').attr('style',yy_class_caption).text("Longest losing streak")) .append($('').attr('style',yy_class_progress).attr('id','yy_display_safety').attr('max','').attr('value','')) .append($('

').attr('style',yy_class_caption).attr('id','yy_text_safety').text("Safety longest losing streak/max loss")) .append($('').attr('style',yy_class_progress).attr('id','yy_display_safetyoverrun').attr('max','').attr('value','')) .append($('

').attr('style',yy_class_caption).attr('id','yy_text_safetyoverrun').text("Safety longest losing streak/max loss")) .append($('').attr('style',yy_class_progress).attr('id','yy_session_progress').attr('min','1').attr('max','60').attr('value','')) .append($('

').attr('style',yy_class_caption).attr('id','yy_session_display').text("Session progress")) .append($('

').attr('style',yy_class_caption).attr('id','yy_stop_bet').text("")) .append($('

').attr('style',yy_class_widebox).text("If you like this script, please signup through the following link https://freebitco.in/?r=3329532")) .append($('

').attr('style',yy_class_widebox).text("Or throw a couple of satoshi my way ''17QLjfMeqnMwaZPKiz6goC2zqRa1MyaEhw''")) .append($('

') ) ) ) .prepend($('