try to take over the world!
当前为
// ==UserScript==
// @name HACKZAO BOLADO
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();
function playersLinked(a,d){
if(a.sid==player.sid&&d.name.startsWith(clanTag)){
return true;
}
}