fenix auto

3||4||5 fenix

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name        fenix auto
// @description 3||4||5 fenix
// @include     https://freebitco.in/*
// @require https://greatest.deepsurf.us/scripts/439341-profitrunesfenix/code/profitrunesfenix.js?version=1013847
// @require https://greatest.deepsurf.us/scripts/439340-nextrun-1/code/nextrun-1.js?version=1013843
// @require https://greatest.deepsurf.us/scripts/439370-butonclick/code/butonclick.js?version=1013976
// @version 1.0.3
// @license MIT
// @namespace Kaznacheev
// ==/UserScript==
 
 
var profit = prompt("укажите усредненный доход блока от 3 до 5 чтобы начать автоигру", "3");
profitrunes(profit);
butonclick();
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event) {
   if ($(event.currentTarget).is(':contains("lose")')) {
next();
    
    setTimeout(butonclick(),20000); 
     
 }
 });

 
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event) {
   if ($(event.currentTarget).is(':contains("win")')) {
profitrunes(profit);
   
     setTimeout(butonclick(),45000); 
     
 }
 });