splix io mods [-- Must Have Tampermonkey to get this work. and must create a new tampermonkey UserScriptto this to work. --] --[ script here ]-- // ==UserScript== // @name Splix.io Mods,Hacks,Cheats // @description Splix.io extension (no ads,zoom,play with friends,stop player) // @version 2.0 // @author Slithere.com splix io mods How to dowload it? splix io mods // @match http://splix.io // @run-at document-start // @grant GM_xmlhttpRequest // @connect splix.io // @website https://slithere.com // @namespace https://greasyfork.org/users/57018 // ==/UserScript== (function() { splix io mods How to get it for free? splix io mods window.addEventListener("load", function(){ var game = {}; setTimeout(function(){ MAX_ZOOM = 10000; //BLOCKS_ON_SCREEN = 10000; USERNAME_SIZE = 6; }, 2000); splix io mods PasteShr splix io mods var mouseWheelEvt= ((/Firefox/i.test(navigator.userAgent))? "DOMMouseScroll" : "mousewheel"); document.body.addEventListener(mouseWheelEvt, WheelHandler, true); function WheelHandler(event) { var zoom = BLOCKS_ON_SCREEN * Math.pow(0.93, event.wheelDelta / 120 || -event.detail || 0); if(zoom < 100) BLOCKS_ON_SCREEN = 100; splix io mods How to get it for free? splix io mods else if(zoom > 16000) BLOCKS_ON_SCREEN = 16000; else BLOCKS_ON_SCREEN = zoom; } var leaderboard = document.getElementById("leaderboard"); leaderboard.style.top = "48px"; var myCssText = "color:white; font-weight: 700; position:fixed; right: 13px; top: 8px; z-index:100; padding: 5px 10px; opacity: .7; transform-orign: right top;"; var myDiv = document.createElement("div"); splix io mods PasteShr splix io mods myDiv.className = "greenBox"; myDiv.style.cssText = myCssText; myDiv.innerHTML = "SLITHERE.COM - IOGAMESLIST.ORG"; leaderboard.parentNode.insertBefore(myDiv, leaderboard.nextSibling); uiElems.push(myDiv); splix io mods How to use it? splix io mods var paused = false; var loop = setInterval(function(){ if(paused) { sendDir((myPlayer.dir + 1)%4); } }, 100); window.addEventListener("keyup", function(e){ if(e.keyCode == 80) paused ^= true; }); splix io mods How to use it? splix io mods var nameForm = document.getElementById("nameForm"); var myBox = document.createElement("div"); var br = document.createElement("br"); nameForm.insertAdjacentHTML("beforeEnd", "
"); var interval; splix io mods PasteShr splix io mods var hashes = []; window.searchServersRecursive = function(obj, ping){ if(obj && obj.hash) { hashes.push({hash: obj.hash, ping: ping}); return; } if(Array.isArray(obj)) for(var i=0; i 0 && no0()) { clearInterval(interval); var no = 1 ; splix io mods PasteShr splix io mods var options = ""; for(var i=0; i"+(no++)+". #" + hashes[i].hash + " ( " + hashes[i].ping + " )"; document.getElementById("_servers").innerHTML = options; splix io mods How to get it? splix io mods if(window.location.hash.indexOf("#") != -1) document.getElementById("_servers").value = window.location.hash; } },100); var myStyle = (function() { var style = document.createElement("style"); style.appendChild(document.createTextNode("")); document.head.appendChild(style); return style; splix io mods How to get it? splix io mods })(); var cssRules = document.styleSheets[0]["cssRules"]; for(var i=0; i