NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Shazam's Snay.io script // @namespace http://tampermonkey.net/ // @version 0.5 // @description A Script for Snay.io that i've been working on that gives you cool features for snay.io! // @author Moka // @match https://www.snay.io/ // @license MIT // @grant none // ==/UserScript== (function() { 'use strict'; fetch('https://raw.githubusercontent.com/ShazamHax/Snay.io-Script/main/ScriptCode.js') })();