// ==UserScript==
// @name SURVIV.IO MODS / HACKS / CHEATS by MR.Coder | FAST HEAL, AIM LOCK, FIRE BOT, AUTO RESPAWN
// @namespace
https://survivio.info// @version 2.5
// @description Survivio Hacks for surviv.io cheats with surviv mods that aim lock,fire bot, auto respawn, auto reload, show fps, fast heal, auto weapon swap
// @author Rayan Alami
//
@require https://code.jquery.com/jquery-3.3.1.min.js// @resource scopes
https://github.com/AlekPet/Change-the-scope-to-surviv.io/raw/master/assets/json/scopes.json// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @grant GM_getResourceText
//
@run-at document-end
// @match *://surviv.io/*
// @match *://surviv2.io/*
// @match *://2dbattleroyale.com/*
// @match *://zombsroyale.io/*
// @icon
http://surviv.io/img/icon_app.png// ==/UserScript==