您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
OWOT spam script
// ==UserScript== // @name OWOTspammer // @namespace http://ourworldoftext.com/ // @version 0.1 // @description OWOT spam script // @author Mayank-1234-cmd // @match https://ourworldoftext.com/ // @icon https://www.google.com/s2/favicons?domain=gf.qytechs.cn // @grant none // ==/UserScript== api_chat_send("i am using owot spammer hax") function spam(strng,repeatX,repeatY) { var s = strng.repeat(repeatY); // length 3 var s = s+"\n" var s = s.repeat(repeatX) for(var i = 0; i < s.length; i++){ var c = s[i]; writeChar(c,false) } } spam(prompt("String to spam?"),parseInt(prompt("Repeated across x-axis how many times?")),parseInt(prompt("Repeated across y-axis how many times?")))
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址