Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra Token Ban Bypass #97

Closed
sneazy-ibo opened this issue Jan 29, 2024 · 4 comments · Fixed by #100
Closed

Extra Token Ban Bypass #97

sneazy-ibo opened this issue Jan 29, 2024 · 4 comments · Fixed by #100

Comments

@sneazy-ibo
Copy link

The captcha detection on my alt account doesn't get triggered if my main acc has no captcha, this will result in a ban whilst the main still hasn't been detected yet it thinks that there are no captchas.
image

@mallusrgreatv2
Copy link
Contributor

bot.js line 1611 and bot.js line 1555 both think that the "A" should always be capital, while the picture you sent shows the lowercase letter a. This is probably due to the bad checking.

@Mid0aria
Copy link
Owner

Oh yeah, my bad, DM has A but normal chat has a.

@mallusrgreatv2
Copy link
Contributor

Oh yeah, my bad, DM has A but normal chat has a.

@Mid0aria it should be an easy fix
cont.toLowerCase().includes("are you a real human?")

@Mid0aria
Copy link
Owner

Oh yeah, my bad, DM has A but normal chat has a.

@Mid0aria it should be an easy fix cont.toLowerCase().includes("are you a real human?")

Can you fix the problem and send a pr? I'm not at home

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants