您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
reload page and spam buys pls dont skid
当前为
// ==UserScript== // @name UGC Sniper (pain)(for roblox) // @namespace http://tampermonkey.net/ // @version 1.2.2 // @description reload page and spam buys pls dont skid // @author fishcat#2431 // @match https://www.roblox.com/catalog/* // @match https://www.roblox.com/bundles/* // @icon https://www.google.com/s2/favicons?sz=64&domain=roblox.com // @grant none // @license GNU General Public License v3.0 // ==/UserScript== const MAX_PRICE = 50; //edit this number to change max price function snipeitem() { const buttons = document.querySelectorAll('button'); const buyButton = Array.from(buttons).find((button) => button.textContent === 'Buy'); buyButton.click(); setTimeout(() => { const buttons2 = document.querySelectorAll('button'); const buyButton2 = Array.from(buttons2).find((button) => button.textContent === 'Buy Now'); //Set to 'Get Now' for free items and limiteds if (true == MPC) { console.log("can buy") buyButton2.click(); }else{ alert("price too high") } document.getElementById("refresh-details-button").click(); /*setTimeout(() => { const buttons3 = document.querySelectorAll('button'); const buyButton3 = Array.from(buttons3).find((button) => button.textContent === 'Not Now'); buyButton3.click(); setTimeout(snipeitem, 1000); }, 500); window.location.reload()*/ }, 500); } setInterval(function() { document.getElementById("refresh-details-button").click(); },1500);// Change 1000 to however you want it by ms (I recommend switching proxies by using extentions) var intv = setInterval(function() { var elems = document.getElementsByClassName("btn-growth-lg btn-fixed-width-lg") if(elems.length < 1){ return false; } //when element is found, clear the interval.by fishcat#2431 clearInterval(intv); for (var i = 0, len = elems.length; i < len; i++){ elems[i].value = ""; console.log("by fishcat#2431") const rb = document.getElementsByClassName("text-robux-lg")[0].innerText var MPC = rb <= MAX_PRICE snipeitem(); document.getElementById("refresh-details-button").click(); } }, 100);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址