Skip to content

bypasser 2: electric boogaloo#308

Closed
amyulating wants to merge 4 commits into
Vendicated:mainfrom
amyulating:hotsex
Closed

bypasser 2: electric boogaloo#308
amyulating wants to merge 4 commits into
Vendicated:mainfrom
amyulating:hotsex

Conversation

@amyulating
Copy link
Copy Markdown
Contributor

Screenshot_20220415_175630

@ArjixWasTaken
Copy link
Copy Markdown
Contributor

should rename it to Automod Bypass[er]
and also, how does this work? you replace every character with itself, can't see the bypass

EDIT: wow, github does not show zero width characters, lmao, I thought there was an update that highlighted them, did they undo it?

Comment thread src/plugins/bypasser.ts
execute: opts => ({
content: findOption(opts, "message", "").replaceAll(
/(.)/g,
"$1​‍‍⁤"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should use unicode escapes rather than putting zero-width characters inside code.

"$1\u200b\u200d\u200d\u2064"

Comment thread src/plugins/bypasser.ts
],

addPrefix(msg: MessageObject) {
msg.content = msg.content.replaceAll(/(.)/g, "$1​‍‍⁤");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

"$1\u200b\u200d\u200d\u2064"

@Vendicated
Copy link
Copy Markdown
Owner

Vendicated commented Dec 10, 2022

@Vendicated Vendicated closed this Dec 10, 2022
@ArjixWasTaken
Copy link
Copy Markdown
Contributor

ECHO moment, producing troll PRs that won't get merged

@amyulating amyulating deleted the hotsex branch December 22, 2022 05:46
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 this pull request may close these issues.

4 participants