Vertix.io Fireball Mod

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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);

    }
});