Greasy Fork is available in English.
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");
}