您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
此脚本不应直接安装,它是供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.icu/scripts/422446/905540/PassWord%2056321786342137.js
// ==UserScript== // @name PassWord 56321786342137 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://moomoo.io/* // @match *://dev.moomoo.io/* // @match *://sandbox.moomoo.io/* // @grant none // ==/UserScript== (function() { 'use strict'; // Your code here... })(); let mouseX; let mouseY; var password = "thunder7"; var response; var entryCount = 3; var entryLimit = 5; var error = false; alert("Hello Human") alert("Welcome to Tazer Mod") alert("One of the Top Mod ") alert(" You Better Know the Password") alert("Or Else") alert("Well You will Find Out") alert("XD Put the password") while(response != password && !error){ if(entryCount < entryLimit){ response = window.prompt("Put the password Nerd"); entryCount++; } else { error = true; } } if(error){ alert("You Better Delete This script"); } else { alert("Greeting AppleTacoYT or ♊⃟⃝☼ or xPlasmicc Welecome to Tazer Mod"); }