您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Aint got an Stake.com account yet, use my reflink to support my work here:
当前为
// ==UserScript== // @name Stake.com simple & safe Crash bot // @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/crash // @description set up amount and payout by hand // @description Best profits i made with the following settings: // @description Payout: 1.15 and betsize: 86,95900000 DOGE // @description The bot places every 2 minutes a bet. This is to prevent the crash´s ygl maths. // @match https://stake.com/casino/games/crash // @version 3.0 // @author Dauersendung // @namespace https://gf.zukizuki.org/de/users/444902-dauersendung // ==/UserScript== setInterval(function(){ document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA styles__Button-fc7ea4-0 mGJpP")[0].click(); },110000);