Increase Smoothness - Shell Shockers

Increase smoothness in shell shockers (NOT FPS)

目前为 2024-12-31 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @license MIT
  3. // @name Increase Smoothness - Shell Shockers
  4. // @namespace http://tampermonkey.net/
  5. // @version 0.5
  6. // @description Increase smoothness in shell shockers (NOT FPS)
  7. // @author https://gf.qytechs.cn/en/users/1361048-wish
  8. // @match *://*.shellshock.io/*
  9. // @match *://*.shell.onlypuppy7.online/*
  10. // @match *://*.algebra.best/*
  11. // @match *://*.algebra.vip/*
  12. // @match *://*.biologyclass.club/*
  13. // @match *://*.deadlyegg.com/*
  14. // @match *://*.deathegg.world/*
  15. // @match *://*.eggboy.club/*
  16. // @match *://*.eggboy.xyz/*
  17. // @match *://*.eggcombat.com/*
  18. // @match *://*.egg.dance/*
  19. // @match *://*.eggfacts.fun/*
  20. // @match *://*.egghead.institute/*
  21. // @match *://*.eggisthenewblack.com/*
  22. // @match *://*.eggsarecool.com/*
  23. // @match *://*.geometry.best/*
  24. // @match *://*.geometry.monster/*
  25. // @match *://*.geometry.pw/*
  26. // @match *://*.geometry.report/*
  27. // @match *://*.hardboiled.life/*
  28. // @match *://*.hardshell.life/*
  29. // @match *://*.humanorganising.org/*
  30. // @match *://*.mathactivity.xyz/*
  31. // @match *://*.mathactivity.club/*
  32. // @match *://*.mathdrills.info/*
  33. // @match *://*.mathdrills.life/*
  34. // @match *://*.mathfun.rocks/*
  35. // @match *://*.mathgames.world/*
  36. // @match *://*.math.international/*
  37. // @match *://*.mathlete.fun/*
  38. // @match *://*.mathlete.pro/*
  39. // @match *://*.overeasy.club/*
  40. // @match *://*.risenegg.com/*
  41. // @match *://*.scrambled.tech/*
  42. // @match *://*.scrambled.today/*
  43. // @match *://*.scrambled.us/*
  44. // @match *://*.scrambled.world/*
  45. // @match *://*.shellshockers.club/*
  46. // @match *://*.shellshockers.life/*
  47. // @match *://*.shellshockers.site/*
  48. // @match *://*.shellshockers.us/*
  49. // @match *://*.shellshockers.world/*
  50. // @match *://*.shellshockers.xyz/*
  51. // @match *://*.shellsocks.com/*
  52. // @match *://*.softboiled.club/*
  53. // @match *://*.urbanegger.com/*
  54. // @match *://*.violentegg.club/*
  55. // @match *://*.violentegg.fun/*
  56. // @match *://*.yolk.best/*
  57. // @match *://*.yolk.life/*
  58. // @match *://*.yolk.rocks/*
  59. // @match *://*.yolk.tech/*
  60. // @match *://*.yolk.quest/*
  61. // @match *://*.yolk.today/*
  62. // @match *://*.zygote.cafe/*
  63. // @match *://*.shellshockers.best/*
  64. // @match *://*.eggboy.me/*
  65. // @grant none
  66. // ==/UserScript==
  67.  
  68. (function() {
  69. 'use strict';
  70. var script = document.createElement('script');
  71. script.src = 'https://preview.babylonjs.com/babylon.js';
  72. document.head.appendChild(script);
  73. script.onload = function() {
  74. var scene = BABYLON.Engine.LastCreatedScene;
  75. if (scene) {
  76. scene.getEngine().setMaxFPS(Infinity);
  77. }
  78. };
  79. })();

QingJ © 2025

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