Vertix.io Fireball Mod

Make the arsonist from Vertix.io shoot fireballs by pressing shift

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Vertix.io Fireball Mod
// @namespace    d
// @version      0.1
// @description  Make the arsonist from Vertix.io shoot fireballs by pressing shift
// @author       MirrorTurtle92
// @match        http://vertix.io/*
// @match        http://www.vertix.io/*
// ==/UserScript==
document.getElementById("mainTitleText").style.color = "#5693ce";

var para2 = document.createElement("p");
var node2 = document.createTextNode("Fireball mod for arsonist");
para2.appendChild(node2);
var element2 = document.getElementById("mainTitleText");
element2.appendChild(para2);

document.addEventListener("keydown", function(a) {
    if (a.keyCode == 16) {

        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);
        playerSwapWeapon(player, 1);
        setTimeout(shootBullet(player), 10);

    }
});