您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Claim ownership instantly
// ==UserScript== // @name Group AutoClaimer (Automaticaly join and claim ownership) // @namespace http://roblox.com // @match https://*.roblox.com/groups/* // @version 44.4 // @author Mendy // @grant none // @run-at document-idle // @description Claim ownership instantly // @license GNU // ==/UserScript== setTimeout(function() { $('#group-join-button').click(); //join group $('.icon-more').click(); //open "more" tab setTimeout(function() { const claimOwnershipBtn = $('#claim-ownership button'); //claims ownership if (claimOwnershipBtn.length) { claimOwnershipBtn.click(); console.log("Claim Ownership clicked!"); } else { console.log("Claim Ownership button not found."); } }, 890); // Claim ownership timer (This must be higher than Join group time) }, 820); //Join group timer (This must be lower than Claim ownership time)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址