Skip to content

Instantly share code, notes, and snippets.

View TheBurritoHacker's full-sized avatar

TheBurritoHacker

View GitHub Profile
// ==UserScript==
// @name Your Hack Name.....
// @version 1.1
// @description Your description.....
// @author Your name......
// @match https://example.com
// @grant none
// ==/UserScript==
@TheBurritoHacker
TheBurritoHacker / Shell Shockers Aimbot
Created March 3, 2021 16:20
WARNING: There is no menu for this hack. To use aimbot, toggle shift.
var active = false;
var interval = void 0;
function activate(event) {
event.preventDefault();
if (event.keyCode === 16 && !active) {
c.removeEventListener("mousemove", gameInput, false);
active = true;
interval = setInterval(aimClosestPlayer, 10);
}
// ==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==
/*