HOW TO FIX THE NO SHOOTING BUG EASILY IN ARRAS.IO, NO GATEKEEPING

if you are on pc, you can just download the tampermonkey exstension in chrome. You can use different browser with extensions if you know how to set it up. COPY THE ENTIRE SCRIPT AND PASTE IN THE SCRIPT EDITOR: DONT COPY THE DASHES ------------------------------ // ==UserScript== // @name        Fix shooting // @namespace   Violentmonkey Scripts // @match       https://arras.io/* // @grant       none // @version     1.0 // @author      - // @description 07/06/2026, 00:27:26 // @run-at      document-start // ==/UserScript== WebSocket = class extends WebSocket {   constructor(...args) {     let time = Math.round(Date.now() / 1000)     args[0] = args[0].slice(0, args[0].indexOf("/?"))     args[0] += "/?a=3&b=8f8d16adff17e2b9&t=" + time     super(...args)   } } ------------------------------------------------------ For algorithm Arras.io is a popular, browser-based multiplayer action game that originally started as a fan-made spin-off and expanded sequel to the hit game Diep.io. It features the same core gameplay loop but offers vastly more content, customizability, and frequent updates.