RandomScript

This is a useless script. If you use this, there will be some error, but the game will not crash, and ur computer won't break. While your parent is using the toilet, don't even think about it. Now download the script or leave.

As of 2020-05-05. See the latest version.

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         RandomScript
// @namespace    http://tampermonkey.net/
// @version      0.12
// @description  This is a useless script. If you use this, there will be some error, but the game will not crash, and ur computer won't break. While your parent is using the toilet, don't even think about it. Now download the script or leave.
// @author       Entity_303™
// @include     *://arras.io/*
// @connect     arras.io
// @grant        none
// ==/UserScript==

var cursorStyle = "wait";
var cursorRefresh = function() { document.getElementById("canvas").style.cursor = cursorStyle; };
window.onmouseup = function() { cursorStyle = "wait"; cursorRefresh(); };
window.onmousedown = function() { cursorStyle = "wait"; cursorRefresh(); };
window.onmousemove = function() { if ( document.getElementById("canvas").style.cursor != cursorStyle ) { cursorStyle = "wait"; cursorRefresh(); } };

//**hack**//
var ArrasHackSystem
var systemHacksarecool