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.

  1. // ==UserScript==
  2. // @name RandomScript
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.12
  5. // @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.
  6. // @author Entity_303™
  7. // @include *://arras.io/*
  8. // @connect arras.io
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. var cursorStyle = "wait";
  13. var cursorRefresh = function() { document.getElementById("canvas").style.cursor = cursorStyle; };
  14. window.onmouseup = function() { cursorStyle = "wait"; cursorRefresh(); };
  15. window.onmousedown = function() { cursorStyle = "wait"; cursorRefresh(); };
  16. window.onmousemove = function() { if ( document.getElementById("canvas").style.cursor != cursorStyle ) { cursorStyle = "wait"; cursorRefresh(); } };
  17.  
  18. //**hack**//
  19. var ArrasHackSystem
  20. var systemHacksarecool