YimMenu / YimMenu

YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience.
https://yim.gta.menu
GNU General Public License v2.0
1.16k stars 931 forks source link

Add more keywords #3237

Closed iwanttodo1t closed 1 week ago

iwanttodo1t commented 3 weeks ago

Add more keywords

sch-lda commented 2 weeks ago

Although I haven't tested it in yimmenu, is this as expected? image image

iwanttodo1t commented 2 weeks ago

I am a newbie in C++, sorry for the trouble.

Rxann commented 2 weeks ago

I am a newbie in C++, sorry for the trouble.

It is fine, I was there and still partially am now.

iwanttodo1t commented 1 week ago

Some ads use special characters instead of regular letters For example: с(Russian alphabet:eg .сo)

(ΑΒ)ΓΔ(ΕΖΗ)Θ(ΙΚ)Λ(ΜΝ)Ξ(Ο)ΠΡΣ(ΤΥ)Φ(Χ)ΨΩαβγδεζνξοπρσηθικλμτυφχψω (А)Б(В)ГДЕЁЖЗИЙКЛ(МНО)П(РСТ)УФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜüê(ɑ)ńň(ɡ)

github-actions[bot] commented 1 week ago

Download the artifacts for this pull request:

lonelybud commented 1 week ago

I also want to comment that timer based detection which is disabled by default is very aggressive. I have seen modders copying and pasting text and sending messages and they can be detected as spammer by timer based detections if enabled by yim user. The solution for that is to detect how many times the user is doing that paste & send (say 3 times) and if the interval between message arrivals from that user are very precise then its fine to flag them.