// ==UserScript== // @name /=|- B34R -|=\ /=\ Legit Script for Legit Players /=\ // @namespace none // @version v3 // @description ArrowUp Key = Modification Menu | ArrowLeft Key = Settings | ArrowRight Key = MainMenu | ArrowDown Key = InfoBox | Anti Ads | features that don't work will have a [WIP] next to it | to get Settings Working you must click on the Setting Button first/=\ // @author Bear // @match *://sploop.io/* // @require http://code.jquery.com/jquery-3.3.1.min.js // @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js // @grant none // @icon https://media.discordapp.net/attachments/1077687137455046718/1122722360420728913/DaB34R.png // @downloadURL none // ==/UserScript== (function() { 'use strict'; let credit = "- Danger Bear aka B34R" let discord = "- B34R#5400" let support1 = "- Comment that it works great" let support2 = "- Ask what i should add or if you encounterd a problem with the Script report it to me on my Discord" let support3 = "- Tell your friends about this Script and to download it on Greasyfork" let spl = document.getElementById("lostworld-io_300x250_2") // /=\ Menu toggler /=\ document.addEventListener('keydown', e => { if (e.code == $("#bearOpenkey").val()) { if ($('.bearMenu').css('display') == 'none') $('.bearMenu').animate({ top: 'show' }, 100); else $('.bearMenu').animate({ top: 'hide' }, 100); } }) // /=\ Info toggler /=\ document.addEventListener('keydown', e => { if (e.code == $("#infoOpenKey").val()) { if ($('.infoElement').css('display') == 'none') $('.infoElement').animate({ top: 'show' }, 100); else $('.infoElement').animate({ top: 'hide' }, 100); } }) let modB = `