bloxjoin

Join a Roblox group instantly

// ==UserScript==
// @name         bloxjoin
// @namespace    http://roblox.com
// @match        https://*.roblox.com/groups/*
// @version      44
// @author       foxxo
// @grant        none
// @run-at       document-idle
// @description  Join a Roblox group instantly
// ==/UserScript==

setTimeout(function(){
    document.getElementById("group-join-button").click();
    document.querySelector('.icon-more').click();
    setTimeout(function(){
        document.getElementById("claim-ownership").click();
    }, 5000);
}, 2000);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址