您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.
您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
- // ==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