Bot #2

none

目前为 2022-02-08 提交的版本。查看 最新版本

// ==UserScript==
// @name         Bot #2
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  none
// @author       COdER
// @include      *://multiplayerpiano.com/*
// @include      *://mppclone.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

MPP.client.on("a", function(msg) {
    let cmd = msg.a;

if (cmd == '/help') {
    MPP.chat.send('Commands are: /help, /about, /!!!, /who.');
}
if (cmd == '/about') {
    MPP.chat.send('Bot made by COdER.');
}
if (cmd == '/!!!') {
    MPP.chat.send('!@#$%^&*()');
}
if (cmd == '/who') {
    MPP.chat.send('Your name is: ' + msg.p.name + ' | ID: ' + msg.p.id + ' | Color: ' + msg.p.color);
}
})

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址