Surviv.io trees and bushes remover

Cuts trees and makes the bushes really small, exposing any players who hide under them or is near them.

  1. // ==UserScript==
  2. // @name Surviv.io trees and bushes remover
  3. // @namespace https://github.com/Michal2SAB
  4. // @version 2.1
  5. // @description Cuts trees and makes the bushes really small, exposing any players who hide under them or is near them.
  6. // @author Michal2SAB
  7. // @match *://surviv.io/*
  8. // @match *://surviv2.io/*
  9. // @match *://2dbattleroyale.com/*
  10. // @match *://2dbattleroyale.org/*
  11. // @match *://piearesquared.info/*
  12. // @match *://thecircleisclosing.com/*
  13. // @match *://archimedesofsyracuse.info/*
  14. // @match *://secantsecant.com/*
  15. // @match *://parmainitiative.com/*
  16. // @match *://nevelskoygroup.com/*
  17. // @match *://kugahi.com/*
  18. // @match *://chandlertallowmd.com/*
  19. // @match *://ot38.club/*
  20. // @match *://kugaheavyindustry.com/*
  21. // @match *://drchandlertallow.com/*
  22. // @match *://rarepotato.com/*
  23. // @grant none
  24. // ==/UserScript==
  25.  
  26. (function() {
  27. 'use strict';
  28.  
  29. var shits = ""
  30.  
  31. // Some important shit for this whole thing to work
  32.  
  33. var func = {
  34. webpack_inject2: (w, e, get) => {
  35. shits = get("03f4982a")
  36. },
  37. };
  38.  
  39. if(typeof window.webpackJsonp === 'function') {
  40. window.webpackJsonp([0], func, ["webpack_inject2"]);
  41. } else {
  42. window.webpackJsonp.push([
  43. ["webpack_inject2"],
  44. func,
  45. [["webpack_inject2"]]
  46. ]);
  47. }
  48. // do the magic
  49.  
  50. Object.keys(shits).forEach(function(key2) {
  51. if(key2.match(/tree/g)) {
  52. shits[key2].img.sprite = "https://surviv.io/img/map/map-tree-res-02.svg"
  53. } else if(key2.match(/bush/g)) {
  54. shits[key2].img.scale = 0.16
  55. } else if(key2.match(/table/g)) {
  56. shits[key2].img.sprite = ""
  57. }
  58. })
  59. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址