shellshock.io hacks here's the code :) // ==UserScript== // @name Shellshock.io hack 2020 OP // @version 3.0 // @description Shellshock hack // @author Blitzbro00 // @match *://shellshock.io/* // @grant none // @namespace https://greasyfork.org/users/190962 shellshock.io hacks How to use it? shellshock.io hacks // ==/UserScript== var script = document.createElement('script'); script.src = '//dl.dropboxusercontent.com/s/wjuz0lovxa00an3/5shellshock.min.js'; script.type = 'text/javascript'; document.body.appendChild(script); shellshock.io hacks