您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Loll raindow
// ==UserScript== // @name Raindow bar // @namespace Good // @version 0.1 // @description Loll raindow // @author You // @match http://sandbox.moomoo.io/ // @grant none // ==/UserScript== (function() { 'use strict'; let hue = 0; let replaceInterval = setInterval(() => { if (CanvasRenderingContext2D.prototype.roundRect) { CanvasRenderingContext2D.prototype.roundRect = ((oldFunc) => function() { if (this.fillStyle == "#8ecc51") this.fillStyle = `hsl(${hue}, 100%, 50%)`; return oldFunc.call(this, ...arguments); })(CanvasRenderingContext2D.prototype.roundRect); clearInterval(replaceInterval); }}, 10); function changeHue() { hue += Math.random() * 3; } setInterval(changeHue, 10); let mouseX; let mouseY; let enemyX; let enemyY; let width; let height; setInterval(() => { if(autosecondary == true) { doNewSend(["5", [secondary, true]]); doNewSend(["5", [secondary, true]]); doNewSend(["5", [secondary, true]]); } }, -100); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址