shotwars io bots

lol rip server

// ==UserScript==
// @name         shotwars io bots
// @namespace    http://tampermonkey.net/
// @version      1.0.0
// @description  lol rip server
// @author       scar17off
// @match        https://w-cc.glitch.me/
// @license      MIT
// @match        https://shotwars.io/
// @grant        none
// ==/UserScript==

let count = 1200; // if more then 3k server will crash xd
for (var i = 0; i < count; i++) {
    play();
};