Throwables Mod

Increases the size of throwables, making it easier to avoid them. Makes it very easy to notice mines.

当前为 2020-10-16 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Throwables Mod
  3. // @namespace https://github.com/Michal2SAB
  4. // @version 2.2
  5. // @description Increases the size of throwables, making it easier to avoid them. Makes it very easy to notice mines.
  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 throwables = ""
  30.  
  31. // Some important shit for this whole thing to work
  32.  
  33. var func = {
  34. webpack_inject1: (w, e, get) => {
  35. throwables = get("035f2ecb")
  36. },
  37. };
  38.  
  39. if(typeof window.webpackJsonp === 'function') {
  40. window.webpackJsonp([0], func, ["webpack_inject1"]);
  41. } else {
  42. window.webpackJsonp.push([
  43. ["webpack_inject1"],
  44. func,
  45. [["webpack_inject1"]]
  46. ]);
  47. }
  48.  
  49. // do the magic
  50.  
  51. Object.keys(throwables).forEach(function(key1) {
  52. throwables[key1].worldImg.scale = .25
  53. })
  54. })();

QingJ © 2025

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