Skip to content

Instantly share code, notes, and snippets.

@hjroh0315
Last active January 18, 2019 16:28
Show Gist options
  • Save hjroh0315/9664fbce0e8e1fe5133663aafbf9b68f to your computer and use it in GitHub Desktop.
Save hjroh0315/9664fbce0e8e1fe5133663aafbf9b68f to your computer and use it in GitHub Desktop.
ACOG mod krunker
// ==UserScript==
// @name ACOG mod
// @version 0.1
// @description ACOG in krunker!
// @author BuffSemi(hjroh0315, matt-roh)
// @match https://krunker.io/*
// @run-at document-idle
// @grant none
// ==/UserScript==
var ret=document.getElementById('recticleImg');
ret.src="https://i.imgur.com/vY3DmXp.png";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment