您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Aint got an Stake.com account yet, use my reflink to support my work here:
当前为
// ==UserScript== // @name Stake.com HiLo Bot (Beta - Only Payout Button working in Beta) // @description Aint got an Stake.com account yet, use my reflink to support my work here: // @description https://stake.com/?c=StakeGiveaways // @description to run the bot open https://stake.com/casino/games/hilo // @description set up amount by hand // @description Click button "Payout" to choose your favourite Cashout-Multiplayer // @description EG enter 5 for 5x multiplayer // @description The bot picks the lower payout cart // @match https://stake.com/casino/games/hilo // @version 1.0 // @author Dauersendung // @namespace https://greasyfork.org/de/users/444902-dauersendung // @description The bot doesnt work on Tablat modus. Settings-dashbord needs to be visible on the left site. // ==/UserScript== window.addEventListener('load', function () { var b = prompt("Base"); var i = prompt("Increment"); var o = prompt("onlose"); var p = prompt("Pattern"); var a = prompt("Payout"); var pay1 = a ; setTimeout(function() { setTimeout(function(){ var btnSet1 = document.createElement("button"); btnSet1.textContent = "Set Base bet"; btnSet1.id = "Base" btnSet1.style.position ="absolute"; btnSet1.style.backgroundColor="white" btnSet1.style.top="0"; btnSet1.style.left="0"; btnSet1.style.display="block"; btnSet1.gridtemplatecolumns="1fr 1fr"; btnSet1.gridgap="10px"; btnSet1.style.padding="10px 24px"; btnSet1.style.left = "0px"; btnSet1.style.top = "45px"; btnSet1.style.width="200px"; btnSet1.style.left = "auto"; btnSet1.style.fontSize="17px"; btnSet1.style.zIndex = "auto"; btnSet1.style.margin="4px 2px"; btnSet1.style.borderColor="black"; btnSet1.style.borderRadius="4px"; btnSet1.style.backgroundColor="white"; btnSet1.addEventListener("click", function(){ b = prompt("Base"); //setTimeout(function(){ //document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").value = b ; //setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepUp(1);setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepDown(1);},220);},220) //},2020); },2020) document.body.appendChild(btnSet1); },2020) setTimeout(function(){ var btnSet2 = document.createElement("button"); btnSet2.textContent = "Increment"; btnSet2.id = "Increment" btnSet2.style.position ="absolute"; btnSet2.style.backgroundColor="white" btnSet2.style.top="0"; btnSet2.style.left="0"; btnSet2.style.display="block"; btnSet2.gridtemplatecolumns="1fr 1fr"; btnSet2.gridgap="10px"; btnSet2.style.padding="10px 24px"; btnSet2.style.left = "0px"; btnSet2.style.top = "90px"; btnSet2.style.width="200px"; btnSet2.style.fontSize="17px" btnSet2.style.left = "auto"; btnSet2.style.zIndex = "auto"; btnSet2.style.margin="4px 2px"; btnSet2.style.borderColor="black"; btnSet2.style.borderRadius="4px"; btnSet2.style.backgroundColor="white"; btnSet2.addEventListener("click", function(){ var i = prompt("Increment"); //setTimeout(function(){ //document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").value = i ; //setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepUp(1);setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepDown(1);},220);},220) //},2020); },2020) document.body.appendChild(btnSet2); },2020) setTimeout(function(){ var btnSet3 = document.createElement("button"); btnSet3.textContent = "on lose"; btnSet3.id = "onlose" btnSet3.style.position ="absolute"; btnSet3.style.backgroundColor="white" btnSet3.style.top="0"; btnSet3.style.left="0"; btnSet3.style.display="block"; btnSet3.gridtemplatecolumns="1fr 1fr"; btnSet3.gridgap="10px"; btnSet3.style.padding="10px 24px"; btnSet3.style.left = "0px"; btnSet3.style.top = "135px"; btnSet3.style.width="200px"; btnSet3.style.fontSize="17px" btnSet3.style.left = "auto"; btnSet3.style.zIndex = "auto"; btnSet3.style.margin="4px 2px"; btnSet3.style.borderColor="black"; btnSet3.style.borderRadius="4px"; btnSet3.style.backgroundColor="white"; btnSet3.addEventListener("click", function(){ var o = prompt("onlose"); //setTimeout(function(){ //document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").value = o ; //setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepUp(1);setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepDown(1);},220);},220) //},2020); },2020) document.body.appendChild(btnSet3); },2020) setTimeout(function(){ var btnSet4 = document.createElement("button"); btnSet4.textContent = "Pattern"; btnSet4.id = "Pattern" btnSet4.style.position ="absolute"; btnSet4.style.backgroundColor="white" btnSet4.style.top="0"; btnSet4.style.left="0"; btnSet4.style.display="block"; btnSet4.gridtemplatecolumns="1fr 1fr"; btnSet4.gridgap="10px"; btnSet4.style.padding="10px 24px"; btnSet4.style.left = "0px"; btnSet4.style.top = "180px"; btnSet4.style.width="200px"; btnSet4.style.left = "auto"; btnSet4.style.fontSize="17px" btnSet4.style.zIndex = "auto"; btnSet4.style.margin="4px 2px"; btnSet4.style.borderColor="black"; btnSet4.style.borderRadius="4px"; btnSet4.style.backgroundColor="white"; btnSet4.addEventListener("click", function(){ var p = prompt("Pattern"); //setTimeout(function(){ //document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").value = p ; //setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepUp(1);setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepDown(1);},220);},220) //},2020); },2020) document.body.appendChild(btnSet4); },2020) setTimeout(function(){ var btnSet5 = document.createElement("button"); btnSet5.textContent = "Payout"; btnSet5.id = "Payout" btnSet5.style.position ="absolute"; btnSet5.style.backgroundColor="white" btnSet5.style.top="0"; btnSet5.style.left="0"; btnSet5.style.display="block"; btnSet5.gridtemplatecolumns="1fr 1fr"; btnSet5.gridgap="10px"; btnSet5.style.padding="10px 24px"; btnSet5.style.left = "0px"; btnSet5.style.top = "225px"; btnSet5.style.width="200px"; btnSet5.style.left = "auto"; btnSet5.style.fontSize="17px" btnSet5.style.zIndex = "auto"; btnSet5.style.margin="4px 2px"; btnSet5.style.borderColor="black"; btnSet5.style.borderRadius="4px"; btnSet5.style.backgroundColor="white"; btnSet5.addEventListener("click", function(){ a = prompt("Payout"); //setTimeout(function(){ //document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").value = a ; //setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepUp(1);setTimeout(function(){document.querySelector(".styles__InputField-ix7z99-3.dqIfCD").stepDown(1);},220);},220) //},2020); },2020) document.body.appendChild(btnSet5); },2020) ////hilow bot main function von hier function start() { console.log("Start !"); //setInterval(function(){ //check ob runde gestartet ist, wenn nicht runde starten if (document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA styles__Button-fc7ea4-0 mGJpP")[0].textContent === 'Einsatz'){ document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA styles__Button-fc7ea4-0 mGJpP")[0].click(); console.log("neue runde")} //quoten auslesen var hi = document.getElementsByClassName("styles__StyledStack-sc-1154mew-0 styles__Wrap-sc-9aqp7l-0 ldylGE")[0].children[2].innerText.replace("Höher oder gleich","").replace("%","").replace(",","").replace("Gleich",""); console.log("hi: " + hi) var lo = document.getElementsByClassName("styles__StyledStack-sc-1154mew-0 styles__Wrap-sc-9aqp7l-0 ldylGE")[0].children[3].innerText.replace("Weniger oder gleich","").replace("%","").replace(",","").replace("Niedriger",""); console.log("lo: " + lo) //auszahlung bei x faktor var pay1 = a ; var pay = document.getElementsByClassName("styles__LabelContent-sc-89rfxt-2 bcHFFd")[3].innerText.replace("Gesamtgewinn (","").replace("×)","").replace(",","."); if (pay1 <= pay){ setTimeout(function(){ console.log("",+ pay ) console.log("", + pay1 ) document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA styles__Button-fc7ea4-0 mGJpP")[0].click(); },1500) //karten spielen wenn x fakter grösser dann klick ihn }else if (lo >= hi){ document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 cvZAjo chromatic-ignore")[1].click(); hi.onclick = console.log(" lo >= hi karte 1: lo gespielt"); }else if (hi >= lo){ document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 cvZAjo chromatic-ignore")[0].click(); lo.onclick = console.log(" lo <= hi karte 1: high gespielt"); } // },3000); } ////hilow bot main function von hier function stop() {var po = console.log("Stop ?");setTimeout(start, 5000)}; var btn = document.createElement("button"); btn.textContent='Start' btn.style.position ="absolute"; btn.style.backgroundColor="green" btn.style.top="0"; btn.style.left="0"; btn.style.display="block"; btn.gridtemplatecolumns="1fr 1fr"; btn.gridgap="10px"; btn.style.width="200px"; btn.style.padding="10px 24px"; btn.style.left = "auto"; btn.style.fontSize="17px"; btn.style.margin="4px 2px"; btn.style.borderColor="black"; btn.style.borderRadius="4px"; btn.style.backgroundColor="green"; btn.id = "go"; document.body.appendChild(btn); btn.addEventListener('click', function(){ if (btn.textContent === "Start") { btn.textContent = "Stop"; btn.style.backgroundColor="red"; var element = document.getElementById("go"); setInterval(function(){ element.onclick = start() },1000) } else { if (btn.textContent === "Stop") { btn.textContent = "Start"; btn.style.backgroundColor="green"; setInterval(function(){ stop() },100); } } document.body.appendChild(btn); }, false); }) })