Last active
January 18, 2019 16:28
-
-
Save hjroh0315/9664fbce0e8e1fe5133663aafbf9b68f to your computer and use it in GitHub Desktop.
ACOG mod krunker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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