Add Hz counter to Classic modes
also tidied up 1 line of code
tips: using local xxx={...} will use lots of memory, I recommend to replace if ... then color={r,g,b} with if ... then setColor(r,g,b), it looks longer but can runs faster (and without "memory leak")
wow thanks lol
I should change this when I can
drafting this PR for now so you don't accidentally merge it
PR is ready to be merged btw
wait, you added more hooks
yeah to make the code faster and simpler
also how do you add hooks properly? the way I did it failed and I had to add another failsafe which probably means I did it completely incorrectly
alright i think ill remake this some other day because the current code isn't that good