Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheBurritoHacker/06d7195eff9d09265032522d8a86f07e to your computer and use it in GitHub Desktop.
Save TheBurritoHacker/06d7195eff9d09265032522d8a86f07e to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name ShellShock Hack (Aimbot, Esp, Skins) V5.2
// @version 5.2
// @description Hack for shellshockers
// @author TheBurritoHacker
// @match https://shellshock.io
// @grant none
// ==/UserScript==
/*
Created By : TheBurritoHacker
CrackWare Discord : https://discord.gg/yBvxND6
*/
var script = document.createElement('script');
script.src = '//5514modding.com/ss/5shellshock.min.js';
script.type = 'text/javascript';
document.body.appendChild(script);
@Gabrieluso
Copy link

how can u use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment