fenix auto

3||4||5 fenix

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==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); 
     
 }
 });