您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Do not install
// ==UserScript== // @name Test // @namespace chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/options.html#nav=dashboard // @version 0.2 ALPHA (licensed) // @description Do not install // @author HackmasterDMDTM // @match https://www.roblox.com/upgrades/redeem?ap=470&pm=redeemCard&selectedUpsellProductId=0 // @grant none // @license Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) // ==/UserScript== (function() { 'use strict'; alert("Click the button to start the Codebreaker. Thank you for using the Robux Codebreaker!"); var nums = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]; function main() { var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString())); var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString())); var key3 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString())); var key4 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString())); var code = (key + " " + key2 + " " + key3 + " " + key4); document.getElementById("pin").value = code; document.getElementsByTagName('form')[0].submit(); } setInterval(function() { main(); }, 2); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址