scp222thj / MalumMenu

An easy-to-use Among Us cheat menu with a simple GUI and lots of useful modules.
GNU General Public License v3.0
60 stars 19 forks source link

updated chat character length color indicator #52

Closed astra1dev closed 5 months ago

astra1dev commented 6 months ago

Right now, if we write 75 characters, the indicator on top of the chat box (75/100) turns yellow. if we hit 100 characters, it turns red.

But with chatJailbreak enabled, we have a limit of 2147483647 characters.

I edited the method that updates the indicator so that it turns yellow on 75% of the limit which is approx. 1610612735 and turns red on 2147483647.

scp222thj commented 6 months ago

This is interesting, I hadn't thought of this. I'll take a better look when I get on my laptop. I just hope no user will ever have to write 2147483648 characters in chat 😂