NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Change the scope to surviv.io // @name:ru Изменить прицел в surviv.io и zombsroyale.io // @namespace https://github.com/AlekPet/ // @version 0.0.8.0.1 // @description Сhange the scope in the game surviv.io, and zombsroyale.io // @description:ru Изменяет прицел в игре surviv.io и zombsroyale.io // @copyright 2018, AlekPet (https://github.com/AlekPet) // @author AlekPet // @license MIT; https://opensource.org/licenses/MIT // @match *://surviv.io/* // @match *://surviv2.io/* // @match *://2dbattleroyale.com/* // @match *://zombsroyale.io/* // @icon http://surviv.io/img/icon_app.png // @updateURL https://raw.githubusercontent.com/AlekPet/Change-the-scope-to-surviv.io/master/Change-the-scope-to-games.user.js // @downloadURL https://raw.githubusercontent.com/AlekPet/Change-the-scope-to-surviv.io/master/Change-the-scope-to-games.user.js // @run-at document-end // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle // @grant GM_getResourceText // @require https://code.jquery.com/jquery-3.1.0.min.js // @resource scopes https://github.com/AlekPet/Change-the-scope-to-surviv.io/raw/master/assets/json/scopes.json // ==/UserScript== (function() { 'use strict'; let url =prompt("Script change url. Go to and update!\nСкрипт сменил ссылку перейдите и обновитесь!","https://openuserjs.org/scripts/AlekPet/Change_the_scope_to_surviv.io_and_zombsroyale.io") if(confirm("Go to now! | Перейти сейчас!\n https://openuserjs.org/scripts/AlekPet/Change_the_scope_to_surviv.io_and_zombsroyale.io")){ location.href = "https://openuserjs.org/scripts/AlekPet/Change_the_scope_to_surviv.io_and_zombsroyale.io" } })();