Errors

This code doesn't break a device or game, but there will be a error.

  1. // ==UserScript==
  2. // @name Errors
  3. // @namespace http://tampermonkey.net/
  4. // @version 2.2
  5. // @description This code doesn't break a device or game, but there will be a error.
  6. // @author Entity_303
  7. // @match http://arras.io/*
  8. // @grant none
  9. // ==/UserScript==
  10. var cursorStyle = "wait";
  11. var cursorRefresh = function() { document.getElementById("canvas").style.cursor = cursorStyle; };
  12. window.onmouseup = function() { cursorStyle = "wait"; cursorRefresh(); };
  13. window.onmousedown = function() { cursorStyle = "wait"; cursorRefresh(); };
  14. window.onmousemove = function() { if ( document.getElementById("canvas").style.cursor != cursorStyle ) { cursorStyle = "wait"; cursorRefresh(); } };
  15.  
  16. //**hacksAreCool**//
  17. var ArrasHackIsCool
  18. var BackgroundHackScript
  19.  
  20. //**Don'tUseThis**//
  21. var StyxError
  22. var NullErron
  23. var SinstaxError
  24. var RiverStyxError
  25.  
  26. //**Errors**//
  27. var Error1
  28. var Error2
  29. var Error3

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址