Sanja93Z - Stake.com Auto Reload Claimer (10 minutes) V1

10 minutes Reload Claimer for stake.com

目前為 2025-05-28 提交的版本,檢視 最新版本

作者
Sanja93Z
評價
0 0 0
版本
28.05.2025 V1
建立日期
2025-05-28
更新日期
2025-05-28
尺寸
1.6 KB
授權條款
未知
腳本執行於

Description

After i only found not working or troubled scripts,

I decided to write my own one. 



Works perfectly without any problems or issues.

I use it on an IPhone with Safari.



You need the following apps/scripts for it:



Userscripts Safari
https://apps.apple.com/de/app/userscripts/id1463298887

Anti Captcha Script
I use Moon Captcha v2 Solver
https://greasyforks.org/de/scripts/461499-moon-captcha-v2-solver

After you have these, just install my script including the activation, head to stake.com it will start the process automatically. 

You just have to let the browser open.

The page will refresh every few minutes and you should get the error message where is written you can’t claim it, 2nd picture.
Just for visualization, i lit an timer on the left top.

After the 10 minutes, the link will work automatically again. 



Have fun and i hope you enjoy.



If you probably decided to sent me a tip, my Stake ID is JoulySweet
Just ask me if you have questions about it.


function playSound() {
const sound = new Audio('https://assets.mixkit.co/active_storage/sfx/1121/1121-preview.mp3');
sound.volume = 0.5;
sound.play();
}

function forceClick(element) {
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'center' });
['mouseover', 'mousedown', 'mouseup', 'click'].forEach(eventType => {
element.dispatchEvent(new MouseEvent(eventType, { bubbles: true, cancelable: true, view: window }));
});
console.log("Tried to force-click the button.");
}

长期地址
遇到问题?请前往 GitHub 提 Issues。