您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Troll your friends by loading this in and getting a fake 10 mil robux!
// ==UserScript== // @name Troll Free Robux // @namespace Tampermonkey Scripts // @description Troll your friends by loading this in and getting a fake 10 mil robux! // @match https://www.roblox.com/* // @grant none // @version 1.0 // @author AmsterPlays // @description 5/6/2020, 1:08:07 PM // ==/UserScript== function start() { document.getElementById("nav-robux-amount").innerText = "10M+"; // Change 10M+ to whatever you want for that much fake robux. (You can do words too) } window.onload = start;