12/5/2024, 3:35:19 PM
< Feedback on Starblast lag/ping reducer
None of the logic in this script has any connection to network performance. Code Injector is absolutely not needed either. Try to find out for yourself why not and how Code Injector actually loads mods at all.
this script is still being tested and this was supposed to be a privet post. Didn't mean to make it public
and my dumbass had the brilliant idea to use chat GPT to get the base structure of the code. Not completely my fault :/
i will fix it, sorry for your problems.
Do you even know how to program?
const elements = document.querySelectorAll('.unnecessary-class');
, this literally just searches for elements with the class nameunnecessary-class
, which is not even mentioned when searching through the game code.setInterval()
functions, running them so often, negates the performance again and you come out almost the same as without the script.